Current time: 05-23-2024, 12:05 AM Hello There, Guest! (LoginRegister)


Post Reply 
Cannot open the ispcp.conf config file!
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: Cannot open the ispcp.conf config file!
Hm, right...

ok, try the followin:

in /var/www/ispcp/gui/include/class.config.php you have
Code:
...
        private static function _parseFile() {
                // open file ... parse it and put it in $cfg_values
                @$fd = fopen(self::$_file, 'r');
                if (!$fd) {
                        return false;
                } while (!feof($fd)) {
...

just delete the @ in
@$fd = fopen(self::$_file, 'r');
(line 208) and try again - hopefully you'll see more error messages which help finding the problem...

/J
09-16-2008 01:00 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Cannot open the ispcp.conf config file! - joximu - 09-16-2008 01:00 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)