Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Login issues in v7RC2

Asked Modified Viewed 1,736 times
A
anujtenani
A
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

UPGRADING from v6 -> v7RC2

a while i upgraded from v6 to v7RC2... since then a lot of users on the site are complaining of unable to log into the site...
i explored a little and found it was happening due to personal theme they had chosen in their profile and since themes for v6 are not directly compatible with v7 it threw them an error

so here is what i did... i reset the themes all to default...
i posted it here coz if someone is experiencing such problem follow the steps

Make a new Custom Page via Admin Panel -> Content Admin -> Custom Page

In Page Title write anything you want
now copy & paste the code below in the Page Content


<?php
$query = ("UPDATE ".DB_USERS." SET user_theme = 'Default'");
?>


Now click Preview Page and you are done

to fusion team... i think they should look into this matter so that on upgrading php fusion(upgrade.php) from v6 -> v7 all the themes are automatically set to default...
i am not really sure if this problem exist in v7... it it is solved.. i request moderators to please delete this thread..
0 replies

1 post

J
Josso
J
Josso 10
–––
Without faith, nothing is possible. With it, nothing is impossible
  • Senior Member, joined since
  • Contributed 309 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

You just have to remove all themes, not compatible to v7, then v7 does the rest. (It can choose a theme, if the chosen theme doesn't exist)
0 replies

Category Forum

Upgrading issues - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 1 post
  • Votes 0 votes
  • Topic users 2 members

2 participants

J
J
Josso 10
–––
Without faith, nothing is possible. With it, nothing is impossible
  • Senior Member, joined since
  • Contributed 309 posts on the community forums.
  • Started 1 thread in the forums
A
A
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet