Author
|
Message
|
Albe Terra
|
Monday 12 May 2008 10:21:37 am
Hi guys!
I tried to install eZPublish 3.7.5 manually to add an already existing application. After DB dump and some configuration setting I went on the website and that's the error I found:
-------------------------------------------------------------------------------------------- Module not found The requested module content could not be found. Possible reasons for this are:
* The module name was misspelled, try changing the URL.
* The module does not exist on this site.
* This site uses siteaccess matching in the URL and you didn't supply one, try inserting a siteaccess name before the module in the URL . --------------------------------------------------------------------------------------------
Any suggestion to solve the problem? Thank you very much! Drugo
|
Ćukasz Serwatka
|
Monday 12 May 2008 11:24:55 pm
Hi, Try enabled debug output and check for errors there. It should give more information.
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|
justin kazadi
|
Tuesday 13 May 2008 2:09:56 am
Hi,
check your url perhaps you have a error.If your url is correct then enabled the debug out .
For this edit the configuration file site.ini.append located in settings/siteaccess/exemple/site.ini.append where exemple is the name of your actual siteaccess. and add the following lines
[DebugSettings]
DebugOutput=enabled DebugRedirection=disabled
[TemplateSettings]
ShowXHTMLCode=disabled
ShowUsedTemplates=enabled
TemplateCompile=enabled
TemplateCache=disabled
DevelopmentMode=enabled
Debug=disabled After this clear cache and see in your website what is the error.
The theory is when we know everything and nothing works.
The practice is when everything works and nobody knows why.
If the practice and theory are met, nothing works and we do not know why.
Albert Einstein
|
Albe Terra
|
Thursday 22 May 2008 7:34:07 am
Ok, I activate the debug. The output is just:
eZ debug
Timing points:
Checkpoint Elapsed Rel. Elapsed Memory Rel. Memory
No timing points defined
Time accumulators:
Accumulator Elapsed Percent Count Average
Total script time: 0.0001 sec
It seems like it doesn't even start the output process... What can be the problem? Thanks
|
Gurudutt Verma
|
Thursday 22 May 2008 8:07:15 am
Check you logs
var/log/error.log and all other logs there see if you find something.
|
Albe Terra
|
Thursday 22 May 2008 9:43:11 am
Thanks! I look at the error.log, and that's what i found:
[ May 22 2008 18:39:52 ] [127.0.0.1] Undefined module: content
[ May 22 2008 18:39:52 ] [127.0.0.1] Error ocurred using URI: /index.php
Any suggestion for the problem? Thank you very much!
|
Gurudutt Verma
|
Friday 23 May 2008 1:00:36 am
Add following code in your index.php
echo "TEST"; die();
And see if it is returning something. Note : Take a backup of index.php first and revert back after testing :-) Waht is "MatchOrder=..." settings under "SiteAccessSettings" in "settings/override/site.ini.append.php"
|
meriam santos
|
Thursday 19 February 2009 4:52:11 pm
Hi there, have the same error and dont know how to fix it. can somebody please help me on this?
[ Feb 20 2009 09:43:48 ] [1.20.20.169] eZModule:
Undefined view: User management:::
[ Feb 20 2009 09:43:48 ] [1.20.20.169] error/view.php:
Error ocurred using URI: /index.php/intranet/user/://0
[ Feb 20 2009 09:44:12 ] [1.20.20.169] eZModule:
Undefined view: User management:::
[ Feb 20 2009 09:44:12 ] [1.20.20.169] error/view.php: Error ocurred using URI: /index.php/intranet/user/://0 please help..
thanks heaps, Meriam
|
Yannick Komotir
|
Friday 20 February 2009 4:08:56 am
Hi,
can you answer this question ?
Waht is "MatchOrder=..." settings under "SiteAccessSettings" in "settings/override/site.ini.append.php"
and make sure that the configuration of the siteaccess settings is valid.
<|- Software Engineer @ eZ Publish developpers -|>
@ http://twitter.com/yannixk
|
meriam santos
|
Wednesday 25 February 2009 5:43:26 pm
Hi there.. thanks for the reply in reply to your question: Waht is "MatchOrder=..." settings under "SiteAccessSettings" in "settings/override/site.ini.append.php" here is my answer:
[SiteAccessSettings] RequireUserLogin=false i dont have any settings for MatchOrder no other setting. any idea why i have this error?
|