alperi
Forum Replies Created
-
Hi @shanedelierrr,
I am currently testing my website on PHP 8.4 / 8.5 and I am receiving several “Deprecated” warnings originating from your plugin. These warnings are triggering “headers already sent” errors, which interfere with the site’s functionality. I see the problem hasn’t been resolved yet. When will an update addressing these issues be released?
Specifically, I am seeing the following types of issues:
- Implicitly marking parameters as nullable: Many functions still use the old syntax (e.g.,
function ($param = null)instead of the explicitfunction (?$param = null)), which is deprecated in PHP 8.4+. - SplObjectStorage::attach(): This method is deprecated since PHP 8.4/8.5 in favor of
offsetSet(). - Case statement syntax: Some files are using semicolons after
casestatements (e.g.,case 'value';) instead of colons, which is now deprecated. - Vendor Library issues: Several issues are originating from outdated vendor libraries (like Guzzle, Pimple, and Google API Client) bundled with the plugin.
Could you please update the plugin and its dependencies to be fully compatible with PHP 8.4 and 8.5?
Hello @maxwell911, I wanted the same feature, but unfortunately it is not available in this plugin. I recommend the Amelia plugin to you. This feature is available in that plugin and it works without any problems.
Forum: Plugins
In reply to: [10WebSocial] Not workingsame problem
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Error in Firefox android appHi, selamun aleykum @ahmedkaludi
I think it was a server-generated error that is currently running. Thank you for your interest.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Turkish character problem in menuHi Ahmed
Problem solved thank youForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Turkish character problem in menuThank you for your interest, I wish you continued success
Forum: Plugins
In reply to: [Videopack] integrate the Google IMA Ads SDKYou are right for yourself, thank you for your interest and your answer
Forum: Plugins
In reply to: [Visitor Maps and Who's Online] Admin Access@mbrsolution, I can access the settings section. Maybe there is a problem from ModSecurity or Comodo WAF but there is no problem with this error in the log records
(I am sorry for my English)Forum: Plugins
In reply to: [Visitor Maps and Who's Online] Admin AccessI have that same problem. Do you have a solution? Thanks
- Implicitly marking parameters as nullable: Many functions still use the old syntax (e.g.,