The following problem happens once some of the CKK modules are loaded: Modules page is not being loaded by the browser. It just displays empty page. If CKK module is removed, then everything comes back. I thought the issue was with the PHP limit and increased it to 400 M, also I have increased max_execution_time parameter in php.ini. It helped somewhat, but on loading 2 additional CKK modules, Modules page is again unavailable. The modules, which are currently loaded to the site apart of the Core ones are: contemplate, date, devel, fckeditor, nodequeue, token, views, webform. I have switched off the display of the variables on contemplate module, but it didn't help. It looks as there is somethere fundamental flow, which I don't see.

Comments

Oblivious-1’s picture

I've had problems with the ical module in Date before. I think it uses some PHP5 only calls. If you are working in a development environment, you can add this to settings.php:

ini_set('display_errors', 1);

This will try to display errors to the screen. Or, you can check your error logs. You'll probably see something like "Call to undefined function somefunctionoranother() in somefile.ext". That should help you narrow it down.
--
Erik

dmitry70’s picture

I've added the error display and got the following: Fatal error: Maximum execution time of 30 seconds exceeded in \sites\all\modules\drupal-contrib\devel\devel_themer.module on line 367
Fatal error: Maximum execution time of 30 seconds exceeded in \includes\database.mysql.inc on line 108

This is strange. I've increased the max_execution_time in php.ini to be 200 sec. Where it takes 30 sec from is not clear.

There are two errors, which are actually repeated in log many times: implode() [function.implode]: Bad arguments. in \sites\all\modules\drupal-contrib\devel\devel_themer.module on line 174.

and: Invalid argument supplied for foreach() in \sites\all\modules\drupal-contrib\devel\devel_themer.module on line 153.

But dev module was working fine before I loaded CKK. It is working now as well. Also, I am sure I saw similar type of problem before downloading dev module...

Oblivious-1’s picture

> I've increased the max_execution_time in php.ini to be 200 sec. Where it takes 30 sec from is not clear.

A. 30 seconds is a long time. Do you have a massive database or are you processing images or something intensive like that? Otherwise, something's fishy.

B. Did you check phpinfo() to be sure your php.ini settings took?

--
Erik

gpk’s picture

Perhaps the server does not allow the execution time to be increased.

Don't forget that CCK is only at RC stage in the release cycle. Worth checking the issue queue.

gpk
----
www.alexoria.co.uk