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
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:
Anyone got an idea why?
Thanks
Matthieu
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