Error in phocagallery.php line 909
-
- Phoca Newbie
- Posts: 8
- Joined: 08 Sep 2016, 21:45
Error in phocagallery.php line 909
Hi,
I tried the PhocaGallery Plugin today to Show a Gallery.
I get the following error message:
Warning: Invalid argument supplied for foreach() in /homepages/44/d519870146/htdocs/clickandbuilds/Joomla/Joomla_tb/plugins/content/phocagallery/phocagallery.php on line 909
When I Show an Image only, it works fine.
Any ideas?
Kind regards
Tim
I tried the PhocaGallery Plugin today to Show a Gallery.
I get the following error message:
Warning: Invalid argument supplied for foreach() in /homepages/44/d519870146/htdocs/clickandbuilds/Joomla/Joomla_tb/plugins/content/phocagallery/phocagallery.php on line 909
When I Show an Image only, it works fine.
Any ideas?
Kind regards
Tim
- Benno
- Phoca Hero
- Posts: 9437
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Error in phocagallery.php line 909
Hi,
Which URL?
Which Phoca Gallery version?
Which Phoca Gallery Plugin version ?
Which Joomla! version?
Kind regards,
Benno
Which URL?
Which Phoca Gallery version?
Which Phoca Gallery Plugin version ?
Which Joomla! version?
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 8
- Joined: 08 Sep 2016, 21:45
Re: Error in phocagallery.php line 909
Hi Benno,
thank you for your Reply.
The URL is http://www.katharina-und-tim.de/index.php/test .
Phoca Gallery Version: 4.3.1
Phoca Gallery Plugin Version: 4.3.1
Phoca Gallery Button Version: 4.2.1
Jommla! Version: 3.6.2
Kind regars
Tim
thank you for your Reply.
The URL is http://www.katharina-und-tim.de/index.php/test .
Phoca Gallery Version: 4.3.1
Phoca Gallery Plugin Version: 4.3.1
Phoca Gallery Button Version: 4.2.1
Jommla! Version: 3.6.2
Kind regars
Tim
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Error in phocagallery.php line 909
Hi Tim,
just an idea: you are running: PHP 5.5.38.
Recommended at least: 5.6, better: PHP 7
Kind regards, Christine
just an idea: you are running: PHP 5.5.38.
Recommended at least: 5.6, better: PHP 7
Kind regards, Christine
-
- Phoca Newbie
- Posts: 8
- Joined: 08 Sep 2016, 21:45
Re: Error in phocagallery.php line 909
Hi Christine,
thanks for that hint. I upgraded PHP to 7.0.
The error is still there.
Kind regards
Tim
thanks for that hint. I upgraded PHP to 7.0.
The error is still there.
Kind regards
Tim
- Benno
- Phoca Hero
- Posts: 9437
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Error in phocagallery.php line 909
Hi,
backend --> System --> Konfiguration --> Server --> Server --> Fehler berichten=Standard
Speichern & Schließen
Freundliche Grüße,
Benno
backend --> System --> Konfiguration --> Server --> Server --> Fehler berichten=Standard
Speichern & Schließen
Warnings sind keine PHP-Fehler, sondern Meldungen an den/die Entwickler von Komponenten.The error is still there.
Freundliche Grüße,
Benno
-
- Phoca Newbie
- Posts: 8
- Joined: 08 Sep 2016, 21:45
Re: Error in phocagallery.php line 909
Hallo Benno,
nun in Deutsch:
Die Art und Weise der Fehlerberichterstattung die du angegeben hast, war bereits eingestellt. Ich habe aber das Gefühl, dass das für die Lösung meines Problems auch nicht relevant war. Liege ich da richtig?
Brauchst du einen ausführlicheren Fehlerbericht?
Schöne Grüße
Tim
nun in Deutsch:
Die Art und Weise der Fehlerberichterstattung die du angegeben hast, war bereits eingestellt. Ich habe aber das Gefühl, dass das für die Lösung meines Problems auch nicht relevant war. Liege ich da richtig?
Brauchst du einen ausführlicheren Fehlerbericht?
Schöne Grüße
Tim
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Error in phocagallery.php line 909
Hi, try to enable debug mode if you get some database error message. The error says, it didn't get any database data.
Which is teh plugin code, you have added to the article?
Jan
Which is teh plugin code, you have added to the article?
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Error in phocagallery.php line 909
Hi Tim,
probier mal folgendes:
In der angegebenen Plugin Datei, Zeile: 834 steht:
$data_outcome_array = '';
ändern auf:
$data_outcome_array = array();
vorher natürlich die Datei sichern (backup). Mit z.B. Notepad++ ändern.
Liebe Grüße, Christine
probier mal folgendes:
In der angegebenen Plugin Datei, Zeile: 834 steht:
$data_outcome_array = '';
ändern auf:
$data_outcome_array = array();
vorher natürlich die Datei sichern (backup). Mit z.B. Notepad++ ändern.
Liebe Grüße, Christine
-
- Phoca Newbie
- Posts: 8
- Joined: 08 Sep 2016, 21:45
Re: Error in phocagallery.php line 909
Hi Christine, hi Jan,
thanks four your replies.
I changed the entry in the .php-File and there is no warning message anymore. But I don't see the Pictures either.
The Code I entred is
The Website katharina-und-tim.de/test is still online and you can see how it Looks like now.
I enabled debug mode and there are some warnings. Is there a method to copy paste the results in here?
Tim
thanks four your replies.
I changed the entry in the .php-File and there is no warning message anymore. But I don't see the Pictures either.
The Code I entred is
Code: Select all
{phocagallery view=categories|imagecategories=1|imagecategoriessize=0|hidecategories=1}
I enabled debug mode and there are some warnings. Is there a method to copy paste the results in here?
Tim