Hi,
I finally figured this one out thanks to FAQ #30, which pointed me in the right direction. The file permissions on chrono_verification.php were set to 775 instead of 755, which is required by my server. Now verification image displays correctly.
Hi Syco,
so how do I change the permissions on a file to 755 (procedure wise)?
any FTP client, you need to FTP to your site and find teh file under components/com_chronocontact/ and chmod it
Let us know!
Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Sorry to be a pain Max... . but I'm still at a loss..as I don't know what "chmodit" means.
I can use my FTP client to find the file..
Please see attachment.. as I'm on a MAC, and please let me know if this is what you're talking about to modify?
Regards,
Syco
😟[attachment=0]permissions.gif[/attachment]
Looks like your ftp tool doesnt' have ability to change permissions. Get FireFTP Firebox ftp plugin (free). Allows you to ftp from firefox. Or get FileZilla for mac. Either of those will allow you to change file permissons.
chmod is a short for "Change mode" in *nix, which corresponds to access permissions. The numbers 755 is an integer representation of binary flags, each digit corresponds to one set of permissions: owner, group, and others. The bit values are 1:execute, 2:write, 4:read - you add these together and thus get the number.
Here, 755 means Owner:read,write,execute Group:read,execute Others:read,execute.
I believe you find those controls in the middle of that window you posted, try ticking the proper boxes and click apply.
/Fredrik
HI syco,
Just adding to Fredrick's post - the 644 in your image is the current chmod setting. You should be able to change it directly by typing 755 in the field or by checking the permision boxes above.
Bob
I have followed the instructions above and the verification php is chmodded to 755.
In the form properties in the admin area, under anti-spam - i see that I DO have GD and fonts(even though i am not using fonts), but the image preview is not there either.
when I visit the page referenced in the img tag of teh form:
/components/com_chronocontact/chrono_verification.php?imtype=1
I get an internal server error.
How can I fix this?
Hi teamworkadgroup.
Please check the server logs to see if they give you nay more information about the server error. From other people's experience here this may be because your ISP has some security implemented that blocks the png file type or that prevents ChronoForms from creating the image.
Bob
Sorry,
Been away and haven't had chance to do this.. but will keep intouch when I do.
Regards,
Syco
Hi syco,
Yes, that's spam - pretty typical stuff.
Have you tried the ReCaptha plugin as an alternative way to do this? It works fairly well when Imageverifiaction can't be used.
You are welcome to PM me a SuperAdmin login and I'll take a quick look. I'm not sure this will help though - it's much more likely a server setup question.
Bob
Hi Bob,
I have resent / PM the ftp info to you again.. as I sent the wrong details the first time ... sorry 😶🙂
Regards,
Syco