Hi
I have downloaded and installed the myStore quick start package, the first time i got anerror after removing the Installation folder and trying to go to admin of:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/sites/e-learn.ae/public_html/plugins/system/plg_jamenuparams.php on line 95
This is lines 94 - 98 of that file:
- Code: Select all
$html = new simple_html_dom($bodyContent);
$html->find("#menu-pane", 0)->innertext .= $str;
return $html->outertext;
}
So i redownloaded and re-installed thinking it may have been a corrupted file and get the same problem
Any ideas?