MyBB Community Forums

Full Version: Automedia #3 Error message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I activate this plugin I get an error message on my homepage and it crashes the site.

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home2/xxx/inc/plugins/automedia/automedia_functions.php on line 289

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home2/xxx/inc/plugins/automedia/automedia_functions.php on line 289

Parse error: syntax error, unexpected T_STRING in /home2/xxx/inc/plugins/automedia/automedia_functions.php on line 289

Here's the code on line 289:
$embera = new \Embera\Embera($config);

I looked at the old versions of the plugin and it has that same code in there.
This might sound like a dumb question, but did you place the files in the right place?
Yeah, I uninstalled it and reuploaded the plugin as well to make sure and still got the same error message.
Thanks for your help, I will upgrade the PHP version. I missed the thread when I did the search apparently.