Hey Guys,
Whenever i hit the preview site button in the backend manager it takes me to my site but i dont see the Quick Manager that drops down from the top so that i can edit my pages. Do i need to enable something? It was working before but then it stopped. Also, whenever i choose editor to use under tools > configuration > interface and feature TinyMCE is not an option anymore it just says: "none". i dont know if this is causing Quick Manager not to show up but i really need someone’s help on this.
thanks
Thanks for the reply! I tried that but still no luck.
-
MODX Staff
- 730 Posts
Hi stalwil,
What version of MODx are you having this trouble with? Did this happen after an upgrade?
Hi,
you also might want to check the system events, under reports. See what it says?
Did you put <base="[(site_url)]> in the head of your template? QE goes all haywire when it is in documents below the root if you don’t assign the base
fr.
I figured out the problem. it was because i commented out this line (eval ($pluginCode);) in the file manager/includes/document.parser.clas.inc.php (line 746) only because whenever i did a search with the ajaxsearch snippet it gave me a parser error:
« MODx Parse Error »
MODx encountered the following error while attempting to parse the requested resource:
« PHP Parse Error »
PHP error debug
Error: Compilation failed: lookbehind assertion is not fixed length at offset 11
Error type/ Nr.: Warning - 2
File: /httpdocs/manager/includes/document.parser.class.inc.php(746) : eval()’d code
Line: 120
Parser timing
MySQL: 0.0104 s (5 Requests)
PHP: 0.0918 s
Total: 0.1022 s
Can someone help me with this next problem?
-
MODX Staff
- 730 Posts
Are you using PHP 5.2.1 by chance?