Advertisement:

Author Topic: upgrade from 3. 5.9 to 3.6.1  (Read 717 times)

deniss

  • Jr. Member
  • **
  • Posts: 59
  • Try to learn but with a low IQ it's very hard
upgrade from 3. 5.9 to 3.6.1
« on: April 16, 2016, 01:53:50 pm »
After FTP  the files  I got this error message, not a clue what it means.
 
www.isaan-property.services-thai.com redirected you too many times.

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: upgrade from 3. 5.9 to 3.6.1
« Reply #1 on: April 16, 2016, 02:08:44 pm »
Hi,

Did you have Permalinks enabled? If so, that might be the problem. Enter PhpMyAdmin (usually through you Web Panel -Plesk, cPanel...), your Osclass database, run this query:

Code: [Select]
UPDATE oc_t_preference SET s_value = '0' WHERE s_section = 'osclass' AND s_name = 'rewriteEnabled';
(If your tables have other prefix than the standard "oc_", change that in the query).

Then try to enter your Admin Dashboard to complete the upgrade. If successful, re-enable Permalinks there.

Regards