Click on Configuration/CKeditor in Admin Panel

Expected to get the page an not a white screen

Got a white screen

Comments

marcingy’s picture

Project: Drupal core » CKEditor 4 - WYSIWYG HTML editor
Version: 7.14 » 7.x-1.x-dev
Component: upload.module » Code
Priority: Critical » Normal

This is not critical and also not core.

dczepierga’s picture

Status: Active » Postponed (maintainer needs more info)

Could u check does u have any errors in Firebug (Firefox addon)?
Which version of CKEditor module do u install? Do u make fresh install or update?

Greetings

slipit’s picture

I am not seeing any noticable errors in Firebug. What specificaaly should I be looking for?

It's a fresh install of CKEditor 7.x-1.9.

dczepierga’s picture

If it's white screen it should be any error or sth like this...
Could u check also NET tab in Firebug? Do u don't have any "not found" or "permission denied" on the list?

Do u have any additional modules installed?
Where exactly u have this white screen? On page/article adding, CKEditor configuration page, ... ?

Greetings

slipit’s picture

It produces the following error from the error log.

[23-May-2012 17:25:30] PHP Parse error: syntax error, unexpected T_STRING, expecting ')' in /home1//public_html/uploads/modules/ckeditor/includes/ckeditor.admin.inc on line 596

This is the line 596
'!img_enabled' => '</br><img src="'%20.%20base_path()%20.%20$module_drupal_path%20.%20'/images/tick.png"/>',

Net Tab in Firebug when clicked on says it is "disabled". I've enabled it and there is nothing that looks suspicious.

Modules installed are IMCE and CKeditor.

Get white screen when clicking on CKEditor page in Configuration.

slipit’s picture

marcingy,

My apologies on the priority, it was ignorance on my part. As for it being in core I thought I submitted it in the CKeditor issues much to my surprise.

Where do I post what the maintainer needs to get the status off of postponed?

slipit’s picture

In case I missed something here's the scenario.

I installed the latest drupal 7.14.

I have only two modules installed, CKEditor and IMCE. I used the latest devs 7.x-1.9 and 7.x-1.5 respectively on both these modules. Cleared the cache and I still get a white screen when I go to Configuration/CKeditor.

I need access to the CKeditor page so I can set the "file browser setting" to IMCE.

The error log is producing the following, I also included the actual line that's throwing the error.

[23-May-2012 17:25:30] PHP Parse error: syntax error, unexpected T_STRING, expecting ')' in /home1//public_html/uploads/modules/ckeditor/includes/ckeditor.admin.inc on line 596

This is the line 596
'!img_enabled' => '</br><img src="'%20.%20base_path()%20.%20$module_drupal_path%20.%20'/images/tick.png"/>',

dczepierga’s picture

@goc2, do u really have %20 in your source code on line which u paste here?

Greetings

slipit’s picture

Yes, it's exactly as shown in my post.

dczepierga’s picture

If u download last stable version of CKEditor module, open it and check file on this line - u still see %20 in code?
%20 is space in HEX code, but u shouldn't see this in source of the module...

Greetings

slipit’s picture

dczepierga,

I did just as you suggested and downloaded ckeditor 7.x-1.9.

Below is what is in the array.

array(
                '!img_enabled' => '</br><img src="'%20.%20base_path()%20.%20$module_drupal_path%20.%20'/images/tick.png"/>',
                '!img_disabled' => '</br><img src="'%20.%20base_path()%20.%20$module_drupal_path%20.%20'/images/delete.png"/>',
                '!elem_format_config' => '<ul class="text-formats-config"></ul>'
            )