Joomla! 1.5.12
Breezing Forms 1.6.0
This is a new install of the component com_breezingforms_160.zip using the Joomla! Admin's Extensions : Install/Uninstall : Upload Package File.
After uploading and installing the zip file I got the following message:
BreezingForms component: Enhanced form design tool
Next find BreezingForms in the Components menu, and click on Configuration to continue with step 2 of the installation process.
Installation succeeded but an issue occured: Could not write ff_secimage_index.php to /public_html/ff_secimage.php!
Please copy the file "/public_html/administrator/components/com_facileforms/ff_secimage_index.php" to "/public_html/ff_secimage.php" manually (do not forget to rename it)!Installation succeeded but an issue occured: Could not write ff_secimage_index.php to /home/xxx/public_html/ff_secimage.php!
Please copy the file "/public_html/administrator/components/com_facileforms/ff_secimage_template.php" to "/public_html/templates/system/ff_secimage.php" manually (do not forget to rename it)!
I then uninstalled the component and set the public_html folder to 777 and tried the install again. This also returned a message, most likely because the target file, ff_secimage.php, now exists and could not be overwritten by the second attempt of the install script to alter/create the file. Here's the message:
BreezingForms component: Enhanced form design tool
Next find BreezingForms in the Components menu, and click on Configuration to continue with step 2 of the installation process.
Installation succeeded but an issue occured: Could not write ff_secimage_index.php to /public_html/ff_secimage.php!
Please copy the file "/public_html/administrator/components/com_facileforms/ff_secimage_template.php" to "/public_html/templates/system/ff_secimage.php" manually (do not forget to rename it)!
After returning the public_html to 755 I took a look at the two files: ff_secimage_index.php and ff_secimage_template.php; the ff_secimage.php file that ended up in public_html is an exact copy of the ff_secimage_index.php file but does not contain the one line from the ff_secimage_template.php file.
<jdoc:include type="component" />
Do I need to add that one line at the end of the ff_secimage.php file or do something else in order to finalize the install?
Thanks in advance for your help!