SourceMod-Store / WebPanel-Core

The Core for the New WebPanel
GNU Affero General Public License v3.0
6 stars 4 forks source link

Blank Page #26

Open ghost opened 5 years ago

ghost commented 5 years ago

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!

Hackmastr commented 5 years ago

Could you please create a new debug.php file with

<?php
phpinfo();
?>

and paste the result here?

ghost commented 5 years ago

Could you please create a new debug.php file with

<?php
phpinfo();
?>

and paste the result here?

Sure.

https://pastebin.com/isVFcm8L

Hackmastr commented 5 years ago

display_errors Off

Please try enabling display errors and see if you see any errors.

ghost commented 5 years ago

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.

Hackmastr commented 5 years ago

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.

ghost commented 5 years ago

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.

ghost commented 5 years ago

Re-ran the following commands:

    php composer.phar install
    php artisan key:generate
    php artisan migrate

Still nothing :'(

Hackmastr commented 5 years ago

When you downgraded, did you enable display errors and error reporting?

ghost commented 5 years ago

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 .

Hackmastr commented 5 years ago

Going over your pastebin again, I don't see Mcrypt enabled anywhere. Make sure it's enabled and loaded.

Hackmastr commented 5 years ago

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: