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

I've installed CMS on my server and I'm able to access my admin page. When I click on the templates link or the users link I always get a 500 error.


I've already deleted the .htaccess file, removed the memory limit

Code: Select all
<?php ini_set('memory_limit', '-1');  require_once( '../../couch/cms.php' ); ?>  CONTENT <?php COUCH::invoke(); ?> 


I'm able to log out, view site and use buttons like add new. It seems that the problem always occurs when I'm trying to view a list (users list, ...)

Example: I'm getting a HTTP ERROR 500 when I try to open a template and it goes to the following link:
Code: Select all
http://dev.matthieusergeant.be/couch/?o=Meubelenderoo.be/archief/archief.php&q=list



Anyone got an idea why?

Thanks
Matthieu
Hi,

Please take a look at your server's error log. Perhaps it would yield some clue.
If that doesn't help, you may PM me your site's FTP + Couch creds and I can take a look for you.

But before you do that, could you please try doing the following? -
edit couch/config.php file and uncomment (i.e. remove the leading '//') from the following line?
// 1b.
// For security purpose, the 'index.php' file of Couch can be renamed to anything else.
// If you do so, uncomment the following line and enter the new name.
//define( 'K_ADMIN_PAGE', 'index.php' );

Doing that will add 'index.php' to the admin URL. It might sound incredulous but I recently debugged a similar 500 case where doing this fixed the problem.

Please let me know if it helped.
Thanks.
2 posts Page 1 of 1
cron