EnglishPages: 1
I tried coping the files manually and net installation and I get the same result.
After clicking on "start installation" I get a blank page.
The searches I did talked about wrong PHP version or directory permissions being an issue.
I am trying to install Piwig on a stand alone Ubuntu 12.04 computer running apache. The versions are
Apache/2.2.22
PHP 5.3.10-1ubuntu3.2
mysql Ver 14.14 Distrib 5.5.24
PHP looks like it is running because the version I got from the phpinfo() page. I changed the permissions on the directory to 777, recursively as well. I don't see anything in the logs in apache.
After clicking on "Start Installation" this is the url which gives back the blank page.
http://localhost/piwigo/install.php?language=en_UK
What am I missing?
Offline
Hi,
Check if your php-mysql modules are installed (something like apt-get install php5-mysql).
Afterwards restart your apache .
Hope this helps
Pages: 1