Hi,

I tried various versions of the module (on Drupal 7.9) with the same results:

Versions tested:
===========
7.x-1.4
7.x-1.6
and 7.x-1.x-dev (Nov 10).

I'm trying to change any value for either of the profiles below,

localhost/admin/config/content/ckeditor/edit/Advanced
localhost/admin/config/content/ckeditor/edit/Full

but as soon as I hit the save button I get the message below:

This webpage is not available
The connection to localhost was interrupted.
Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

(image attached)

I tried this with Chrome 15.0.874.106 m, FireFox 8 and IE8.
Running WAMP 2.2 on Win 7-64 Apache 2.2.21 MySQL 5.5.16 and PHP 5.3.8

There are no proxy settings enabled and I also disabled the anti-virus/firewall on my workstation.

If I refresh the error page I get the profile page again with all the changes lost obviously.

Updating the "CKEditor Global Profile" works without any issues.

The editor itself is functioning perfectly.

Not sure if this is a bug or something on my w/s or my setup is causing it.

I'd greatly appreciate your help.

Thank you.

CommentFileSizeAuthor
11-11-2011 6-44-46 AM.png20.63 KBxiidev

Comments

mkesicki’s picture

Status: Active » Postponed (maintainer needs more info)

Please check in your server errors log something about this error. This looks like problems with your server / Internet connection. Does drupal and other sites work normally ?

Warriore’s picture

Got the same problem.

I`m using wamp server on localhost!

Is some ideas where is problem!

I installed the latest version of wamp server.
Installed Drupal 7.10 and ckeditor-7.x-1.6. No changes. Problem is active

Installed wamp server and Drupal 7.10 and ckeditor-7.x-1.6 on other PC - work perfectly!

I think there is some problem with localhost configuration, but I can find out!

Using WampServer Version 2.2

localhost is working. Set up my site.
Installed few modules.

When I want to save changes made on module ckeditor-7.x-1.6 --> http://clip2net.com/s/1rvX1

localhost is not working http://clip2net.com/s/1rw8I

Apache error log

[Fri Dec 30 00:55:28 2011] [notice] Parent: child process exited with status 255 -- Restarting.
[Fri Dec 30 00:55:28 2011] [notice] Apache/2.2.21 (Win64) PHP/5.3.8 configured -- resuming normal operations
[Fri Dec 30 00:55:28 2011] [notice] Server built: Sep 24 2011 19:57:51
[Fri Dec 30 00:55:28 2011] [notice] Parent: Created child process 2452
[Fri Dec 30 00:55:28 2011] [notice] Child 2452: Child process is running
[Fri Dec 30 00:55:28 2011] [notice] Child 2452: Acquired the start mutex.
[Fri Dec 30 00:55:28 2011] [notice] Child 2452: Starting 64 worker threads.
[Fri Dec 30 00:55:28 2011] [notice] Child 2452: Starting thread to listen on port 80.
[Fri Dec 30 00:55:28 2011] [notice] Child 2452: Starting thread to listen on port 80.
[Fri Dec 30 00:55:28 2011] [notice] Parent: child process exited with status 255 -- Restarting.
[Fri Dec 30 00:55:28 2011] [notice] Apache/2.2.21 (Win64) PHP/5.3.8 configured -- resuming normal operations
[Fri Dec 30 00:55:28 2011] [notice] Server built: Sep 24 2011 19:57:51
[Fri Dec 30 00:55:28 2011] [notice] Parent: Created child process 3868
[Fri Dec 30 00:55:29 2011] [notice] Child 3868: Child process is running
[Fri Dec 30 00:55:29 2011] [notice] Child 3868: Acquired the start mutex.
[Fri Dec 30 00:55:29 2011] [notice] Child 3868: Starting 64 worker threads.
[Fri Dec 30 00:55:29 2011] [notice] Child 3868: Starting thread to listen on port 80.
[Fri Dec 30 00:55:29 2011] [notice] Child 3868: Starting thread to listen on port 80.

Warriore’s picture

Find the solution in --> http://drupal.org/node/1064098

I`m noob in drupal :D

It takes me 6hours to find solution!

mkesicki’s picture

Status: Postponed (maintainer needs more info) » Fixed

This bug is related with PCRE library in PHP 5.3.x.
Please use temporary fix from #1064098: [D7] Save Configuration fails locally (problem with PCRE library in PHP 3.5.x) (PCRE module in PHP 5.3.x).
@Warriore thank you for finding solution.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Narretz’s picture

Version: 7.x-1.6 » 6.x-1.11
Category: support » bug

Hi, is it possible to backport this fix to the Drupal 6 branch? The same issue applies there.