View Single Post
  #6 (permalink)  
Old 16-11-2002, 11:22 PM
aiweller's Avatar
aiweller aiweller is offline
Novice Webmaster
 
Join Date: Nov 2002
Posts: 33
Rep Power: 0
aiweller is on a distinguished road
Send a message via ICQ to aiweller
Solution yang di bagi saya rasa tak complete.. Directory mana nak delete?? Kalau delete a directory and create different directory names pun, saya rasa the safe mode problem would still exists..

Satu work-around untuk safe-mode issue yang saya pernah buat dulu ialah dengan modify semua php script yang ada "include" statement untuk point ke full server path to the include file. For example, kalau dalam php file ada "include("./config.php")" atau "include("config.php")" or "include("/cfg/config.php")" dll., tukar statement itu ke "include("/full/directory/path/yourdomain/directory/config.php")", depending on what your account root directory is. There could be that not only "include" kena tukar. So best look for anything that is connecting to another file in the script and change the directory path.

That means kena open semua .php file yang ada connection dengan gallery dan cari semua statement which ada connection with other files. Banyak kerja kena buat kalau ada berpuluh, puluh file . But sebelum start doing this, backup the original files dulu, just in-case.

I can't think of any way else to fix this problem if this does not work!!

PM saya kalau need assistance.
__________________
Ashley Weller
Host247.com
KLGlobal.NET
Not Just Ordinary Features

Last edited by aiweller; 17-11-2002 at 01:20 AM.
Reply With Quote