The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
GD issue
I'm not a programmer a bit of a newbie to the server and systems side of things so please bear with me.
I've been having problems getting GD to work on our installation of Vbulletin. Recently in talking to one of the systems guys at our host they told me that GD has to be loaded dynamically and to use this to call it: Code:
<?php dl('gd.so'); ?> |
#2
|
||||
|
||||
Create a new plugin through the Admin CP, using the init_startup hook. Put this inside that plugin:
PHP Code:
|
#3
|
|||
|
|||
Ok, I set up the plugin as instructed and everything is set to active. I'm still getting a broken image link in the admin when I try to set up GD under the Images Setting.
Is there something I need to do to "reboot" the system or should it be active now and I'm missing something else? |
#4
|
||||
|
||||
Add this underneath (for debugging):
PHP Code:
|
#5
|
|||
|
|||
Well that pretty much blew up my forum. The good news is that it is telling me that GD is loaded, the bad news is that now every page of my forum and admin simply say GD Loaded and I can't get back into the admin to turn it off.
|
#6
|
||||
|
||||
ftp to your site and edit config.php and add this line right under <?php
PHP Code:
|
#7
|
|||
|
|||
Put this line in your config.php file before the ?>
PHP Code:
|
#8
|
||||
|
||||
*jinx*
|
#9
|
|||
|
|||
Ok, thanks. That got the site back.
Well the good news is I've got GD running, but I can't image Verification Library settings to work. I still have a broken image icon showing up there. Matt |
#10
|
||||
|
||||
Then you probably don't have the path to the library set correctly. The path I use is "/usr/bin/" whereas they show in the example "/usr/local/bin/". So, try different paths.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|