<< Back
Message for this thread
Posted by Messages text
Carlos Loza

Noavatar
Total post : 5
> Profile
Written on : 08/06/2006 16:56 ( more than one month )
Object : Menu errors
Hello Claudio:
I'm created a demo course in my University (in doceboLms). When incoming as tutor to manage this, in the TUTORS AREA, the left menu show me items with Notes (first item) and statisticals (2nd, 3rd, 4th item) and only the 2nd. (.... Uses) works fine.
When click the third item (User statistics) and fourth item  (Learning Objects Statistics) show this error:
---------------------------
Warning: loadbody(modules/stats/stats.php) [function.loadbody]: failed to open stream: No such file or directory in /srv/www/htdocs/docebo/doceboLms/class.module/class.stats.php on line 35

Fatal error: loadbody() [function.require]: Failed opening required 'modules/stats/stats.php' (include_path='/usr/share/php') in /srv/www/htdocs/docebo/doceboLms/class.module/class.stats.php on line 35
--------------------------
Seeking this route, the 35 line show this code: 
            require('modules/stats/stats.php');

The file "../modules/stats/stats.php" exists whit this permissions: 644.

How i can to correct that? (the platform is mounted in Suse Linux v.10)
Thanks your help.
 
Erba Claudio

Avatar
Total post : 2688
> Profile
Written on : 08/06/2006 18:43 ( more than one month )
Object : Re: Menu errors
Seems you missed some file ...
Does the files shown in the error messages exist?
Ciao
Claudio
Docebo CEO and Founder
www.docebo.com
 
Carlos Loza

Noavatar
Total post : 5
> Profile
Written on : 14/06/2006 21:37 ( more than one month )
Object : Re: Menu errors
Hi Claudio:
I have reinstalled again with other database name.
The errors are the same.
Respect to files, there exists as I was write in the before message.
I mind this mistake is near at the sentence - Failed opening required 'modules/stats/stats.php' (include_path='/usr/share/php') -
The folder modules is into before level. The file stats.php exists.
I was changed the file stats.php line 35 with ../modules/stats/stats.php ( including ../ )but the error persists.
Please help me.
 
<< Back