PDA


View Full Version : problem with new install VB3.6.1


rolando
10-02-2006, 02:03 AM
I installed, unistalled, reinstalled, tried everything I know, as I have this program running fine on another site. I'm using VB3.5.5 over their, this is a brand new site I'm working on to open soon, VB3.6.1. I also tried putting the "links" folder in the domain root as well as the forum root, where I have it last.

Everything works link wise except the "submit" and the "mod" buttons. Here' are the errors with the submit (keep in mind I tried domain root and forum root, same errors):

Submit link error-- Warning: main(./includes/functions_vba_links_savelink.php): failed to open stream: No such file or directory in /links/addlink.php on line 59

Fatal error: main(): Failed opening required './includes/functions_vba_links_savelink.php' (include_path='.:/php/includes:/') in /var/www/vhosts/imagedots.com/htdocs/forums/links/addlink.php on line 59

Mod button error- Warning: main(./includes/functions_vba_links_moderate.php): failed to open stream: No such file or directory in /links/moderate.php on line 294

Fatal error: main(): Failed opening required './includes/functions_vba_links_moderate.php' (include_path='.:/php/includes:/') in /var/www/vhosts/imagedots.com/htdocs/forums/links/moderate.php on line 294

Any help is greatly appreciated. Thanks, rg.

Brian
10-02-2006, 01:18 PM
Those errors mean that some of your files are missing. Download the package from here again and make sure that you upload all of the files when installing.

rolando
10-02-2006, 02:52 PM
Brian,

I've uninstalled, downloaded a new zip file, uploaded, did it three times, everything works, everything, except the submit and mod links. Still same errors. I've checked paths, all seem good. I have this product, old version, working fine on another site. Can you tell what the problem is from the error?

It doesn't matter if I place it outside the forum root as you have it your instructions for the new version. here's the errors I just got:

Mod button-- Warning: main(./includes/functions_vba_links_moderate.php): failed to open stream: No such file or directory in /var/www/vhosts/imagedots.com/htdocs/links/moderate.php on line 294

Fatal error: main(): Failed opening required './includes/functions_vba_links_moderate.php' (include_path='.:/php/includes:/') in /var/www/vhosts/imagedots.com/htdocs/links/moderate.php on line 294

Submit button--Warning: main(./includes/functions_vba_links_savelink.php): failed to open stream: No such file or directory in /var/www/vhosts/imagedots.com/htdocs/links/addlink.php on line 59

Fatal error: main(): Failed opening required './includes/functions_vba_links_savelink.php' (include_path='.:/php/includes:/') in /var/www/vhosts/imagedots.com/htdocs/links/addlink.php on line 59

Again, everything works fine, but these two buttons. I even uploaded my banners through the admin cp just fine. Thanks, rg.

Brian
10-02-2006, 04:24 PM
Double check your {forum}/includes/ folder and make sure you have the files functions_vba_links_moderate.php, and functions_vba_links_savelink.php on your server. Other than missing those files, I don't see any other way you would be getting those errors, especially if the other sections of the links directory are working fine. If that's not it, please submit a support ticket via the Members' Area here and I'll be glad to take a look at things for you.

rolando
10-02-2006, 05:00 PM
Funny thing, I uploaded those files twice. After you made your post, I went to double check the directory, cuz I knew I had uploaded them at least two times in the troubleshooting. Sure enough, found them, but there labeled, each with functions_vba_links#21567.php, each one with a different number. Not sure how that got changed in the upload, no other file has numbers on it, as I went and checked each file. Works now. Thanks, rg sends!