Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
0 registered (), 57 Guests and 12 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/05/06
Posts: 886
Top Posters (30 Days)
Ruben 38
Bert 36
Gizmo 23
sb 5
After the Rose 4
hema0359 4
BellaOnline 3
skicomau 3
gladiator 3
matrixinfologic 2
Latest Photos
Uhm...
Mayan End of World
Gas Station Disco Video Shoot
Test Pictures
Audrey Kate
Page 2 of 8 < 1 2 3 4 5 6 7 8 >
Topic Options
#187987 - 06/20/07 08:11 PM Re: Captcha image missing [Re: Gizmo]
Rugby Offline
stranger
Registered: 10/05/06
Posts: 21
Hi again. Well, I've asked my hosting service to upgrade to ImageMagick 6 and they won't until they upgrade all of their perl modules. They told me their is a work around and to inquire on their support forums, which I did, but very little help was offered.

It seems to me that during the UBB install process it said something about in order to use Captcha, I needed access to either ImageMagick or something else??? I've searched the UBB documentation and forum to no avail. Is their another module or program that will work on Captcha?? Without a functioning version of Captcha I can't see going live with my UBB Board.

All suggestions are appreciated!

Cheers,
John
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#188001 - 06/21/07 01:09 AM Re: Captcha image missing [Re: Rugby]
Gizmo Offline

Registered: 06/05/06
Posts: 15475
Loc: Portland, OR; USA
ImageMagick6 and GD with font support ( i forget which) can both run the captcha system.

ImageMagick has a "binary" option that you can install yourself as a user; it shoudl be as easy as uploading it, setting the paths to it, and chmodding it 755.
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime Supporter, Beta Tester & Resident Post-A-Holic.
Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Top
#197605 - 09/17/07 02:01 PM Re: Captcha image missing [Re: Gizmo]
Rugby Offline
stranger
Registered: 10/05/06
Posts: 21
Hello... My webhost has recently upgraded to ImageMagick 6.3.4 so I am trying to get Captcha working on my board again. In my control panel I have selected to use ImageMagick in the "Registration Settings," and under "Paths & URL" set the paths to "convert" and mogrify" as follows:

/usr/local/bin/convert
/usr/local/bin/mogrify

If I try to register as a new user there is still no Captcha image displayed. By the way, the paths above are what were given to me by my webhost. I also tried dropping the "local" out of the path just for fun and it didn't work either. Does anyone have any thoughts on what can I try next??

Cheers--
Top
#197606 - 09/17/07 02:22 PM Re: Captcha image missing [Re: Rugby]
Ian Offline
Registered: 06/05/06
Posts: 4349
Loc: Essex, UK
The best suggestion is to ask your host to confirm the path to convert and mogrify.

I doubt they have changed, but you never know.
Top
#197607 - 09/17/07 02:24 PM Re: Captcha image missing [Re: Rugby]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10177
Loc: Aberdeen, WA
While logged in as an admin user, bring up the following on your forums:

ubbthreads.php?ubb=captcha&t=im&test=1

That should give some type of information if it's encountering an error of some sorts.
Top
#197608 - 09/17/07 02:48 PM Re: Captcha image missing [Re: Rick]
Rugby Offline
stranger
Registered: 10/05/06
Posts: 21
Rick, I ran the test and got the following error:

"PHP error: /usr/local/bin/convert/: not found"

I tried dropping the "local" from my paths and got the same basic error - "PHP error: /usr/bin/convert/: not found"

This is pretty frustrating... what can I try next?
Top
#197610 - 09/17/07 03:27 PM Re: Captcha image missing [Re: Rugby]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10177
Loc: Aberdeen, WA
Hmm, the error looks a bit odd. Do you have a trailing slash at the end of the paths? It looks like it's set to

/usr/local/bin/convert/

When it should just be:

/usr/local/bin/convert
Top
#197613 - 09/17/07 03:58 PM Re: Captcha image missing [Re: Rick]
Rugby Offline
stranger
Registered: 10/05/06
Posts: 21
I took out the trailing "/" at the paths end and now get the following error after running the test

"PHP error: /usr/local/bin/convert: Unrecognized option (-annotate)."
Top
#197614 - 09/17/07 04:06 PM Re: Captcha image missing [Re: Rugby]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10177
Loc: Aberdeen, WA
If that's the case, then it sounds like they actually "downgraded". annotate was added in version 6, but not available in version 5.

Either that, or they have both versions installed, and they gave you the path to version 5 and not version 6.
Top
#197617 - 09/17/07 05:55 PM Re: Captcha image missing [Re: Rick]
Gizmo Offline

Registered: 06/05/06
Posts: 15475
Loc: Portland, OR; USA
Likely that they have both versions running beside eachother; I'm thiking that we need a utility in the CP that checks the version...

You can create a "test.php" file which has the following which should read out the version (be sure to update "convert_path" to be your path):
 Code:
<?php
function ImageMagick_version() {
	$convert_path = '/usr/bin/convert --version';
	$return =  shell_exec($convert_path);
	$x = preg_match('/Version: ImageMagick ([0-9]*\.[0-9]*\.[0-9]*)/', $return, $arr_return);

	return $arr_return[1];
}
echo(ImageMagick_version());
?>


Should read out something similar to: 6.2.8
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime Supporter, Beta Tester & Resident Post-A-Holic.
Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Top
Page 2 of 8 < 1 2 3 4 5 6 7 8 >



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Need to update from 6 to latest: can't until server checked
by Digilady
Yesterday at 08:17 AM
Shout Box
by Bert
06/15/13 04:15 PM
Calendar
by Bert
06/15/13 04:11 PM
External mail server
by Iann128
06/14/13 08:17 AM
How to get rid of text: "0 Spiders Online"
by sb
06/13/13 09:56 AM
Forum Stats
11000 Members
36 Forums
33986 Topics
183523 Posts

Max Online: 978 @ 06/24/07 10:19 PM
Random Image