2 errors on install (admin) :
le="color: #000000"><?php Notice: Undefined index: global_perms in file /modules/myalbum/xoops_version.php line 154
le="color: #000000"><?php Notice: Undefined index: global_perms in file /modules/myalbum/xoops_version.php line 162
3 errors when I go to the module ("modules/myalbum/") :
le="color: #000000"><?php Notice: Undefined variable: cat in file /modules/myalbum/index.php line 27
le="color: #000000"><?php Warning: array_push() expects parameter 1 to be array, null given in file /modules/myalbum/include/draw_functions.php line 263
le="color: #000000"><?php Warning: implode(): Invalid arguments passed in file /modules/myalbum/include/functions.php line 664
3 errors when I go to "modules/myalbum/viewcat.php" :
le="color: #000000"><?php Warning: array_push() expects parameter 1 to be array, null given in file /modules/myalbum/viewcat.php line 70
le="color: #000000"><?php Notice: Undefined variable: catpath in file /modules/myalbum/viewcat.php line 81
le="color: #000000"><?php Notice: Undefined variable: cat in file /modules/myalbum/viewcat.php line 109
5 errors when I go to "modules/myalbum/submit.php" :
le="color: #000000"><?php Notice: Undefined variable: lid in file /modules/myalbum/submit.php line 322
le="color: #000000"><?php Notice: Undefined variable: myalbum_canresize in file /modules/myalbum/include/myalbum.forms.php line 184
le="color: #000000"><?php Notice: Undefined variable: myalbum_canrotate in file /modules/myalbum/include/myalbum.forms.php line 206
le="color: #000000"><?php Notice: Undefined variable: preview_name in file /modules/myalbum/include/myalbum.forms.php line 216
le="color: #000000"><?php Notice: Undefined variable: myalbum_canrotate in file /modules/myalbum/include/myalbum.forms.php line 236
5 another errors when I submit a photo :
le="color: #000000"><?php Notice: Undefined index: myalbum_canresize in file /modules/myalbum/submit.php line 257
le="color: #000000"><?php Notice: Undefined variable: lid in file /modules/myalbum/submit.php line 263
le="color: #000000"><?php Notice: Undefined variable: ext in file /modules/myalbum/submit.php line 263
le="color: #000000"><?php Warning: rename(/uploads/photos/tmp_4f9d970e346d3.jpg,/uploads/photos/.): Device or resource busy in file /modules/myalbum/include/functions.php line 377
le="color: #000000"><?php Warning: rename(/uploads/photos/tmp_4f9d970e346d3.jpg,/uploads/photos/.): Device or resource busy in file /modules/myalbum/include/functions.php line 386
1 error when I go to "modules/myalbum/editphoto.php" :
le="color: #000000"><?php Notice: Undefined variable: photo in file /modules/myalbum/editphoto.php line 235
8 errors when I go to"modules/profile/userinfo.php" (
?) :
le="color: #000000"><?php Notice: Undefined index: myalbum_addposts in file /modules/myalbum/include/read_configs.php line 44
le="color: #000000"><?php Notice: Undefined index: myalbum_photospath in file /modules/myalbum/include/read_configs.php line 48
le="color: #000000"><?php Notice: Undefined index: myalbum_thumbspath in file /modules/myalbum/include/read_configs.php line 49
le="color: #000000"><?php Notice: Undefined index: myalbum_makethumb in file /modules/myalbum/include/read_configs.php line 52
le="color: #000000"><?php Notice: Undefined index: myalbum_imagingpipe in file /modules/myalbum/include/read_configs.php line 68
le="color: #000000"><?php Notice: Undefined index: myalbum_imagingpipe in file /modules/myalbum/include/read_configs.php line 70
le="color: #000000"><?php Notice: Undefined variable: table_photos in file /modules/myalbum/include/search.inc.php(61) : eval()'d code line 9
le="color: #000000"><?php Notice: Undefined variable: table_text in file /modules/myalbum/include/search.inc.php(61) : eval()'d code line 9
-----------------------------------------------------------------------------------------------------------------------------
Photos links are wrong.
Example :
le="color: #000000"><?php http://xxx.com/uploads/photos/1.
instead of
le="color: #000000"><?php http://xxx.com/uploads/photos/1
-----------------------------------------------------------------------------------------------------------------------------
Replace in "modules\myalbum\include\read_configs.php" line 17 :
le="color: #000000"><?php $GLOBALS['mod_copyright'] = "<a href='http://www.chronolabs.coop/'><strong>myAlbum-P 2.89</strong></a>" ;
with :
le="color: #000000"><?php $GLOBALS['mod_copyright'] = "<a href='http://www.chronolabs.coop/'><strong>myAlbum-P 3.06</strong></a>" ;