Problem Loading Files with .PHP Extension
Hello members,
I have recently installed the Apache Server and PHP on my laptop. I am able to view web pages with a .php extension, and I can safely assume that PHP has been set up for my laptop correctly; but the problem starts here as I am unable to load index pages with index.php extension which do not load automatically. I try to browse through the localhost of one of my "local" websites, it only displays list of files in the root, and then I have to manually click the "index.php".
Please help me with this problem.
I would appreciate the assistance.
Re: Problem Loading Files with .PHP Extension
check again and resinstall it.
there may be some problems regarding your installation.
try it again.
Re: Problem Loading Files with .PHP Extension
Somewhat have deleted the file "lang.tmp".
There have been plenty of bugfixes since alpha 4 was released. Try using WinCVS to get the latest G2 code from CVS or download a nightly snapshot. If you get any errors when installing, run a clean install, by removing the database tables and deleting all the files in both the main gallery folder and the data folder before installing the new version.
Re: Problem Loading Files with .PHP Extension
You failed to enable mysqli,
PHP can't find the correct version of libmysql.dll
The listings for mysql and mysqli are not in PHP Core, but much lower down the page. However, the fact that you didn't have an ext folder is the key to your problem. I suggest that you go to the PHP downloads page, and get the latest version of PHP.
If you used the zip package, as described in "Foundation PHP for DW8", replace the entire contents of the PHP folder with the new version, and copy php.ini from your old version into the new folder. If you used the Windows installer, as described on my site, you must make sure that you select the correct items to install in step 7. The Windows installer copies the necessary DLL files into the ext folder at this stage. If you select nothing, you end up without an ext folder.