Access error when calling login page - PHP Generator

Asked

Viewed 88 times

0

Recently the locaweb did a maintenance on their servers and after that some pages of our hosting stopped working, I use a framework called PHP Generator for Mysql Website of the Framework Developer and when I try to access the login page to do some maintenance I get this error message:

PHP Warning:  call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Global_GetCustomTemplateHandler' was given in E:\home\imobiliariafusco\Web\admin\components\utils\event.php on line 44

This access was working normally before maintenance, after which the error started to be shown, locally the access is done normally, my question is, is this php.ini configuration problem? The Ocaweb support failed to resolve the issue.

  • 1

    Check the versions of php.

  • 1

    Hello @rray, thanks for the tip, the version of php I have locally is 5.3.5 and Locaweb 5.2.7, so mine is superior.

  • Can you put in the code or function that is giving error? php5.2 does not support Anonimas functions.

  • 1

    No maintenance log available to the customer? They may have tampered with the Mysql version as well, as this framework appears to be an automated ORM generator.

  • Hello @Alanmachado, exactly is an automatic ORM generator

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.