Mobile view not switching

schrochem / 2017-02-13 17:53:29   

I have updated my site to 2.1.4 following the update instruction.
Website is schroederworks.com
They had to move me to a new server for php
It's now 5.4.35 screencast.com/t/…
Here are the sections that I believe I have updated correctly.
screencast.com/t/…
screencast.com/t/…
screencast.com/t/…

Did I miss something?
Thanks Scott

Vaska A / 2017-02-13 18:29:05   

The only thing I can think of - did you replace the root index.php file? You need to do this for mobile and new statistics to work.

Also, you should disable old expenading menus, the movement script plugin (these are no longer useful).

schrochem / 2017-02-13 19:41:04   

Thanks Vaska.
The ndxszstudio/index.php was updated when I copied the whole directory. The last bit of code is:
goto the module method. submits happen here too.
$OBJ->tunnel($OBJ->go['a'], $OBJ->go['a'], $OBJ->go['q']);

// output
header('Content-Type: text/html; charset=utf-8');
$OBJ->template->output('index');
exit;

Is that correct or is "root" different in this case?
thanks

schrochem / 2017-02-13 19:48:11   

Got it! I didn't do the root one. Thanks!

Vaska A / 2017-02-13 20:05:58   

Yep! ;)

This thread has been closed, thank you.