Page 1 of 1

Warning: Illegal string offset 'w' in C:\xampp\htdocs\administrator\components\com_phocagallery\libraries\phocagallery\i

Posted: 11 Mar 2017, 21:34
by fsjoomla
Joomla 3.6.5 and Phoca 4.3.4
When executing the slide-show following messages appear:

Warning: Illegal string offset 'w' in C:\xampp\htdocs\administrator\components\com_phocagallery\libraries\phocagallery\image\image.php on line 52

Warning: Illegal string offset 'h' in C:\xampp\htdocs\administrator\components\com_phocagallery\libraries\phocagallery\image\image.php on line 53


All pictures are shown though.
I searched the forum without success.
Please advise. Regards Fritz

Re: Warning: Illegal string offset 'w' in C:\xampp\htdocs\administrator\components\com_phocagallery\libraries\phocagalle

Posted: 12 Mar 2017, 00:58
by christine
Hallo Fritz,

das müsste man sehen und eventuell "debuggen". Welche PHP Version hast Du?
welche Slideshow meinst Du?

Hier mal vorab einige Infos: http://www.reisefotografien.eu/phoca-be ... komponente
und hier im backend: Optionen: http://www.reisefotografien.eu/phoca-be ... t-joomla-3

Liebe Grüße, Christine

Re: Warning: Illegal string offset 'w' in C:\xampp\htdocs\administrator\components\com_phocagallery\libraries\phocagalle

Posted: 12 Mar 2017, 15:08
by Jan
Hi,
yes, this could be caused by some settings in PHP on the server.

Try to go to this file:
administrator\components\com_phocagallery\libraries\phocagallery\image\image.php

line cca 50

and change from:

Code: Select all

$size = '';
to:

Code: Select all

$size = array();
Do you still get the same error message?

If yes, the problem can be some setting about getimagesize function on your server. Is this function enabled?

Jan

Re: Warning: Illegal string offset 'w' in C:\xampp\htdocs\administrator\components\com_phocagallery\libraries\phocagalle

Posted: 13 Mar 2017, 10:23
by fsjoomla
@Jan
Thank you Jan! this change solved the problem.
Fritz

Re: Warning: Illegal string offset 'w' in C:\xampp\htdocs\administrator\components\com_phocagallery\libraries\phocagalle

Posted: 16 Mar 2017, 15:42
by Jan
Ok, great to hear it, I will add it to next version.

Thank you for the info.

Jan

Re: Warning: Illegal string offset 'w' in C:\xampp\htdocs\administrator\components\com_phocagallery\libraries\phocagalle

Posted: 27 Jun 2017, 08:56
by Jan