CoreBOSBB

Full Version: CoreBosCP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After transfering to another hoster we get this error in coreBOSCP:

Internal Server Error

Undefined offset: 0

An internal error occurred while the Web server was processing your request. Please contact the webmaster to report this problem.

Thank you.

PortalConfig is set to the correct parameters
Hi,

It could be a PHP issue.
Activate debugging mode:

https://github.com/tsolucio/coreBOSCP/blob/master/protected/config/main.php#L34

and you should get some errors in this file:

protected/runtime/application.log

make sure there are no passwords or sensible information and upload the error, see if that gives us some clue as to what is happening.
Hi, Joe,

Problem solved, it was indeed a php issue. The hoster solved the problem.

Thanks for your reply!
Good :-)

Could you send the exact error they found so we could try to fix it ?
It was not a code problem, the hoster updated the php version to 7.1 and did a misconfiguration.
I ran into more php releated issues so i complained at my hoster and they solved it within an hour.
Ok. Thanks!