Page 1 of 1

Random Image Modul problem

Posted: 17 Aug 2009, 00:36
by eikman2k
Notice: Only variables should be assigned by reference in /homepages/40/d88195399/htdocs/cms/modules/mod_phocagallery_random_image/mod_phocagallery_random_image.php on line 34

Notice: Only variables should be assigned by reference in /homepages/40/d88195399/htdocs/cms/administrator/components/com_phocagallery/libraries/phocagallery/image/imagefront.php on line 143

Notice: Only variables should be assigned by reference in /homepages/40/d88195399/htdocs/cms/administrator/components/com_phocagallery/libraries/phocagallery/file/filethumbnail.php on line 24

Notice: Only variables should be assigned by reference in /homepages/40/d88195399/htdocs/cms/administrator/components/com_phocagallery/libraries/phocagallery/image/imagefront.php on line 145

Notice: Only variables should be assigned by reference in /homepages/40/d88195399/htdocs/cms/administrator/components/com_phocagallery/libraries/phocagallery/file/filethumbnail.php on line 24

Notice: Only variables should be assigned by reference in /homepages/40/d88195399/htdocs/cms/administrator/components/com_phocagallery/libraries/phocagallery/file/filethumbnail.php on line 24

What could i do?

Re: Random Image Modul problem

Posted: 17 Aug 2009, 13:36
by Jan
??? which are your server settings?

Do you ran the same version of component and plugin: 2.5.x - 2.5.x ?

Re: Random Image Modul problem

Posted: 17 Aug 2009, 23:57
by eikman2k
Yes Both 2.5.x

Server Settings don“t know what you mean...

what could be the prop by the server?

Re: Random Image Modul problem

Posted: 18 Aug 2009, 01:18
by Jan
You should see settings of your server, see google: "Only variables should be assigned by reference"

It seems like on your server there will be problem with the following code, e.g.:

$path = &PhocaGalleryPath::getPath();

you can delete the & but this is not a solution as then you need to delete in all Joomla! code as this is used because of different php versions :-(

mostly upgrading server to php5 or changing error reporiting settings in php.ini help

Jan