Author Topic: Strange error  (Read 3679 times)

0 Members and 1 Guest are viewing this topic.

Offline GaYan

  • Sr. Member
  • ****
  • Posts: 301
  • ♫ | G2 | ♫
    • View Profile
    • Ziramagic
Strange error
« on: July 30, 2010, 08:30:38 PM »
Hey Guys and dear experts  :D

i got a stragen error after moving to my new host  :?:

Code: [Select]
Warning: include_once(./includes/constants.php) [function.include-once]: failed to open stream: No such file or directory in /home/mikechin/public_html/G2/Temp/GamesLk/global.php on line 131

Warning: include_once() [function.include]: Failed opening './includes/constants.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mikechin/public_html/G2/Temp/GamesLk/global.php on line 131

Warning: include_once(./includes/functions.php) [function.include-once]: failed to open stream: No such file or directory in /home/mikechin/public_html/G2/Temp/GamesLk/global.php on line 132

Warning: include_once() [function.include]: Failed opening './includes/functions.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mikechin/public_html/G2/Temp/GamesLk/global.php on line 132

Fatal error: Call to undefined function get_basefile() in /home/mikechin/public_html/G2/Temp/GamesLk/global.php on line 346

i think the ROOT_PATH is messed up  :D is thier a way to fix it Experts ?
Thanks in advance !
I'm Back :)

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: Strange error
« Reply #1 on: July 31, 2010, 01:27:51 AM »
Did you triple check that all files were moved successfully and that all permissions are set correctly? If you did check, then check one more time, ROOT_PATH is not the issue here ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline GaYan

  • Sr. Member
  • ****
  • Posts: 301
  • ♫ | G2 | ♫
    • View Profile
    • Ziramagic
Re: Strange error
« Reply #2 on: July 31, 2010, 08:46:05 AM »
 :mrgreen: yeh,, i cheked everything  :roll:
I'm Back :)