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

Phoca Gallery - image gallery extension
fsjoomla
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 11 Mar 2017, 21:15

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

Post 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
christine
Phoca Hero
Phoca Hero
Posts: 2887
Joined: 28 Nov 2010, 17:20

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

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

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

Post 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
If you find Phoca extensions useful, please support the project
fsjoomla
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 11 Mar 2017, 21:15

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

Post by fsjoomla »

@Jan
Thank you Jan! this change solved the problem.
Fritz
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48714
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

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

Post by Jan »

Ok, great to hear it, I will add it to next version.

Thank you for the info.

Jan
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48714
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

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

Post by Jan »

If you find Phoca extensions useful, please support the project
Post Reply