Advertisement:

Author Topic: Login after update to 3.74 NOT WORKING  (Read 1353 times)

Miclo

  • Newbie
  • *
  • Posts: 9
Re: Login after update to 3.74 NOT WORKING
« Reply #15 on: November 15, 2017, 08:59:01 pm »
finally got in, had to find email on server, not getting them dont know why... how about the   

session_save_path ( ABS_PATH . 'oc-content/uploads/' );

thats the only way login works, should i leave it there? i ask because doesnt come with original file, or theres some other error on site path?

Miclo

  • Newbie
  • *
  • Posts: 9
Re: Login after update to 3.74 NOT WORKING
« Reply #16 on: November 15, 2017, 09:16:27 pm »
i ask them and theres no server updates so far... ill try manual update to 3.74 cause auto takes me to a blank page (http://www.my site/oc-admin/index.php?page=tools&action=upgrade), already made a full backup

Liath

  • issues
  • Hero Member
  • *
  • Posts: 1346
  • </html> the end is always near
Re: Login after update to 3.74 NOT WORKING
« Reply #17 on: November 16, 2017, 09:39:35 pm »
login page clean but after login get the following

Fatal error: Call to a member function numRows() on a non-object in /hermes/bosnaweb15a/b2178/ipg.rumba5071/www_anuncia_com_pa/oc-content/plugins/spamprotection/classes/class.spamprotection.php on line 1341

which version of spamprotection you are running?


edit:
for 1.7.1 try this...

open ../oc-content/plugins/spamprotection/classes/class.spamprotection.php

in line 1340 change
Code: [Select]
if (isset($result)) {
to
Code: [Select]
if ($result && $result->numRows() > 0) {
« Last Edit: November 16, 2017, 09:47:31 pm by Liath »