Is there an easy way to change the font size of the Captcha code that is displayed?
Thanks in advance.
Search found 7 matches
- Mon Aug 10, 2009 2:28 pm
- Forum: General discussions
- Topic: Captcha Font Size
- Replies: 1
- Views: 1886
- Wed Aug 05, 2009 4:43 pm
- Forum: Bug reports
- Topic: Ask Question does not save my question
- Replies: 11
- Views: 10241
Re: Ask Question does not save my question
Yes we do, you only need --with-gd when building php. Adding the other swithces:
--enable-gd-native-ttf
--with-ttf
breaks the captcha code display.
--enable-gd-native-ttf
--with-ttf
breaks the captcha code display.
- Wed Aug 05, 2009 1:39 pm
- Forum: Bug reports
- Topic: Ask Question does not save my question
- Replies: 11
- Views: 10241
Re: Ask Question does not save my question
We have fixed the issue we were seeing (and also no characters in the captcha code image) by rebuilding our PHP with the following configuration items *removed*
--enable-gd-native-ttf
-with-ttf
--with-ttf
Our php version is 5.2.10
Strange, but true!
--enable-gd-native-ttf
-with-ttf
--with-ttf
Our php version is 5.2.10
Strange, but true!
- Wed Aug 05, 2009 9:58 am
- Forum: Bug reports
- Topic: Ask Question does not save my question
- Replies: 11
- Views: 10241
Re: Ask Question does not save my question
Hi Thorsten,
thanks for the speedy reply. Could you send me an email to faq@high-availability.com and I will email you back with full access details to our FAQ site.
Regards,
Ian.
thanks for the speedy reply. Could you send me an email to faq@high-availability.com and I will email you back with full access details to our FAQ site.
Regards,
Ian.
- Tue Aug 04, 2009 2:57 pm
- Forum: Bug reports
- Topic: Ask Question does not save my question
- Replies: 11
- Views: 10241
Re: Ask Question does not save my question
We've managed to track down the area where the feature is occuring my modifying savequestion.php to log some details into a file. Basically what appears to happen is that it enters savequestion.php with the username/mail/content set correctly. A search is then performed and the results displayed. If ...
- Tue Aug 04, 2009 10:51 am
- Forum: Bug reports
- Topic: Ask Question does not save my question
- Replies: 11
- Views: 10241
Re: Ask Question does not save my question
After I type in my question and hit the "Submit" button, I get the following DEBUG info:
DEBUG INFORMATION:
SELECT
config_name, config_value
FROM
hac_faqconfig
SELECT
sid
FROM
hac_faqsessions
WHERE
sid = 6
AND
ip = '82.68.173.158'
AND
time > 1249292727
UPDATE
hac_faqsessions ...
DEBUG INFORMATION:
SELECT
config_name, config_value
FROM
hac_faqconfig
SELECT
sid
FROM
hac_faqsessions
WHERE
sid = 6
AND
ip = '82.68.173.158'
AND
time > 1249292727
UPDATE
hac_faqsessions ...
- Mon Aug 03, 2009 5:58 pm
- Forum: Bug reports
- Topic: Ask Question does not save my question
- Replies: 11
- Views: 10241
Ask Question does not save my question
When I call Ask Question with text that includes keywords used in previous questions, you enter a search dialogue that provides potential solutions for you to view. If non are suiatable you click the "No, there is still no adequte answer" button after which you are thanked for your question. However ...