Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hello.

I've got strange issue with CouchCMS after adding <cms:editable> tag to php file.
When added
<?php require_once( 'couch/cms.php' ); ?> and <?php COUCH::invoke(); ?>
all was good.
After adding <cms:editable name='main_content' type='richtext'> my content </cms:editable>, visiting index.php and after that /couch after few seconds connectrion is reset

When I looked at Xampp control panel I saw that Apache really restarting.

After delating editable tag /couch is loading and I see field with content but only I can delate it.
It seems like couch restarting Apache when editable tag is added.

This is my error log from Apache

Code: Select all
[Mon Apr 08 18:17:18.416111 2013] [mpm_winnt:notice] [pid 8140:tid 308] AH00428: Parent: child process exited with status 3221225477 -- Restarting.
[Mon Apr 08 18:17:19.255948 2013] [ssl:warn] [pid 8140:tid 308] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Apr 08 18:17:19.346768 2013] [mpm_winnt:notice] [pid 8140:tid 308] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Mon Apr 08 18:17:19.347745 2013] [mpm_winnt:notice] [pid 8140:tid 308] AH00456: Server built: Aug 18 2012 12:41:37
[Mon Apr 08 18:17:19.347745 2013] [core:notice] [pid 8140:tid 308] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Mon Apr 08 18:17:19.348722 2013] [mpm_winnt:notice] [pid 8140:tid 308] AH00418: Parent: Created child process 6348
[Mon Apr 08 18:17:20.808672 2013] [ssl:warn] [pid 6348:tid 316] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Apr 08 18:17:20.904376 2013] [mpm_winnt:notice] [pid 6348:tid 316] AH00354: Child: Starting 150 worker threads.
[Mon Apr 08 18:17:23.238345 2013] [mpm_winnt:notice] [pid 8140:tid 308] AH00428: Parent: child process exited with status 3221225477 -- Restarting.
[Mon Apr 08 18:17:24.118221 2013] [ssl:warn] [pid 8140:tid 308] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Apr 08 18:17:24.211972 2013] [mpm_winnt:notice] [pid 8140:tid 308] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Mon Apr 08 18:17:24.211972 2013] [mpm_winnt:notice] [pid 8140:tid 308] AH00456: Server built: Aug 18 2012 12:41:37
[Mon Apr 08 18:17:24.211972 2013] [core:notice] [pid 8140:tid 308] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Mon Apr 08 18:17:24.213927 2013] [mpm_winnt:notice] [pid 8140:tid 308] AH00418: Parent: Created child process 5036
[Mon Apr 08 18:17:25.945357 2013] [ssl:warn] [pid 5036:tid 260] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Apr 08 18:17:26.042038 2013] [mpm_winnt:notice] [pid 5036:tid 260] AH00354: Child: Starting 150 worker threads.


What I need to do to work with couchCMS?
Hi,

I've seen local LAMP/WAMP stacks behave in all kind of weird ways.
The problems rarely ever crop up once the system gets migrated to a proper online host.

Since you appear to be on a Windows machine, I suggest you please use the portable version of Couch (available at http://www.couchcms.com/products/ - just scroll down a little).
This is totally standalone, preconfigured and uses non-conventional ports and so won't interfere with any existing local WAMP stacks on your machine.

Please let me know in the unlikely case that the problem appears even with the portable version.

Thanks.
2 posts Page 1 of 1
cron