domaingood Posted July 26, 2014 Report Posted July 26, 2014 Admin page blank when try to login its coming blank Quote
0 Tyson Posted July 26, 2014 Report Posted July 26, 2014 What has changed since you last visited that page? You should check your error logs, or enable error_reporting in Blesta to see what error is causing the issue. domaingood 1 Quote
0 domaingood Posted July 26, 2014 Author Report Posted July 26, 2014 How to enable enable error_reporting in Blesta? I cannot login my admin panel Quote
0 Michael Posted July 26, 2014 Report Posted July 26, 2014 How to enable enable error_reporting in Blesta? I cannot login my admin panel In: /config/blesta.php change Configure::errorReporting(0); to Configure::errorReporting(-1); Quote
0 domaingood Posted July 26, 2014 Author Report Posted July 26, 2014 Warning: Uncaught exception 'UnknownException' with message 'require_once() [function.require-once]: SAFE MODE Restriction in effect. The script whose uid is 2877 is not allowed to access /usr/local/lib/php/Math/BigInteger.php owned by uid 0' in /home/*****/public_html/account/vendors/phpseclib/Crypt/RSA.php:76 Stack trace: #0 /home/*****/public_html/account/vendors/phpseclib/Crypt/RSA.php(76): UnknownException::setErrorHandler(2, 'require_once() ...', '/home/*****/p...', 76, Array) #1 /home/*****/public_html/account/vendors/phpseclib/Crypt/RSA.php(76): require_once() #2 /home/*****/public_html/account/app/models/license_manager.php(526): include_once('/home/*****/p...') #3 /home/*****/public_html/account/app/models/license_manager.php(495): LicenseManager->loadLib('Crypt', 'RSA') #4 /home/*****/public_html/account/app/models/license_manager.php(428): LicenseManager->loadCrypto(Array) #5 /home/*****/public_html/account/app/models/license_manager.php(344): LicenseM in /home/*****/public_html/account/vendors/phpseclib/Crypt/RSA.php on line 76Fatal error: main() [function.require]: Failed opening required 'Math/BigInteger.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/*****/public_html/account/vendors/phpseclib/:/home/*****/public_html/account/vendors/phpseclib/:/home/*****/public_html/account/vendors/phpseclib/') in/home/*****/public_html/account/vendors/phpseclib/Crypt/RSA.php on line 76 Quote
0 Michael Posted July 26, 2014 Report Posted July 26, 2014 do you have bcmath function installed? What PHP version? Quote
0 Blesta Addons Posted July 26, 2014 Report Posted July 26, 2014 SAFE_MODE probleme do you have root access ? if yes you have two solution : 1 - disable SAFE_MODE in php.ini 2 - run the following command from ssh chwon -R username:username /home/username/public_html if you have cpanel and don't want to disable safe_mode then run the fallowing command /scripts/chownpublichtmls best regards Michael and PauloV 2 Quote
0 Paul Posted July 27, 2014 Report Posted July 27, 2014 Najahost is correct, you must disable safe mode. Safe mode is deprecated in PHP 5.3, and removed in PHP 5.4 and shouldn't be used anyway. Michael 1 Quote
Question
domaingood
Admin page blank
when try to login its coming blank
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.