Jump to content

Recommended Posts

Posted

Hi

I have a existing project in Foundation 6 with some jQuery plugins,  and I'm try to move to Processwire, but  it shows a Revolution Slider Plugin error when I open index page .

Quote

Error: Uncaught Error: Class 'RevSliderEmbedder' not found in /home/unicen/public_html/site/templates/basic-page.php:554

How can I solve this?

Thanks!

pw-error.png

Posted

Hi @hacsor and welcome!

Sounds to me like you either don't have the path to the RevSliderEmbedder correct, or it's a namespace issue. If the basic-page.php template file includes the ProcessWire namespace at the top, then you would need to change your call to RevSliderEmbedder to \RevSliderEmbedder so you are calling it from the global namespace.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...