• I have been trying to activate this plug-in but everytime I do it gives me this error.

    Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/sites/ocd.co.uk/public_html/wp-content/plugins/front-end-editor/scb/load.php on line 21

    Here is the code which i think it is talking about

    if ( !class_exists('scbLoad') ) :
    class scbLoad
    {
    	private $data;
    
    	function __construct($file, $rev)
    	{
    		$this->data = array(
    			'rev' => $rev,
    			'path' => dirname($file),
    		);

    P.S I am not that good with programming so any help or advice would be brilliant.

    thanks

    r_m

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’d recommend deleting the complete front-end-folder in your wp-content/plugins folder and install the plugin again. If you are using FTP to upload the plugin make sure you are using ASCII mode to transfer the files to your host.

    I just activated that plugin successfully.

    Other than that, read the FAQ.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Front End Editor activate error’ is closed to new replies.