Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem opening Page Options in CKEditor
#1
The button Page Options+ isn't working. It links to the page being edited with '#' attached (eg /getsimplecms/admin/edit.php?id=home#). Nothing happens when I click the button.

It same problem appears in Google Chrome, IE, Opera, Safari so it isn't browser specified.

Is there a way to solve this problem?

I've tried to upload the java scripts again as suggested in http://get-simple.info/forum/topic/1039/...s-nowhere/ but this makes no difference.
Reply
#2
Using NoScript or some other script-blocking thing in your browser?

GS 3.1 loads scripts from googleapis.com (unless you disable this with a GSNOCDN setting in your gsconfig).

...
Edit: sorry I read too fast, I see you tested with several browsers. Anyway I suggest you try GSNOCDN just in case.
Reply
#3
Carlos Wrote:Using NoScript or some other script-blocking thing in your browser?

GS 3.1 loads scripts from googleapis.com (unless you disable this with a GSNOCDN setting in your gsconfig).

...
Edit: sorry I read too fast, I see you tested with several browsers. Anyway I suggest you try GSNOCDN just in case.

GSNOCDN isn't defined in the gsconfig.php (neither true or false).
Reply
#4
Theres probably a javascript error, causing something not to execute.

If you can turn js alerts on in your browser or use firebug or chrome console.
See if there are any errors

Install any plugins recentlty

If its an emergency you can try the page options auto open plugin.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#5
Johan,

Just in case, try adding this to your gsconfig.php:
Code:
# Disable loading of external CDN versions of scripts (jQuery/jQueryUI)
define("GSNOCDN",TRUE);
Reply
#6
Carlos Wrote:Johan,

Just in case, try adding this to your gsconfig.php:
Code:
# Disable loading of external CDN versions of scripts (jQuery/jQueryUI)
define("GSNOCDN",TRUE);

Carlos, I did so, but this makes no difference as espected.
Reply
#7
shawn_a Wrote:Theres probably a javascript error, causing something not to execute.

If you can turn js alerts on in your browser or use firebug or chrome console.
See if there are any errors

Install any plugins recentlty

If its an emergency you can try the page options auto open plugin.

Shawn_a, I used the chrome console to check for errors and found several, see at printscreen attached.
Most errors are 'Uncaught ReferenceError: jQuery is not defined' of 'Uncaught ReferenceError: $ is not defined'. One error is 'GET ...plugins/link_manager/template/js/jquery-ui.sort.min.js 403 (Forbidden)'.

All folders and files have 755 attributes so I don't understand why the existing files are undefined of forbidden.
Reply
#8
You definitely have failing js assets.

Check the resources tab for all failed files.
You'll have to figure out why these files are failing.
If I had to guess you are missing an htaccess file in a plugin folder.

Namely link manager.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply




Users browsing this thread: 1 Guest(s)