Jump to content


Main configuration file not found


  • You cannot reply to this topic
26 replies to this topic

#21 ErwinB

    Etomite Forum Newbie

  • Member
  • 7 posts

Posted 02 April 2008 - 02:25 PM

View PostErwinB, on Apr 2 2008, 10:06 AM, said:

new installation

Oh to answer your question...yes they are in the ftp structure...

#22 ErwinB

    Etomite Forum Newbie

  • Member
  • 7 posts

Posted 02 April 2008 - 05:36 PM

Hello Etomitian:

View PostErwinB, on Apr 2 2008, 10:25 AM, said:

Oh to answer your question...yes they are in the ftp structure...

Solved my own problem thanks to my system admin who assisted me... there is s the following colde found in \manager\index.php:
// set some runtime options

// set some runtime options
if(version_compare(phpversion(), "4.3.0")>=0) {
  set_include_path("./includes/"); // this now works, above code did not?
} else {
  ini_set("include_path", "./includes/"); // include path the old way
}

the action folder is not found within this includes but rather inside the manager\media folder. So the best temporary workaround would be to copy and paste all the subfolders of manager\media to manager\includes\. You may have to reinstall etomite which means you have to delete etomite tables first or create a new prefix when it prompts you at the beginning of the installation steps. Hope this works for those who have similar problems.

best regards,
Erwin B.

#23 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,524 posts
  • Gender:Male

Posted 04 April 2008 - 08:26 PM

The problem being discussed in the forum thread has been resolved for the Prelude v1.0 release... Earlier releases will not be patched to resolve this issue due to the shear amount of work that the fix entails... A beta copy of Prelude v1.0 has been tested on a server known to have this problem in 0.6.1.4 and the install works flawlessly... We will be merging several similar threads together in the near future...

#24 othellotech

    Etomite Forum Newbie

  • Member
  • 9 posts

Posted 17 June 2008 - 05:15 PM

View PostRalph, on Apr 4 2008, 09:26 PM, said:

The problem being discussed in the forum thread has been resolved for the Prelude v1.0 release
And is back sadly in the 1.1beta :(

Eto itself works fine, but on a test upgrade we are unable to access the manager ...
Warning: require_once(sniff/phpSniff.class.php) [function.require-once]: failed to open stream: Permission denied in /home/betaoth/public_html/manager/includes/browsercheck.inc.php on line 3

Fatal error: require_once() [function.require]: Failed opening required 'sniff/phpSniff.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/usr/local/cpanel/3rdparty/lib/php:/home/betaoth/php') in /home/betaoth/public_html/manager/includes/browsercheck.inc.php on line 3

#25 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,524 posts
  • Gender:Male

Posted 17 June 2008 - 05:41 PM

No, this must be a different issue... All includes and requires have been hard coded for proper paths... My guess is a permissions issue... The error indicates that PHP, and therefore Etomite, knows that the file is there, it just doesn't have access permissions to read it...

#26 othellotech

    Etomite Forum Newbie

  • Member
  • 9 posts

Posted 17 June 2008 - 11:05 PM

View PostRalph, on Jun 17 2008, 06:41 PM, said:

No, this must be a different issue... All includes and requires have been hard coded for proper paths... My guess is a permissions issue... The error indicates that PHP, and therefore Etomite, knows that the file is there, it just doesn't have access permissions to read it...
Its "fixed" by editting the path in the file to be the full path...
in ./manager/includes/browsercheck.inc.php
changed the include to /home/betaoth/public_html/manager/includes/sniff/phpSniff.class.php

For some reason the include_path appears wrong on this box (probably a trypo/mistake in the php.ini) when looking at a phpinfo, its appending /php onto the path, hardcoding the paths rather than using relatives seems to force it to work

I like the new colour scheme - now to do some testing, go ack to teh endless list of snippets I wanted to write ...

#27 Ralph

    Loves Etomite Forums!

  • Admin
  • 6,524 posts
  • Gender:Male

Posted 18 June 2008 - 12:50 PM

View Postothellotech, on Jun 17 2008, 07:05 PM, said:

Its "fixed" by editting the path in the file to be the full path...
in ./manager/includes/browsercheck.inc.php
changed the include to /home/betaoth/public_html/manager/includes/sniff/phpSniff.class.php

I'll double-check that file in the code base... All of the includes and requires should be set to use relative paths... The use of an absolute path should not be required... I won't be able to check it till later today...





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users