Reputation: 15414
I've just installed Revo 2.2.10.
Whenever I open a new page in manager I get a pop up box saying
Unexpected token <:
Would anyone know what this means and what I can do to fix it?
(Ive installed ModX in a subdirecty, but am not using FURLs yet if that makes a difference)
The error I see in the logs is:
[Fri Dec 06 20:45:13 2013] [error] [client 101.XXX.XX.XX] (12)Cannot allocate memory: couldn't create child process: /opt/suphp/sbin/suphp for /home/mysite/public_html/newsite/connectors/security/user.php, referer: http://www.mysite.com.au/newsite/manager/
Upvotes: 2
Views: 505
Reputation: 3306
Check your resource usage for your installation - specifically hitting virtual memory limits.
After many attempts to track down this problem on my Revo installation and getting nowhere I have come to the conclusion that this error is due to hitting virtual memory limits on my hosting package. Unfortunately I'd have to upgrade to a VPS package to increase my limits with my existing provider so I haven't been able to confirm this yet.
Upvotes: 0
Reputation: 744
Usually I'd suggest:
Clear your browser cache. Even for subfolder installations I have .htaccess (FURL is on):
RewriteEngine On
RewriteBase /
Upvotes: 1
Reputation: 81
Not the same modx version but it may help...
http://forums.modx.com/thread/77398/modx-2-2-4-unexpected-token
Upvotes: 0