i need one update of mine Plugin.

hello there guys, i need one Update from mine plugin becouse is outdate i buy the theme time ago and now im back to start doing mine site again and get some errors, one of thoes is from the Revolution Slider

Fatal error : Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e) in C:\xampp\htdocs\vskgaming\wp-content\plugins\revslider\includes\output.class.php on line 1912

Unfortunately, you only have a few options here:

  1. Ask the theme’s author to update the plugin for free. However, the author of your theme seems to be unresponsive to comments, and it was last updated in 2017, so this might not work.

  2. Purchase your own license of Slider Revolution to ensure you always have the latest version (and security patches). However, the plugin has changed substantially since the version you have now, so be prepared for that.

  3. Have a developer edit the existing version of the plugin and fix the errors, but if you’re going to pay for that work, I think you might as well purchase the plugin instead.

1 Like

ok
.

Apologies, I forgot a fourth option: downgrade your version of PHP.

Based on when it was last updated, the theme you’re using was designed for PHP 7. The error you’re seeing indicates that you’re attempting to run it on PHP 8.

If you can downgrade to PHP 7.4 then the issue should disappear. Please note that PHP 7 is no longer maintained and is not recommended for live websites, though a lot of websites do still run it today.

As for a refund, you can try your luck, but it’s probably going to depend on how long ago you purchased the theme: https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund-

Oh nono no i Dont need a refound i just need The pluging update that all and Start doing the site again that all. thanks i goign to try That thing you say there making a Downgrade, and yeah mine Goign to be one Online Store, ( again )

1 Like

Thank you for reaching out, and I’m sorry to hear you’re experiencing issues with your plugin. The error you’ve shared seems to be related to a syntax issue in the Revolution Slider plugin. To address this, follow these steps:

1. Update Revolution Slider:

  • Ensure that you are using the latest version of the Revolution Slider plugin. If not, update it to the latest version. You can usually find updates in your WordPress dashboard under Plugins.

2. PHP Version Compatibility:

  • Verify that your PHP version is compatible with the plugin requirements. Revolution Slider might have specific PHP version requirements, so make sure you’re using a version that is supported.

3. Edit output.class.php:

  • If the issue persists, and you’re comfortable with code editing, you can try fixing the error directly in the mentioned file.
  • Open output.class.php located in wp-content/plugins/revslider/includes/ and navigate to line 1912.
  • Update the code to follow the correct syntax, either (a ? b : c) ? d : e or a ? b : (c ? d : e).

Example:
// Change this line
$someVar = Unparenthesized a ? b : c ? d : e is not supported;

// To one of these options
$someVar = (a ? b : c) ? d : e;
// or
$someVar = a ? b : (c ? d : e);

4. Seek Professional Help:

  • If you are uncomfortable making code changes or the issue persists, consider reaching out to the Revolution Slider support team or hiring a developer for assistance.

Remember to back up your site before making any changes to ensure you can revert to a working state if needed.

I hope this helps resolve your issue. If you have further questions or need additional assistance, feel free to ask.

hello there thansk for reply, but i cannot make a update i need update that why i send one mesagge to the envatomarket becouse i buy a Theme! all included and they told me need contact the Creator of this Pluging also i send one mesajje to him on this forum an di still waiting.