Quote:
Originally Posted by Alfa1
After upgrading to 2.3.0 RC5 and installing the flash-sites-plugin.xml:
PHP Code:
Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /public_html/forum/includes/local_links_players.php(108) : eval()'d code on line 30
Note that my site has custom table prefixes.
Turning the plugin off, makes the errors go away. How can I solve this?
|
An extra quote character has got itself into the flash site plugin. You can fix this by going to vb/acp/products and plugins/plugin manager, and editing the "Enable media player for Flash-based websites" plugin that is attached to the ldm_playme_initplayers hook.
Find the line that reads
Code:
"canremove"' => 1, // can be deleted
and get rid of the single quote, i.e. make it read
Code:
"canremove" => 1, // can be deleted