Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
I installed couch on my website this morning and I was able to install it via the browser but once it directed me to the login page I got a 500 Internal Server Error. As of now none of the pages on my website work. I have tried deleting the .htaccess file but it did not work. If it makes a difference I have installed the Responsive admin theme by cheesypoof Here is my error log.
Code: Select all
20140629T115230: rescuepmlanc.com/index.php
PHP Warning:  require_once(/hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/addons/repeatable/repeatable.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/header.php on line 549
PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/addons/repeatable
20140629T115240: rescuepmlanc.com/index.php
PHP Warning:  require_once(/hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/addons/repeatable/repeatable.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/header.php on line 549
PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/addons/repeatable
20140629T115241: rescuepmlanc.com/index.php
PHP Warning:  require_once(/hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/addons/repeatable/repeatable.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/header.php on line 549
PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/addons/repeatable
20140629T115242: rescuepmlanc.com/index.php
PHP Warning:  require_once(/hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/addons/repeatable/repeatable.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/header.php on line 549
PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/addons/repeatable
20140629T115643: rescuepmlanc.com/index.php
PHP Warning:  require_once(/hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/addons/relation/relation.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/header.php on line 549
PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/addons/relation/relat
20140629T115644: rescuepmlanc.com/index.php
PHP Warning:  require_once(/hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/addons/relation/relation.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/header.php on line 549
PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/addons/relation/relat
20140629T120316: rescuepmlanc.com/index.php
PHP Warning:  require_once(/hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/addons/repeatable/repeatable.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/header.php on line 549
PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/hermes/bosoraweb178/b2527/dom.rescuepmlanccom/public_html/cms/addons/repeatable
Hi,

From what I can see from the log, some core Couch files are missing from your installation -
specifically the following files
couch/addons/repeatable/repeatable.php
couch/addons/relation/relation.php

Please check to see if that is indeed the case.

I suggest you please reinstall Couch as there could be some other files missing too.

Keep us posted.
Thanks.
I did a fresh install of couch and it's working great now! The only issue I have is when I installed the responsive Admin panel the admin panel stayed the same.

*Update the problem with the admin panel was the theme folder I was missing a few files
3 posts Page 1 of 1