Welcome, Guest
Username: Password: Remember me
JO Facebook Events Pro
  • Page:
  • 1
  • 2

TOPIC: 0 Error message

0 Error message 8 months 5 days ago #11135

  • Rakesh
  • Rakesh's Avatar
  • OFFLINE
  • Senior Member
  • Posts: 67
  • Thank you received: 2
  • Karma: 0
Getting this error message on the page with the module:

array_reverse(): Argument #1 ($array) must be of type array, null given


Think the FB responds is giving back 0 events, but the page does have events.
Might be that the module is linked the the first FB page in the list and not the one I have selected in the module?
The administrator has disabled public write access.

0 Error message 7 months 2 weeks ago #11140

  • Rene Waldbauer
  • Rene Waldbauer's Avatar
  • OFFLINE
  • Senior Member
  • Posts: 42
  • Thank you received: 1
  • Karma: 0
you have a solution?! have same problem with my plugin

array_reverse(): Argument #1 ($array) must be of type array, null given
The administrator has disabled public write access.

0 Error message 7 months 2 weeks ago #11141

  • Rakesh
  • Rakesh's Avatar
  • OFFLINE
  • Senior Member
  • Posts: 67
  • Thank you received: 2
  • Karma: 0
No unfortunately not, had to dissable the module. Will have to wait for the fix or find out what I need to do with FB app.
The administrator has disabled public write access.

0 Error message 7 months 2 weeks ago #11146

  • Rakesh
  • Rakesh's Avatar
  • OFFLINE
  • Senior Member
  • Posts: 67
  • Thank you received: 2
  • Karma: 0
My Error log is showing this


PHP Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/DOMAIN/public_html/templates/shaper_helixultimate/html/mod_jo_facebookevents_pro/default.php on line 32
[15-Sep-2023 02:02:59 Europe/Amsterdam] PHP Warning: Trying to access array offset on value of type null in /home/DOMAIN/public_html/templates/shaper_helixultimate/html/mod_jo_facebookevents_pro/default.php on line 46
[15-Sep-2023 02:02:59 Europe/Amsterdam] PHP Warning: Trying to access array offset on value of type null in /home/DOMAIN/public_html/templates/shaper_helixultimate/html/mod_jo_facebookevents_pro/default.php on line 49

This is line 46 to 49:
if(count((array)$fbevents['data']) > $params->get('max')) {
				$limit = $params->get('max');
			}else{
				$limit = count((array)$fbevents['data']);
Last Edit: 7 months 2 weeks ago by Rakesh.
The administrator has disabled public write access.

0 Error message 7 months 2 weeks ago #11147

  • Rakesh
  • Rakesh's Avatar
  • OFFLINE
  • Senior Member
  • Posts: 67
  • Thank you received: 2
  • Karma: 0
Module with PHP 8.1 is giving this error in backend:

Deprecated: Facebook\FacebookApp implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /home/DOMAIN/public_html/modules/mod_jo_facebookevents_pro/assets/libraries/fb5.4/src/Facebook/FacebookApp.php on line 29

Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /home/DOMAIN/public_html/modules/mod_jo_facebookevents_pro/assets/libraries/fb5.4/src/Facebook/Authentication/OAuth2Client.php on line 146

Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /home/DOMAIN/public_html/modules/mod_jo_facebookevents_pro/assets/libraries/fb5.4/src/Facebook/Url/FacebookUrlManipulator.php on line 84

Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /home/DOMAIN/public_html/modules/mod_jo_facebookevents_pro/assets/libraries/fb5.4/src/Facebook/Http/RequestBodyUrlEncoded.php on line 53

Deprecated: Return type of Facebook\GraphNodes\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/DOMAIN/public_html/modules/mod_jo_facebookevents_pro/assets/libraries/fb5.4/src/Facebook/GraphNodes/Collection.php on line 187

Deprecated: Return type of Facebook\GraphNodes\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/DOMAIN/public_html/modules/mod_jo_facebookevents_pro/assets/libraries/fb5.4/src/Facebook/GraphNodes/Collection.php on line 199

Deprecated: Return type of Facebook\GraphNodes\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/DOMAIN/public_html/modules/mod_jo_facebookevents_pro/assets/libraries/fb5.4/src/Facebook/GraphNodes/Collection.php on line 212

Deprecated: Return type of Facebook\GraphNodes\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/DOMAIN/public_html/modules/mod_jo_facebookevents_pro/assets/libraries/fb5.4/src/Facebook/GraphNodes/Collection.php on line 228

Deprecated: Return type of Facebook\GraphNodes\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/DOMAIN/public_html/modules/mod_jo_facebookevents_pro/assets/libraries/fb5.4/src/Facebook/GraphNodes/Collection.php on line 165

Deprecated: Return type of Facebook\GraphNodes\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/DOMAIN/public_html/modules/mod_jo_facebookevents_pro/assets/libraries/fb5.4/src/Facebook/GraphNodes/Collection.php on line 175

Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /home/DOMAIN/public_html/modules/mod_jo_facebookevents_pro/assets/libraries/fb5.4/src/Facebook/Url/FacebookUrlManipulator.php on line 84

Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /home/DOMAIN/public_html/modules/mod_jo_facebookevents_pro/assets/libraries/fb5.4/src/Facebook/Http/RequestBodyUrlEncoded.php on line 53


Connecting to FaceBook gives white screen.

There is clearly work to do by developer.
Last Edit: 7 months 2 weeks ago by Rakesh.
The administrator has disabled public write access.
The following user(s) said Thank You: Paul Noyola

0 Error message 7 months 5 days ago #11151

  • Rene Waldbauer
  • Rene Waldbauer's Avatar
  • OFFLINE
  • Senior Member
  • Posts: 42
  • Thank you received: 1
  • Karma: 0
Why isn't there any reaction from the developers?
The administrator has disabled public write access.
The following user(s) said Thank You: Paul Noyola
  • Page:
  • 1
  • 2
Time to create page: 0.139 seconds