- Posts: 11
- Thank you received: 0
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Update error
-1 - An error has occurred.
Copy failed
This is on a Ubuntu Linux server, with write permissions enabled for owner and group.
PHP settings for uploads are: upload_max_filesize = 64M, and post_max_size = 64M.
Any idea what the problem is?
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
And check the write permissions for the tmp directory as well
Please Log in or Create an account to join the conversation.
- Andrei Chernyshev
- Offline
- Translator
www.softaculous.com/board/index.php?tid=..._Files_in_Joomla_1.5
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
- Offline
- Administrator
Also check the server error log, it may have an error message in it.
The error you see is not coming from SermonSpeaker itself, it is coming from the Joomla installer. "Copy failed" means that it couldn't copy the file. Basically there are only two reasons why that could fail: Either it can't write to the destination folder(s) or the memory limits are to low. Since you limits are quite high, it's most likely something with the permissions.
Please Log in or Create an account to join the conversation.
Thomas Hunziker wrote: Try to chown -R the whole web directory to the apache user. I usually have this problem as well after I manually created a file with my own user.
And check the write permissions for the tmp directory as well
This did not work.
Thomas Hunziker wrote:
Also check the server error log, it may have an error message in it.
The error you see is not coming from SermonSpeaker itself, it is coming from the Joomla installer. "Copy failed" means that it couldn't copy the file. Basically there are only two reasons why that could fail: Either it can't write to the destination folder(s) or the memory limits are to low. Since you limits are quite high, it's most likely something with the permissions.
Error message: [Wed Sep 26 12:24:14 2012] [error] [client myIPaddress] PHP Notice: Trying to get property of non-object in /home/webdirectory/libraries/joomla/updater/adapters/extension.php on line 193, referer: http://webdirectory/administrator/index.php
Please Log in or Create an account to join the conversation.