v3.5 Beta - upgrade went wrong

joelfcarvalho3427

New Member
YetiShare User
Jan 7, 2014
18
0
0
Hello.

I've tested the upgrade but was unsuccessful. I'm getting an error 500: Internal server error.
I believe I did all steps shown on the install. Basically, I ran the SQL upgrade for my version and replaced the existing files with the new ones except the config file. Uploading and running the install again doesn't work, now I get the same 500 error.
Anyone did a successful upgrade? What could have went wrong?
 

joelfcarvalho3427

New Member
YetiShare User
Jan 7, 2014
18
0
0
Just did a clean install and got the same problem. I guess I have figured it out.
Its with the .htaccess file. Some lines were commented out on the older version and now they are not, which cause an server error on my case. It might work for others though.

If anyone have this problem, do the following.
Find lines:

php_value upload_max_filesize 4000M
php_value post_max_size 4000M

replace with:

#php_value upload_max_filesize 4000M
#php_value post_max_size 4000M
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Thanks for the feedback on this, it was removed from the beta release code yesterday so it shouldn't cause any issues now.