|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
GD2 was working OK back in February, however, for some reason it is no longer showing the image, but only a red X.
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
Maybe that test, shown below, was only for IM, therefore, do you have a test for GD2?
ubbthreads.php?ubb=captcha&t=im&test=1
|
|
|
|
Joined: Dec 2003
Posts: 6,628 Likes: 85
|
Joined: Dec 2003
Posts: 6,628 Likes: 85 |
As a quick test you have two background images for captcha. background1.jpg background2.jpg One is I will call a smooth background and the other rough. Whatever your path is to the two files you should be able to view them with your browser. That will at least tell you the files are there and okay. So it would be like http://www.yoursite/forums/images/captcha/backgrounds/background1.jpgThis will at least test the image files. The letters images on the background are another thing.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Maybe that test, shown below, was only for IM, therefore, do you have a test for GD2?
ubbthreads.php?ubb=captcha&t=im&test=1 ubbthreads.php?ubb=captcha&t=gd&test=1
|
|
|
|
Joined: Jul 2006
Posts: 27
newbie
|
newbie
Joined: Jul 2006
Posts: 27 |
I to have been having the same issues Then I run that line I get
"page_captcha_run not found! Please contact the site administrator!"
Looking to trouble shoot myself as I jst got told about it, if I find the solution I will post.
If anyone else knows the solution, please do the same.
Thanks
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
That looks like maybe a script problem. I'd check your scripts/captcha.inc.php and make sure it's complete.
|
|
|
|
Joined: Jul 2006
Posts: 27
newbie
|
newbie
Joined: Jul 2006
Posts: 27 |
already where I am at Rick, and I think you are correct. Re uploading files now to make sure, will be back after to let you know if it worked!
|
|
|
|
Joined: Jul 2006
Posts: 27
newbie
|
newbie
Joined: Jul 2006
Posts: 27 |
All fixed, great call on the script. Took me a bit longer to think of and find. Gotta love support the members get here.
Thanks again Rick
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
The test worked without any problem, therefore, something else is causing the red X to appear. Maybe that test, shown below, was only for IM, therefore, do you have a test for GD2?
ubbthreads.php?ubb=captcha&t=im&test=1 ubbthreads.php?ubb=captcha&t=gd&test=1
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
This is also working OK. As a quick test you have two background images for captcha. background1.jpg background2.jpg One is I will call a smooth background and the other rough. Whatever your path is to the two files you should be able to view them with your browser. That will at least tell you the files are there and okay. So it would be like http://www.yoursite/forums/images/captcha/backgrounds/background1.jpgThis will at least test the image files. The letters images on the background are another thing.
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
I must also be having some type of a script problem.
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Could be. If you bring it up in firefox, go into Tools and click on Error Console. Scroll to the bottom and see if it's showing any errors.
|
|
|
|
Joined: Dec 2003
Posts: 6,628 Likes: 85
|
Joined: Dec 2003
Posts: 6,628 Likes: 85 |
Thinking out of the box on this there is also a issue if there are any extra files in the captcha folder other than what was installed from the original zip. I had a similar problem two years ago. The ftp program I was using at the time wrote a log.txt file in the captcha folder and that broke it. Just deleting the extra files that don't belong fixed it.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
I already removed those extra files without any success, therefore, I will reload those files and see what happens after that.
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
I will do this first and see what it says. Could be. If you bring it up in firefox, go into Tools and click on Error Console. Scroll to the bottom and see if it's showing any errors.
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
This is the only message I am receiving in the Error Console:
Deprecated method document.getSelection() called. Please use window.getSelection() instead.
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
I haven't reloaded those files yet, however, I soon will be doing that.
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
By the way, I can see the image box showing the X in Interent Explorer, but can't see any image at all using Firefox.
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
Using IE, when I click on the X image, I see the reloading image arrow, but it continues to show the X image, however, I can't see the image or really do anything to reload it using Firefox.
|
|
|
|
Joined: Dec 2003
Posts: 6,628 Likes: 85
|
Joined: Dec 2003
Posts: 6,628 Likes: 85 |
I don't know if there is a setting in firefox to turn it on or off but it usually hides the old red x. The reloading thing happened to me also with the extra files issue.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Dec 2003
Posts: 6,628 Likes: 85
|
Joined: Dec 2003
Posts: 6,628 Likes: 85 |
I already removed those extra files without any success, therefore, I will reload those files and see what happens after that. Humm! Did you find some extra files in one of the captcha folders? If you did then you may need to reload the files and clear cache in your browser.
Blue Man Group There is no such thing as stupid questions. Just stupid answers
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
If reloading the files doesn't work, probably want to open up a support ticket so I can look at it directly.
|
|
|
0 members (),
1,448
guests, and
60
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|