I have a new drupal 7 installation on a local machine. After installing just the wysiwyg 7.22 module with CKeditor 3.6.1 I get this error on trying creating or editing any content.
I'm sure the installation is correct. The combination of these two modules are working just fine in another site which I have under construction on the same local machine. Please your help.

Comments

TwoD’s picture

Status: Active » Postponed (maintainer needs more info)

Sorry, there's no way I can debug this. The error (given we're using the same D7 version) looks like it could be thrown inside _drupal_error_handler(), which can get jumped into from anywhere there's an exception, so no way to tell what happened without a full backtrace.

The only thing I can suggest, since this apparently happened after installing Wysiwyg, would be to try 7.x-2.x-dev, check any server logs for more informative error mesages, and perhaps increase the max execution time just in case there's a long running cron job (or something) which can't finish.

Sahil Gupta’s picture

You can use a module to control this maximum time execution limit. PHP Runtime Configurator module provides many options to configure without changing your php.ini file and restart Apache.
You can configure following parameters:

- File Upload Limit
- Memory Limit
- Maximum Execution Time Limit
- Maximum Input Variable Limit

TwoD’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

I think it's likely this was caused by #2884450: Theme CSS not added correctly when PHP can't make HTTP requests to the site itself, which now has a patch.