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

Home » FUDforum Development » Bug Reports » Time Problem
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Time Problem [message #1199 is a reply to message #1194] Sat, 23 March 2002 20:08 Go to previous messageGo to previous message
basse is currently offline  basse   Finland
Messages: 164
Registered: March 2002
Location: Åbo, Finland
Karma:
Senior Member
DPitts18 wrote on Sat, 23 March 2002 7:27 PM

You lost me in just about everything you said. LoL



OK. Let's try this again, shall we? Smile

Do you know the difference between a symbolic link and a real file? If not, check that out first before you try to understand the rest of this post.

The following example will use paths /example/path/forum/ as the forum main dir and /example/path/data/ as the forums data dir.

The file GLOBALS.php exists in one place, which is /example/path/data/includes/GLOBALS.php. But there are symbolic links (symlinks) in two places, both of which point to the file in /example/path/data/includes/. These two symlinks are: /example/path/forum/GLOBALS.php and /example/path/forum/adm/GLOBALS.php. If you wish to edit any settings in GLOBALS.php directly, please make the corrections in the real file (ie. /example/path/data/includes/GLOBALS.php), not in the symlinks.

To fix your problem, please recreate the symlinks in /example/path/forum/ and /example/path/forum/adm/. This can be done by issuing the commands 'ln -s /example/path/data/includes/GLOBALS.php /example/path/forum/GLOBALS.php' and 'ln -s /example/path/data/includes/GLOBALS.php /example/path/forum/adm/GLOBALS.php' at the shell prompt.

Quote:


I don't know that much about PHP. This my first excursion into it.


This isn't actually a php issue, rather basic unix know-how. But everybody has to start somewhere... Smile

Hope this helped clear things up for you. Feel free to ask if you still don't understand.
[Message index]
 
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
Read Message
Previous Topic: Icon Problem
Next Topic: Register problem
Goto Forum:
  

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

Current Time: Fri Nov 22 06:43:11 GMT 2024

Total time taken to generate the page: 0.04229 seconds