Guys how can I fix this error?
Warning: Creating default object from empty value in /homepages/9/d339614912/htdocs/xxxxx/administrator/components/com_phocagallery/libraries/phocagallery/image/imagefront.php on line 370
Warning: Creating default object from empty value
-
- Phoca Newbie
- Posts: 1
- Joined: 28 Aug 2011, 08:47
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Warning: Creating default object from empty value
Hmmm, no idea what this means? Which Joomla! you are running, which php version you are running?
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 21 Apr 2012, 11:24
Re: Warning: Creating default object from empty value
Any news I have the same problem!
PhocaGallery V 3.2.0
Joomla 2.5.4
PHP 5.4
Andreas
PhocaGallery V 3.2.0
Joomla 2.5.4
PHP 5.4
Andreas
-
- Phoca Newbie
- Posts: 2
- Joined: 21 Apr 2012, 11:24
Re: Warning: Creating default object from empty value
Hi Jan,
I solved my problem. Maybe that's useful for you. I think you speak German too, if not, I will try to translate it.
http://www.joomlaportal.de/joomla-2-5-j ... value.html
best regards
Andreas
I solved my problem. Maybe that's useful for you. I think you speak German too, if not, I will try to translate it.
http://www.joomlaportal.de/joomla-2-5-j ... value.html
best regards
Andreas
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Warning: Creating default object from empty value
Ok
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 29 Jun 2010, 10:04
Re: Warning: Creating default object from empty value
I see the same error in server log file . How to fix it?
/administrator/components/com_phocagallery/libraries/phocagallery/image/imagefront.php on line 370
Joomla 1.5.26
Apache Version 2.2.29
PHP Version 5.4.36
MySQL Version 5.5.48-cll
/administrator/components/com_phocagallery/libraries/phocagallery/image/imagefront.php on line 370
Joomla 1.5.26
Apache Version 2.2.29
PHP Version 5.4.36
MySQL Version 5.5.48-cll
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Warning: Creating default object from empty value
Hi, which version of Phoca Gallery are you using in Joomla! 1.5, so I can tell you the row which should be changed.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 10
- Joined: 29 Jun 2010, 10:04
Re: Warning: Creating default object from empty value
Latest Phoca Gallery 2.8.1 for Joomla 1.5
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Warning: Creating default object from empty value
Hi, on line 370
add the following code:
before:
$fileThumbnail->abs = '';
Jan
add the following code:
Code: Select all
$fileThumbnail = new StdClass();
$fileThumbnail->abs = '';
Jan
If you find Phoca extensions useful, please support the project