Search found 15 matches
- Thu Oct 06, 2016 4:29 pm
- Forum: Webserver and configuration
- Topic: Password encrypted
- Replies: 3
- Views: 6884
Re: Password encrypted
thank you but, how do i use this script?
- Wed Oct 05, 2016 8:42 am
- Forum: Webserver and configuration
- Topic: Password encrypted
- Replies: 3
- Views: 6884
Password encrypted
Hi,
So i was testing the e-mail function in version 2.9 (not working in my config :P ) by resetting the admin password. Now my password doesnt work anymore. I tought i was smart and tried to locate my password in the database and change it but it was encrypted (which is a good thing). Now here ...
So i was testing the e-mail function in version 2.9 (not working in my config :P ) by resetting the admin password. Now my password doesnt work anymore. I tought i was smart and tried to locate my password in the database and change it but it was encrypted (which is a good thing). Now here ...
- Mon Jul 18, 2016 11:59 am
- Forum: Webserver and configuration
- Topic: index.php not added
- Replies: 7
- Views: 9759
Re: index.php not added
So for example this;
<rule name="rule 1L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$" />
<action type="Rewrite" url="/phpmyfaq/index.php?action=show" appendQueryString="true" />
</rule>
<rule name="rule 2L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$" />
<action type="Rewrite ...
<rule name="rule 1L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$" />
<action type="Rewrite" url="/phpmyfaq/index.php?action=show" appendQueryString="true" />
</rule>
<rule name="rule 2L" stopProcessing="true">
<match url="^phpmyfaq/(.*)$" />
<action type="Rewrite ...
- Mon Jul 18, 2016 9:03 am
- Forum: Webserver and configuration
- Topic: index.php not added
- Replies: 7
- Views: 9759
Re: index.php not added
Also if i check the web.config file I see the following;
"Rewrite" url="/phpmyfaq/index.php?action=show"
"Rewrite" url="/phpmyfaq/index.php?action=search"
"Rewrite" url="/phpmyfaq/opensearch.php"
"Rewrite" url="/phpmyfaq/index.php?action=add"
and so on...
In my case everything is in the root. So ...
"Rewrite" url="/phpmyfaq/index.php?action=show"
"Rewrite" url="/phpmyfaq/index.php?action=search"
"Rewrite" url="/phpmyfaq/opensearch.php"
"Rewrite" url="/phpmyfaq/index.php?action=add"
and so on...
In my case everything is in the root. So ...
- Thu Jul 14, 2016 1:33 pm
- Forum: Webserver and configuration
- Topic: index.php not added
- Replies: 7
- Views: 9759
Re: index.php not added
Also if i check the web.config file I see the following;
"Rewrite" url="/phpmyfaq/index.php?action=show"
"Rewrite" url="/phpmyfaq/index.php?action=search"
"Rewrite" url="/phpmyfaq/opensearch.php"
"Rewrite" url="/phpmyfaq/index.php?action=add"
and so on...
In my case everything is in the root. So ...
"Rewrite" url="/phpmyfaq/index.php?action=show"
"Rewrite" url="/phpmyfaq/index.php?action=search"
"Rewrite" url="/phpmyfaq/opensearch.php"
"Rewrite" url="/phpmyfaq/index.php?action=add"
and so on...
In my case everything is in the root. So ...
- Thu Jul 14, 2016 1:29 pm
- Forum: Webserver and configuration
- Topic: index.php not added
- Replies: 7
- Views: 9759
Re: index.php not added
Thank you for the link but I already set this up. If I google on it i see that more people in the world have this problem, witch seems to be referring to the web.config
http://forums.iis.net/t/1155187.aspx?Default+Document+Problem
PS C:\Users\UserX> c:\windows\system32\inetsrv\appcmd.exe list ...
http://forums.iis.net/t/1155187.aspx?Default+Document+Problem
PS C:\Users\UserX> c:\windows\system32\inetsrv\appcmd.exe list ...
- Thu Jul 14, 2016 10:19 am
- Forum: Webserver and configuration
- Topic: index.php not added
- Replies: 7
- Views: 9759
index.php not added
Hi,
Maybe someone can help me. I installed the latest version of phpmyfaq (stable release). I run it on IIS 8.5 with PHP5.5. When I go to http://localhost/ the page of phpmyfaq is not loaded, now this could be just a setting in IIS so no problems there cause when I go to http://localhost/index.php ...
Maybe someone can help me. I installed the latest version of phpmyfaq (stable release). I run it on IIS 8.5 with PHP5.5. When I go to http://localhost/ the page of phpmyfaq is not loaded, now this could be just a setting in IIS so no problems there cause when I go to http://localhost/index.php ...
- Wed Jul 13, 2016 12:40 pm
- Forum: Webserver and configuration
- Topic: Problem after installation
- Replies: 14
- Views: 13941
Re: Problem after installation
Hi all,
So for anyone who cares, this was the cause, and the solution to my problems.
Cause;
So after enabling debug mode (had to configure the php.ini to see the debug errors) the error appeared. No connection to the database could be made.
Although I already suspected that, I could contact the ...
So for anyone who cares, this was the cause, and the solution to my problems.
Cause;
So after enabling debug mode (had to configure the php.ini to see the debug errors) the error appeared. No connection to the database could be made.
Although I already suspected that, I could contact the ...
- Tue Jul 12, 2016 2:55 pm
- Forum: Webserver and configuration
- Topic: Problem after installation
- Replies: 14
- Views: 13941
Re: Problem after installation
I can give you access to the environment do you prefer RDP of http only?
- Tue Jul 12, 2016 11:55 am
- Forum: Webserver and configuration
- Topic: Problem after installation
- Replies: 14
- Views: 13941
Re: Problem after installation
Hmm no luck so far. I enabled debug mode but no errors appear on the page, or in any kind of logging.
define('DEBUG', true);
define('DEBUG', true);
- Mon Jul 11, 2016 10:42 am
- Forum: Webserver and configuration
- Topic: Problem after installation
- Replies: 14
- Views: 13941
Re: Problem after installation
I mean, i go to http://127.0.0.1/setup/index/php here I fill the fields with the requested information and at the bottom of the page i click on the big green button to start the setup of phpmyfaq. Next i only see a page with at the top a big grey banner with the text "Did you read the documentation ...
- Sun Jul 10, 2016 3:37 pm
- Forum: Webserver and configuration
- Topic: Problem after installation
- Replies: 14
- Views: 13941
Re: Problem after installation
currently there is no admin page to access. phpmyfaq will not install. after filling all the fields in the setup page en clicking "start setup", nothing happens. I just don't get it
- Fri Jul 08, 2016 2:50 pm
- Forum: Webserver and configuration
- Topic: Problem after installation
- Replies: 14
- Views: 13941
Re: Problem after installation
Ok I was inpatient, tried the installation again and now when I enter all the settings for the installation and click on installed the page just stays empty and nothing is happening. Not on file level, and not in the database. I can succesfully logon to the database from the phpmyfaq webserver ...
- Wed Jul 06, 2016 7:49 am
- Forum: Webserver and configuration
- Topic: Problem after installation
- Replies: 14
- Views: 13941
Re: Problem after installation
Additional information!
I installed version 2.9.2 using PHP 5.5 and MySQL database.
My webserver is IIS 8.5 on Windows Server 2012 R2 and PHP is configured correctly in IIS.
On the directory "Assets" the permissions are set full control to everyone. These permissions are set on every subfolders and ...
I installed version 2.9.2 using PHP 5.5 and MySQL database.
My webserver is IIS 8.5 on Windows Server 2012 R2 and PHP is configured correctly in IIS.
On the directory "Assets" the permissions are set full control to everyone. These permissions are set on every subfolders and ...
- Tue Jul 05, 2016 11:22 am
- Forum: Webserver and configuration
- Topic: Problem after installation
- Replies: 14
- Views: 13941
Problem after installation
Hi,
After the installation I get the following error
"Error: Cannot open the file assets/template//index.tpl."
Can you help me please?
After the installation I get the following error
"Error: Cannot open the file assets/template//index.tpl."
Can you help me please?