Open ghost opened 5 years ago
Could you please create a new debug.php file with
<?php
phpinfo();
?>
and paste the result here?
Could you please create a new debug.php file with
<?php phpinfo(); ?>
and paste the result here?
Sure.
display_errors Off
Please try enabling display errors and see if you see any errors.
enabling display errors
Just enabled it, and restarted apache. No error comes up on debug.php or index.php in the root for the webpanel.
Seems like your PHP version is not supported as per Laravel 5.0 requirements. Try downgrading it to php 5.6 and give it a try.
Seems like your PHP version is not supported as per Laravel 5.0 requirements. Try downgrading it to php 5.6 and give it a try.
Downgraded from 7.2 to 5.6 and still shows no errors/blank page.
Re-ran the following commands:
php composer.phar install
php artisan key:generate
php artisan migrate
Still nothing :'(
When you downgraded, did you enable display errors and error reporting?
Yes I did.
On Thu, 12 Sep 2019, 20:13 Hackmastr, notifications@github.com wrote:
When you downgraded, did you enable display errors and error reporting?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SourceMod-Store/WebPanel-Core/issues/26?email_source=notifications&email_token=ALD5O5SXR45RS65DOYSMUCLQJII3RA5CNFSM4IV722D2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6RMEDA#issuecomment-530760204, or mute the thread https://github.com/notifications/unsubscribe-auth/ALD5O5SYKIORMK7OAPJHNLLQJII3RANCNFSM4IV722DQ .
Going over your pastebin again, I don't see Mcrypt
enabled anywhere. Make sure it's enabled and loaded.
Sorry I apologize, but the version 5.1 of Laravel (which is what webpanel uses) supports PHP 7.2 (I tried with PHP 7.3 and it worked.).
However, make sure these extensions are enabled:
Hey.
I'm trying to install WebPanel 2.0. I've followed the CLI instructions posted on the GitHub wiki. However, for some reason, index.php is throwing a whitepage after install, and I'm unable to proceed from there.
Any help is appreciated, thanks!