Welcome, Guest
Username: Password: Remember me

TOPIC: error message on gallery pages

error message on gallery pages 8 years 11 months ago #2095

Warning: Invalid argument supplied for foreach() in /home/v1029/public_html/components/com_jofacebookgallery/models/category.php on line 114 :(

what is this?
The administrator has disabled public write access.

error message on gallery pages 8 years 11 months ago #2097

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello
You can find and open file com_jofacebookgallery/models/category.php on line 114 and change
foreach($fb_albums AS $fb_album){
To
foreach((array)$fb_albums AS $fb_album){

And we have help you changed it for you
Best regards
Bach Pham
The administrator has disabled public write access.

error message on gallery pages 8 years 11 months ago #2099

Now it says:
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /home/v1029/public_html/libraries/joomla/database/database/mysql.php on line 293
The administrator has disabled public write access.

error message on gallery pages 8 years 11 months ago #2101

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hello
Done B) . Now it work fine. We do not understand why have this error
Best regards
Bach Pham
The administrator has disabled public write access.
Time to create page: 0.042 seconds