Current time: 04-27-2024, 08:25 AM Hello There, Guest! (LoginRegister)


Post Reply 
release rc3, and other things
Author Message
Floxxx Offline


Posts: 1
Joined: Jun 2007
Reputation: 0
Post: #24
RE: release rc3, and other things
grungy Wrote:
digibyte Wrote:RC2c released.

Nothing important but when I log in as admin to RC2c in the upper corner I get an error saying :

Code:
Warning: fclose(): supplied argument is not a valid stream resource in /var/www/ispcp/gui/admin/index.php on line 96

I have the same, however only when bind is not running (i have my DNS externally). So maybe that's something to look into...

made a quick fix for this by changing:
[/code]
Code:
$dh2 = @fopen($last_update,'r');
$last_update_result = (int)@fread($dh2, 8);
fclose($dh2);

to:

Code:
$dh2 = @fopen($last_update,'r');
$last_update_result = 0;
if ( $dh2 ) {
        $last_update_result = (int)@fread($dh2, 8);
        fclose($dh2);
}
(This post was last modified: 06-25-2007 04:29 AM by Floxxx.)
06-25-2007 04:22 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
release rc3, and other things - joximu - 05-08-2007, 11:02 PM
RE: release rc3, and other things - BeNe - 05-09-2007, 01:11 AM
RE: release rc3, and other things - joximu - 05-09-2007, 01:47 AM
RE: release rc3, and other things - RatS - 05-09-2007, 08:41 AM
RE: release rc3, and other things - joximu - 05-09-2007, 08:57 AM
RE: release rc3, and other things - BeNe - 05-09-2007, 05:04 PM
RE: release rc3, and other things - Zothos - 05-09-2007, 05:06 PM
RE: release rc3, and other things - BeNe - 05-09-2007, 05:13 PM
RE: release rc3, and other things - xister - 05-09-2007, 05:24 PM
RE: release rc3, and other things - RatS - 05-09-2007, 05:45 PM
RE: release rc3, and other things - joximu - 05-09-2007, 05:55 PM
RE: release rc3, and other things - joximu - 05-09-2007, 05:51 PM
RE: release rc3, and other things - RatS - 05-10-2007, 07:56 AM
RE: release rc3, and other things - MicCo - 05-10-2007, 06:42 PM
RE: release rc3, and other things - Zothos - 05-17-2007, 01:50 AM
RE: release rc3, and other things - BeNe - 05-16-2007, 10:51 PM
RE: release rc3, and other things - grungy - 05-17-2007, 04:35 AM
RE: release rc3, and other things - Floxxx - 06-25-2007 04:22 AM

Forum Jump:


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