FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Update to V1.2 - Unable to open core.inc
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Update to V1.2 - Unable to open core.inc [message #615 is a reply to message #609] Tue, 19 February 2002 21:40 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
ironstorm wrote on Tue, 19 February 2002 11:02 AM


That is the exact path of the file.

Mind you the file it's self has a whole lot of extra blank lines in it... Looks like I forgot to mention to make the GLOBALS.php binary safe too Smile

From: http://fud.prohost.org/forum/msg.php?th=83[quote title=Quote:]In C:/www/htdocs/forums/adm/admglobals.php Replace:

$fn = '/tmp/'.$randval;
$fp = fopen($fn, 'w');
with
$fn = $GLOBALS['TMP'].$randval;
$fp = fopen($fn, 'wb');
(without also changing fopen to include the binary the write switch, the GLOBALS.php file gets lots of extra blank lines after each save)


This fopen() and severals others have "obtained" the missing "b" fflag for the Windows installations.


FUDforum Core Developer
[Message index]
 
Read Message icon4.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: is it possible to delete complete threads from the database
Next Topic: Install problems with install.php, lastest version
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Nov 07 12:30:56 GMT 2024

Total time taken to generate the page: 0.04795 seconds