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
Warning: Illegal string offset 'w' in C:\xampp\htdocs\administrator\components\com_phocagallery\libraries\phocagallery\i
-
- Phoca Newbie
- Posts: 7
- Joined: 11 Mar 2017, 21:15
-
- 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
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
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
- Jan
- 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
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:
to:
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
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 = '';
Code: Select all
$size = array();
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
-
- 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
@Jan
Thank you Jan! this change solved the problem.
Fritz
Thank you Jan! this change solved the problem.
Fritz
- Jan
- 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
Ok, great to hear it, I will add it to next version.
Thank you for the info.
Jan
Thank you for the info.
Jan
If you find Phoca extensions useful, please support the project
- Jan
- 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
If you find Phoca extensions useful, please support the project