News:

Wondering if this will always be free?  See why free is better.

Main Menu

All messages with error

Started by kalimocho, April 22, 2019, 10:52:13 AM

Previous topic - Next topic

kalimocho

After upgrading a clean SMF 2.0.15 to 2.1 RC2, when trying to open any topic I get this error, any idea?

https://beta.furgovw.org/index.php?topic=355579.0

array(10) {
  [0]=>
  array(3) {
    ["file"]=>
    string(52) "/var/www/furgovw/beta.furgovw.org/Sources/Errors.php"
    ["line"]=>
    int(290)
    ["function"]=>
    string(9) "log_error"
  }
  [1]=>
  array(3) {
    ["file"]=>
    string(50) "/var/www/furgovw/beta.furgovw.org/Sources/Subs.php"
    ["line"]=>
    int(3091)
    ["function"]=>
    string(17) "smf_error_handler"
  }
  [2]=>
  array(1) {
    ["function"]=>
    string(9) "{closure}"
  }
  [3]=>
  array(3) {
    ["file"]=>
    string(50) "/var/www/furgovw/beta.furgovw.org/Sources/Subs.php"
    ["line"]=>
    int(3092)
    ["function"]=>
    string(21) "preg_replace_callback"
  }
  [4]=>
  array(3) {
    ["file"]=>
    string(50) "/var/www/furgovw/beta.furgovw.org/Sources/Subs.php"
    ["line"]=>
    int(2949)
    ["function"]=>
    string(12) "parsesmileys"
  }
  [5]=>
  array(3) {
    ["file"]=>
    string(53) "/var/www/furgovw/beta.furgovw.org/Sources/Display.php"
    ["line"]=>
    int(1592)
    ["function"]=>
    string(9) "parse_bbc"
  }
  [6]=>
  array(3) {
    ["file"]=>
    string(69) "/var/www/furgovw/beta.furgovw.org/Themes/default/Display.template.php"
    ["line"]=>
    int(254)
    ["function"]=>
    string(21) "prepareDisplayContext"
  }
  [7]=>
  array(3) {
    ["file"]=>
    string(50) "/var/www/furgovw/beta.furgovw.org/Sources/Load.php"
    ["line"]=>
    int(2474)
    ["function"]=>
    string(13) "template_main"
  }
  [8]=>
  array(3) {
    ["file"]=>
    string(50) "/var/www/furgovw/beta.furgovw.org/Sources/Subs.php"
    ["line"]=>
    int(3279)
    ["function"]=>
    string(15) "loadSubTemplate"
  }
  [9]=>
  array(3) {
    ["file"]=>
    string(43) "/var/www/furgovw/beta.furgovw.org/index.php"
    ["line"]=>
    int(154)
    ["function"]=>
    string(6) "obExit"
  }
}
Error loop.

Kindred

load a clean set of 2.1 files.  You have a bad file somewhere...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

kalimocho

I overwritten everything with smf_2-1-rc2_install.tar.gz but it's still the same :(

albertlast

Look like that something related to your smilies got broken,
try this query:

SELECT s.code, f.filename, s.description, f.smiley_set
FROM smf_smileys AS s
JOIN smf_smiley_files AS f ON (s.id_smiley = f.id_smiley)

And tell us which smiley set you using.

kalimocho

Thank you so much for pointing me in the right direction!

The problem was that the upgrading process didn't create any smileys set, so I needed to create a new Smiley set manually (Forum > Smiley Sets > New Smiley Set) and then click on "Import" to get all smileys imported automatically and finally all posts are showing up!!

Advertisement: