×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: No Captcha Image

No Captcha Image 14 years 9 months ago #4785

  • Joseph Graham
  • Joseph Graham's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Is this something you guys need to look into?

Hello Joseph,

Thank you for contacting our Help Desk!

The permissions of the php file should remain set to 755 as the ones that you have set up caused the following error message:

[2009-07-02 15:26:09]: error: file is writable by others: (/home/paragonm/public_html/components/com_comment/joscomment/captcha.php)

I successfully managed to revert them to 755. The actual cause for the problem is in the very php script itself:

[Thu Jul 2 15:53:19 2009] [error] [client 67.243.5.42] Premature end of script headers: /home/paragonm/public_html//components/com_comment/joscomment/captcha.php

When I tried to strace the file I got the following errors:

shmctl(1208385538, IPC_RMID, 0xba1b27d0) = -1 EINVAL (Invalid argument)
close(3) = 0
munmap(0xaf694000, 4096) = 0
unlink("/tmp/ZCUDgplfde") = -1 ENOENT (No such file or directory)

I am afraid however that your request is beyond the scope of our hosting-related support. It is not directly connected to a server-side issue and does not indicate a problem with the hosting service we offer.

For issues like this, we suggest that you post a new ticket under our Development Services category. This category is intended for:

- Configuration adjustment and code editing;
- Installing third party addons of any kind;
- Debugging and investigation of third party applications;
- Development of custom web scripts upon customer request.

When posting a ticket under our Development Services category you receive:

- Fast and professional assistance from a highly-skilled technician;
- Estimation of the time needed to complete work on your request and a quote of the overall cost.

For more information please visit:

www.siteground.com/support/showform.php?subtopic=60

Alternatively, you could try working on this issue further by yourself. In such cases we recommend that you:

- Check all available debugging / troubleshooting information you can find and search for keywords the net;
- Check if there is a community / forum support for the application / code you are using.

Thank you for your understanding of our efforts to provide better and more effective support.

Best Regards,

Genadi
Support Team
SiteGround.com

No Captcha Image 14 years 9 months ago #4788

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
1) Share with us what version of PHP your webhost has installed

2) Make a phpinfo() dump by creating a new .php document on your webhost called "whatever123.php" (example) and paste the following code:
<?php
phpinfo();
?>
...then go to yoursite.com/whatever123.php and File > Save As the resulting page, add it to a ZIP archive, and attatch the file here.

It might be a bug, it might not be. Are you on Shared or Free hosting perchance? Regardless, the phpinfo() dump will tell us whether your host is missing something that the captcha needs - specifically, GD2 and FreeType libraries (among other things).


I have no idea how PHP permission errors even occur to be honest. As long as you have a moderately up-do-date Joomla installation/configuration and you've configred FTP root install for Joomla, it baffles me why it happens to some... :S

No Captcha Image 14 years 9 months ago #4828

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
the captcha.php should be 644. Please use the forum's search function and you will find all the necessary permissions.
  • Page:
  • 1
Time to create page: 0.197 seconds