Hi,
Thanks for quick reply.
I want to be sure I'm doing everything right so I went to My Orders and dwnloaded the latest version 2.7.17.
At first:
I've set up the FTP layer properly (joomla can update configuration and reach the tmp folder during upload),
I used the script from
http://docs.joomla.org/How_to_solve_Installation_errors_Extension_Manager to set folders to 755
The upload limit is: upload_max_filesize 12M (post_max_size is similar) and the file lands in tmp folder no problem.
Then when I use Extension Manager: Install -> Upload Package File - I get:
JFTP: :write: Bad response
Unable to write entry
Next:
I tried to unzip the com_dtregister2_7_17_J25.zip into a com_dtregister2_7_17_J25 folder and upload it to the server,
Then I go to Install from Directory with /home/useraccount/public_html/tmp/com_dtregister2_7_17_J25 and get:
-1 - An error has occurred.
Copy failed -/home/username/public_html/booking/tmp/com_dtregister2_7_17_J25/site/views/payoption/tmpl/index.html- to-public_html/booking/components/com_dtregister/views/payoption/tmpl/index.html
(where the paths are echoed by adding ".'-'.$sfid.'-'.$dfid" to the /libraries/joomla/filesystem/folder.php:102
Strange thing is that the destination file is created, so are other files there.
If I repeat the step above with or without removing com_dtregister folders from component folders the error displays different files every run.
It takes less that 20sec to get the error message so it's not max_execution_time.
So Next:
I disabled the FTP layer and brought folders to 0777 state (with this
http://docs.joomla.org/How_to_solve.... script),
Then I go to Install -> Upload Package File - and get:
500 - An error has occurred.
JDatabaseMySQL::query: 1091 - Can't DROP 'group_reg'; check that column/key exists SQL=ALTER TABLE `jos_dtregister_codes` DROP `group_reg`
from:
- Code: Select all
11 JDatabaseMySQL->query() /home/i556748/public_html/booking/administrator/components/com_dtregister/install.dtregister.php:121
Finally to test the last way:
With FTP disabled and folders set to 0777 I can go to Install from Directory to get the same:
500 - An error has occurred.
JDatabaseMySQL::query: 1091 - Can't DROP 'group_reg'; check that column/key exists SQL=ALTER TABLE `jos_dtregister_codes` DROP `group_reg`
What else can I try to install this component?