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

Home » FUDforum Development » Bug Reports » PM Icons
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: PM Icons [message #10482 is a reply to message #10480] Mon, 02 June 2003 19:52 Go to previous messageGo to previous message
scoutzilla is currently offline  scoutzilla   United States
Messages: 163
Registered: April 2002
Location: Southern Califorina
Karma:
Senior Member

It looks like I do still have a GLOBALS.php problem.

Question is (1) do I delete the old GLOBALS.phps? ALL BUT the 'real' GLOBALS.php (in the INCLUDE Dir) and then run this script?

<?php
$real_path = "/path/to/include/GLOBALS.php"
include($real_path);

@unlink($WWW_ROOT_DISK . 'GLOBALS.php');
@unlink($WWW_ROOT_DISK . 'adm/GLOBALS.php');

symlink($real_path, $WWW_ROOT_DISK . 'GLOBALS.php');
symlink($real_path, $WWW_ROOT_DISK . 'adm/GLOBALS.php');
?>


(2) What Dir do I run this script from? My INCLUDE Dir??

thanks for the help



Got Torque?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: forum_rules bug
Next Topic: 2.5.0RC3 RSS/RDF is totally wrong.
Goto Forum:
  

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

Current Time: Tue Oct 08 22:21:53 GMT 2024

Total time taken to generate the page: 0.04274 seconds