Random Image Modul problem

Phoca Gallery - image gallery extension
eikman2k
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 19 Feb 2009, 13:23

Random Image Modul problem

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Random Image Modul problem

Post by Jan »

??? which are your server settings?

Do you ran the same version of component and plugin: 2.5.x - 2.5.x ?
If you find Phoca extensions useful, please support the project
eikman2k
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 19 Feb 2009, 13:23

Re: Random Image Modul problem

Post by eikman2k »

Yes Both 2.5.x

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

what could be the prop by the server?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Random Image Modul problem

Post 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
If you find Phoca extensions useful, please support the project
Post Reply