Blank page after install. 18.04 LAMP
Ubuntu server 18.04 with Kubuntu Desktop.
Did normal install on LAMP phpmyadmin for the database. Ran installed and all was fine.
Location: /var/www/html/wackowiki
After install I only get a blank page. View Page Source is also blank.
Changed permissions to 777 all around. Changed owner to www-data and nothing helps.
Mediawiki in /var/www/html/mediawiki installed and ran fine.
Comments
Log in or create an account to post a comment.
Tried Again on another server
What am I missing?
Below is my final config from the third attempt
Re: Blank page after install. 18.04 LAMP
The domain you've provided throws a
500 Internal Server Error
. This can be caused by insufficient file permission, missing PHP extensions or a rewrite setting issue.Thanks but still same
Thanks for the help.
Enable error reporting
const PHP_ERROR_REPORTING = 6;
and check error logs.\php\logs\php_error_log
Additional you can try if it works with disabled ModRewrite to narrow down the source of the error.
Never got it to work. Switching to MediaWiki
You have a great product here. The error is probably my own.
Re: Never got it to work.
We do test WackoWiki locally with XAMPP and on our server (shared hosting).
You can try to run it in a different local/remote environment till the error source is found if that is feasible.
I keep trying
Here are some logs from /var/log/apache2/
Re: Missing BC Math or GMP extension
The installer indicates whether all required PHP extensions are available.
BC Math (
php-bcmath
) should be available if you did the following:Please install all required PHP extensions: bcmath, ctype, gd, iconv, json, mbstring, openssl, pcre, spl.
Then try it again.
I suggest you to install already R6.0.rc1 because this will save you the migration to Unicode later on. R6.0.0 will be out soon.
THANKS
All went well. Thanks again. Below are a list of the commands I ran during the install.
Now to learn a new platform.