Forums Sign Up Reply Search Statistics
Star Rating System GraFX Software Solutions - Forum / Star Rating System /

No Captcha showing up on my page

 
Author zam
Forums Member
#1 Posted: 31 Oct 2007 02:52:44
Reply 
I am in testing mode and the RATEPRO_IMAGE_NEEDED option is to YES but I do not see a captcha image on the test board

What could be the problem?
Author software
Admin
#2 Posted: 3 Nov 2007 07:05:21
Reply 
Usually is GD Library problem. It is not exist or is corrupted install.
Author zam
Forums Member
#3 Posted: 9 Nov 2007 18:08:17
Reply 
I fixed the problem on my own it was a session_start problem in the images.php file
Author software
Admin
#4 Posted: 9 Nov 2007 21:47:36
Reply 
great to know, post here your fix, maybe other people will have the same problem.
Author zam
Forums Member
#5 Posted: 12 Nov 2007 01:16:25 Edited by: zam
Reply 
This was the problem that we had talked about many times by email.

When you do not have access to the /tmp/ file on your server.

Before the sessoion_start() line you must place:

session_save_path '/your/info/given by host provider/'

This line must be placed every where there is a session_start() in the php files. If not you will recieve the warning errors which will give the line the error is on.

Zam
Author software
Admin
#6 Posted: 14 Nov 2007 20:07:50
Reply 
TX for posting
 
Your Reply

» Username  » Password 
Only registered users are allowed to post here. Please enter your login/password details upon posting a message, or sign up first.