I just tried upgrading from 1.3.4 to 1.3.5 and the upgrade has failed - please try again. I would download the error log and post however I get an error saying duplicate headers. On of the error messages says:
2016-08-04 21:33:31 - PHP Notice: Undefined variable: options_to_list_status in /home/digitadr/public_html_system_modification/catalog/view/theme/default/template/common/footer.tpl on line 130
2016-08-04 21:33:31 - PHP Notice: Undefined variable: options_to_list_status in /home/digitadr/public_html_system_modification/catalog/view/theme/default/template/common/footer.tpl on line 130
Share this post:
Responses (37)
-
Accepted Answer
-
Accepted Answer
Rune, sorry if I wrote your name wrong. I never being root to nobody.But anyhow the issue is solved. I don't know how.
Kind regards
Hermann -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Hermann Martinez wrote:If this could be a cPanel issue than I'm not alone with it. Would be nice I get an solution if it is so.
Sure there is a lot of badly configured servers out there, hosts blindly updating etc.
The fact that you have to delete files to get them updated tells us something, but what ... maybe the server admin could debug it.
Anyhow, I'm also interested in figuring out more easily what's going wrong on those servers. Thus I posted this some days ago: https://github.com/arastta/arastta/issues/519
Let's hope the core devs, or anyone else, finds a way to do this. Feel free to contribute if you have the needed coding skills. -
Accepted Answer
Hi Rune,
I've changed the file permission but no difference. Message: Update process has been completed successfully. The update has not proceed. Still same version.
The php.ini is OK. If this could be a cPanel issue than I'm not alone with it. Would be nice I get an solution if it is so.
Kind regards
Hermann -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
If you delete the version file, I'm sure that will be written too (and everything would look fine). The problem is most likely your file rights not allowing the update to overwrite the existing ones.
The files is obviously downloaded, end tried extracted, as you self describe with the htaccess.txt, so it's not Arastta server. That was quite different, and if I don't recall wrong, there has been several issues with your server in the past. -
Accepted Answer
Hi Rune,
I've mentioned the htaccess.txt and robots.txt files to let you know the update is doing something. When I mentioned the database, I guess the version information's must be somewhere. I do not getting any error in the log files like Daniel.
Further after doing the update I'm getting the message the update was successful. On the top of the header stays still the available update.
So fare I remember that we've this in the past and it was an issue at the Arastta server.
Kind regards
Hermann -
Accepted Answer
Sorry, but I found no obvious issues in your php.ini Daniel.
Herman, when you delete a file you also deletes the set restrictions/rights on it. Thus it can be recreated/re-uploaded.
robots.txt it's fixed by Denis for 1.4: https://github.com/arastta/arastta/commit/036acd6c698ac1b222de393f9f0be94fd8e74f6d
There is no database updates in this release (version is set in a file btw), almost non changes at all, as you can see if you do a diff of 1.3.4 vs 1.3.5 files system - or browse the changes on GitHub: https://github.com/arastta/arastta/compare/1.3.4...master
Question; why this update do not function if any update before was OK?
The real question: What was changed on the server in between. If you use cPanel etc., there has been several changes during the summer, I'm quite sure of.
I hardly see anything in the file changes of Arastta 1.3.5 that could cause any trouble, but haven't looked at 1.3.4 if there was anything there. -
Accepted Answer
Hi,
I do have the same problem. I guess the database in not updated after the update, because if you delete the file "htaccess.txt" before the update he will be there after the update. Further the file "robots.txt" will be overwritten which is annoying. Before each update you've to save the file and put him back onto the server.
Question; why this update do not function if any update before was OK?
Kind regards
Hermann -
Accepted Answer
Daniel, in most cases, update fails due to strict file/folder permission settings of hosting/server. You can download the installation package and upload the files manually as there is no database change in 1.3.5 version. Don't upload the install folder. -
Accepted Answer
-
Accepted Answer
The "errors" in log is just notifications, not show stoppers, and they are not related to the update ...
Is Suhosin and/or ModSecurity active on the server? They often have own limits, overriding those in php.ini, which only server admin normally can change.
Maybe you could add a file in the root displaying the full php info? Just give the file a random name ending in .php and PM the link to me, easier to get the full picture then.
Add into the file:
<?php
phpinfo();
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Create a .user.ini in stores root, with t.ex. this content:
magic_quotes_gpc = Off;
register_globals = Off;
default_charset = UTF-8;
max_input_vars = 20000;
memory_limit = 300M;
max_execution_time = 36000;
upload_max_filesize = 999M;
safe_mode = Off;
mysql.connect_timeout = 90;
session.use_only_cookies = On;
session.use_trans_sid = Off;
session.cookie_httponly = On;
session.gc_maxlifetime = 3600;
allow_url_fopen = on; -
Accepted Answer
I can't download the attachment. It takes me to this page but download never starts. Can you send another way? -
Accepted Answer
Weird. But I don't see what the max values are, maybe I overlooked it, but what are the values for t.ex.:
- max_input_vars
- memory_limit
- max_execution_time
- upload_max_filesize
- mysql.connect_timeout
Try adding the attached file to your store root (unzip first), and rename it .user.ini to see if it helps. - max_input_vars
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
The update still failed after trying your suggestions. I put the site in maintenance mode. Is that what you mean by setting the site off manually?
I disabled all modification, ran refresh and cleaned the site cache in settings. I've shown a list of modifications I have in the attachments. The ones enabled are the only ones I normally enable. I disabled each of these when I tried the upgrade. -
Accepted Answer
Please post your system info: https://arastta.org/docs/user-manual/tools/system-information
Also try setting your site offline manually, then disable all modification and run refresh, plus cleaning the site cache in settings. Then try the upgrade again, and if still any error, post the exact message / image of it. -
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »