Will do Force, thanks for your help.
--------------- Added [DATE]1406714920[/DATE] at [TIME]1406714920[/TIME] ---------------
Quote:
Originally Posted by ForceHSS
Disable plugins via config if this fixes the problem enable plugins again via config, then disable one plugin at a time until you find the problem one
To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php
PHP Code:
define('DISABLE_HOOKS', true);
To enable plugins again just comment out the line
PHP Code:
//define('DISABLE_HOOKS', true);
|
Disabled them, but they're still not appearing.
--------------- Added [DATE]1406715181[/DATE] at [TIME]1406715181[/TIME] ---------------
I've had a look back at some plugins I've installed, and one that I didn't have much luck with so stopped doing but thought I'd reverted was:
https://vborg.vbsupport.ru/showthrea...hlight=twitter
This involves some sort of bug/playing with the quick editor form in a .js file, so thinking maybe I've damaged the ckeditor.js file in the process, I'll investigate and hopefully it's the cause..