1
iŽ´ve installed two cloned myalbuns in my Xoops: myalbum and myalbum2. After install they work fine.
After i add pictures, the XOOPS show the follow error (and donŽ´t show the index page of module):
Quote:
Fatal error: Only variables can be passed by reference in /home/users/r/rebenta/www/rebenta.com.br/modules/myalbum/index.php on line 50
Notice [PHP]: Undefined variable: myalbum_assign_globals in file modules/myalbum/index.php line 17
And in the index page of XOOPS cms, the php debug shows:
Quote:
Warning: main() [function.main]: open_basedir restriction in effect. File(/home/servers/php/lib/php/include/get_perms.php) is not within the allowed path(s): (/home/users/r/rebenta) in /home/users/r/rebenta/www/rebenta.com.br/modules/myalbum/xoops_version.php on line 112
Warning: main(include/get_perms.php) [function.main]: failed to open stream: Operation not permitted in /home/users/r/rebenta/www/rebenta.com.br/modules/myalbum/xoops_version.php on line 112
Warning: main() [function.include]: Failed opening 'include/get_perms.php' for inclusion (include_path='.:/home/servers/php/lib/php') in /home/users/r/rebenta/www/rebenta.com.br/modules/myalbum/xoops_version.php on line 112
Notice: Undefined variable: global_perms in /home/users/r/rebenta/www/rebenta.com.br/modules/myalbum/xoops_version.php on line 113
Notice: Undefined variable: global_perms in /home/users/r/rebenta/www/rebenta.com.br/modules/myalbum/xoops_version.php on line 121
Warning: main() [function.main]: open_basedir restriction in effect. File(/home/servers/php/lib/php/include/get_perms.php) is not within the allowed path(s): (/home/users/r/rebenta) in /home/users/r/rebenta/www/rebenta.com.br/modules/myalbum2/xoops_version.php on line 112
Warning: main(include/get_perms.php) [function.main]: failed to open stream: Operation not permitted in /home/users/r/rebenta/www/rebenta.com.br/modules/myalbum2/xoops_version.php on line 112
Warning: main() [function.include]: Failed opening 'include/get_perms.php' for inclusion (include_path='.:/home/servers/php/lib/php') in /home/users/r/rebenta/www/rebenta.com.br/modules/myalbum2/xoops_version.php on line 112
Notice: Undefined variable: global_perms in /home/users/r/rebenta/www/rebenta.com.br/modules/myalbum2/xoops_version.php on line 113
Notice: Undefined variable: global_perms in /home/users/r/rebenta/www/rebenta.com.br/modules/myalbum2/xoops_version.php on line 1
Another common error: Quote:
Notice [PHP]: ob_end_flush() [ref.outcontrol]: failed to delete and flush buffer. No buffer to delete or flush. in file include/cp_functions.php line 182
How can i make myalbum work corretly? And how can i make it show module page index again?