Forums

Local development computer issue

BradC 24 Feb, 2009
Hi

I'm having trouble editing forms on my local computer. The forms display fine except for the anti spam image. I can use the Wizard to open the form, but if save the form, I lose all formatting.

I have tried Version 3.0 STABLE and 3.1 RC2.

This is the error I get if I click on the form name to edit.

PHP Notice: Undefined variable: gd_info in D:\Websites\PHP WebSites\BaysideBurnie\administrator\components\com_chronocontact\admin.chronocontact.html.php on line 1871 PHP Notice: Undefined variable: gd_info in D:\Websites\PHP WebSites\BaysideBurnie\administrator\components\com_chronocontact\admin.chronocontact.html.php on line 1876 PHP Notice: Undefined variable: gd_info in D:\Websites\PHP WebSites\BaysideBurnie\administrator\components\com_chronocontact\admin.chronocontact.html.php on line 1882

I also get this error if I use the Restore Form button - BUT it does restore.

PHP Notice: Undefined offset: 0 in D:\Websites\PHP WebSites\BaysideBurnie\administrator\components\com_chronocontact\admin.chronocontact.php on line 117

Above does not happen on the live server.

Thanks in advance for the brilliant support you give.
Max_admin 24 Feb, 2009
Hi Brad,

The forms display fine except for the anti spam image

show me your anti spam tab screenshot

I lose all formatting.

how?

This is the error I get if I click on the form name to edit.

PHP Notice: Undefined variable: gd_info in D:\Websites\PHP WebSites\BaysideBurnie\administrator\components\com_chronocontact\admin.chronocontact.html.php on line 1871 PHP Notice: Undefined variable: gd_info in D:\Websites\PHP WebSites\BaysideBurnie\administrator\components\com_chronocontact\admin.chronocontact.html.php on line 1876 PHP Notice: Undefined variable: gd_info in D:\Websites\PHP WebSites\BaysideBurnie\administrator\components\com_chronocontact\admin.chronocontact.html.php on line 1882



this explains the first issue, i think that you don't have GD installed on this server!

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
BradC 24 Feb, 2009
Hi Max

Excuse my ignorance, what is GD?

My local development computer is a Vista Ultimate 64bit, IIS7 and FastCGI
Max_admin 24 Feb, 2009
GD is a PHP library which will help in generating images, I don't think it will be installed on your environment, try to install XAMPP and it should work fine on Vista 64bit

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
BradC 24 Feb, 2009
Problem solved - just needed to enable extension=php_gd2.dll in my php.ini

Thanks Max
Max_admin 25 Feb, 2009
Thanks for posting the fix!

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.