Monday, 15 March 2010

laravel - Persistant Register_Globals Error -



laravel - Persistant Register_Globals Error -

i transferred site 1 hosting company another. changed on started intermittently error saying:

directive 'register_globals' depreciated in php 5.3 , greater

its shared hosting have no access php.ini file turn off. i've tried disable using htaccess no luck.

if go cpanel , in php configuration says on, on old server said off. have spoken hosting company , off if in info.php, half true... local value off , master value on. on old server master , local both off.

the server running php version 5.3.13, if interested. i'm using framework laravel 3 hosting company said also: "the 1 way prepare disable in php completely, not sure if there other client using not work on shared hosting platform." guess isn't alternative turn off completely, don't see why not!

i have gone application/config/error.php , added

'ignore' => array(e_warning, e_notice, e_user_notice, e_deprecated, e_user_deprecated)`

but did not work @ graduated , volunteer project, i'm literally pull hair out give thanks in advance!

if go cpanel , in php configuration says on, on old server said off. have spoken hosting company , off if in info.php, half true... local value off , master value on. on old server master , local both off.

the way 100% sure - run follow php command within project

<?=phpinfo();?>

it give total dump of actual values php using.

search register_globals , see server thinks.

maybe time swtich hosts?

laravel register-globals

No comments:

Post a Comment