Jump to content

Question

7 answers to this question

Recommended Posts

  • 0
Posted

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);

  • 0
Posted

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 76

Fatal 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

  • 0
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...