![]() |
have you all tried a clean install removing all the phrases
what version of vbulletin are you using plz try a 3.07 to keep the same as my server as can't find a fault |
Quote:
Also I had a lot of troubles during the install, also during the uninstall, the file edits did not work. So I manually uninstalled everything the reinstalled it manually. I opened the files and figured out the queries, I am going to try to do another clean install and see if I can come up with any solutions, I will let you know. |
You missed uninstall groups in your uninstall query.
Also, I redownloaded and uploaded, and installed...I still run into the same exact problem. User groups are set correctly too. |
I found an error.
In index.php you have it looking for template_mods.php instead of template.php Change: install\hacks\image_hosting\12\index.php Code:
if ($_REQUEST['do'] == "genreadme") { Code:
if ($_REQUEST['do'] == "genreadme") { Change: install\hacks\image_hosting\12\uninstall_queries.p hp Code:
<?php Code:
<?php 'subscription' => vbphrase['group_paid_subscriptions'], which should be 'subscription' => $vbphrase['group_paid_subscriptions'], |
I too am getting an error installing this.
It happens after I click the DONE button on the page that "Rebuild Style Information". Warning: halt(./includes/functions_log_error.php): failed to open stream: No such file or directory in /path/forum/includes/db_mysql.php on line 389 Warning: halt(): Failed opening './includes/functions_log_error.php' for inclusion (include_path='.:/usr/share/pear') in /path/forum/includes/db_mysql.php on line 389 I'm running 3.0.7 RedHat Linux 2.4.21-15.0.3.ELsmp MySQL 3.23.58 GD 2.0.12 Hacks: v3Articles vBadvanced |
ok i have noticed there is some errors with the installation process i will re-write this part and send you all the files hopefully i will be able to solve some problems
|
I could be wrong, but in image_host.php on line 144 aren't you missing a close bracket?
|
right think i have sorted it if a couple of you can test it and let me know thanks
this file should fix the problem with the blank screen when attempting to upload images try this now |
Almost :)
Warning: getimagesize(home/doyouwa/public_html/bbb/hosted_images/1.gif): failed to open stream: No such file or directory in /image_host.php on line 196 unable to get image size Also I think you need to remove the / in the $dir/ in that copy Code:
//upload image if all correct |
Ok,
My uploading is now working. After doing the edit above, removing the / from the $dir/ In the admin panel where it has Upload Directory The full local path to the upload directory eg. home/user/www/forum/hosted_images Change that to The full local path to the upload directory eg. /home/user/www/forum/hosted_images/ |
All times are GMT. The time now is 04:40 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:
|