![]() |
Quote:
On a side note I'd like to say that you have done a great job with the page ;) |
I only installed the "Poll" part of the vbindex.php file so that I can post the latest polls in my forumhome. :) Works well. I even managed to reinstall the poll results bars. Looks nicer with the image bars. Thanks.
|
This is killing me, I've been working to try and fix this hack for 3 days on my test board and yet no luck and it is probably a simple little mistake.
Well my test forum is based at www.f-fantasy.com/forums and the vbindex is at www.f-fantasy.com and no matter how much I edit, I keep running back into this problem. Help! (I apologise if this topic has been covered before but I really am in "ugh" mode) |
Have you set the path and uncommented the chdir() statement?
It should look like: PHP Code:
|
It currently looks like this:
//chdir('./forums'); require('./forums/global.php'); And I get the : Warning: Unable to access ./admin/config.php in /home/virtual/site57/fst/var/www/html/forums/global.php on line 118 When I edit it as so: //chdir('./forums/global.php'); require('./global.php'); I get the: Warning: Unable to access ./global.php in /home/virtual/site57/fst/var/www/html/index.php on line 26 It is killing me, almost literally! |
It **MUST** be:
PHP Code:
PHP Code:
|
Thank you, that seems to have solved that but as my luck dictates, yet another error:
Parse error: parse error in /home/virtual/site57/fst/var/www/html/index.php on line 26 |
Line 26 should be:
PHP Code:
|
That is exactly what is there, and yet that error still rears its ugly head.
|
Grrr, I missed a vital ' in the above code.
Make sure its: PHP Code:
|
All times are GMT. The time now is 04:02 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|