| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| DesignersTalk > php errors: Simple yet annoying, please help |
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Registered User
Join Date: May 2007
Posts: 48
|
php errors: Simple yet annoying, please help
Could anyone help me with these errors please Warning: main(/public_html/social/include/common.php) [function.main]: failed to open stream: No such file or directory in /home/gameupli/public_html/social/mainfile.php on line 52 Warning: main() [function.include]: Failed opening '/public_html/social/include/common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/gameupli/public_html/social/mainfile.php on line 52 Fatal error: Call to undefined function: site_cache() in /home/gameupli/public_html/social/header.php on line 6 Im sure I have tried everything, could you please help me. Many THanks if you can |
|
|
|
|
|
#8 (permalink) |
|
just one more thing..
Join Date: Dec 2006
Location: Brackendale
Posts: 97
|
I'm no expert but my concern is that the urls do not match. The file calling is addressed as /home/gameupli/public_html/social/mainfile.php The file called /public_html/social/include/common.php Perhaps your XOOPS_ROOT_PATH definition requires /home/gameupli adding? Or use the relative URL as I suggested? |
|
|
|
#9 (permalink) |
|
Registered User
Join Date: May 2007
Posts: 48
|
here is the php script for the whole of mainfile.php PHP Code:
EDIT: TRIED WHAT YOU SUGGESTED AND HASNT CHANGED ANYTHING |
|
|
|
#14 (permalink) |
|
just one more thing..
Join Date: Dec 2006
Location: Brackendale
Posts: 97
|
No the file you are calling from is in social so is relative address to its position. Indulge me try this. include('include/common.php'); If this doesn't work I will have to leave you to it as I have to bed now. Sorry I could not help more |
|
|
|
#15 (permalink) | ||
|
geek
|
Quote:
obviously not because its not working. IT looks like it acctualy should be /home/gameupli/public_html/social/include/common.php or public_html/social/include/common.php or ./public_html/social/include/common.php Quote:
|
||
|
|
|
#16 (permalink) | |
|
Registered User
Join Date: May 2007
Posts: 48
|
Quote:
I tried them and now just get Parse error: syntax error, unexpected '.' in /home/gameupli/public_html/social/mainfile.php on line 52 Meh |
|
|
![]() |