Notifications
Clear all

updates backwards compatiblity

3 Posts
2 Users
1 Reactions
1,313 Views
(@della)
Eminent Member
Joined: 8 years ago
Posts: 43
Topic starter  

Hi Tom,

Hope life is radiant with fulfillment.  

I was behind on my updates and again this time the update was not backwards compatible with the php on this particular server.

Our team fixed it for us and sent me the details of what they did to pass onto you in hope that iot would make sense to add to a next release.  Let me know your thoughts.  Hope it helps others as well. 

Be well. 😉 

Respectfully,

Della

and on line 57 of that file they have this "new" code:
  wp_json_encode(["fade" => ""]);

I simply updated it to this cross-PHP compatible syntax:
  wp_json_encode(array("fade" => ""));


   
Astghik reacted
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 7 years ago
Posts: 6149
 

Hi @della,

Thank you for sharing this information. we'll fix it in next version release.


   
ReplyQuote
(@della)
Eminent Member
Joined: 8 years ago
Posts: 43
Topic starter  

Super.  Thank you.


   
ReplyQuote
Share:
Scroll to top