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?

Upgrade to 6.01.12 problem

Asked Modified Viewed 8,808 times
B
borisp71
B
  • Junior Member, joined since
  • Contributed 48 posts on the community forums.
  • Started 5 threads in the forums
  • Started this discussions
asked
Junior Member

Hi,
I just upgrade to 6.01.12 my site. When I try from Admin panel to backup database , but it is impossible. When I click on backup (put some pass) site react but just do like reload and I can not save nether sql nether gz.
Where is problem
0 replies

29 posts

S
shearer
S
  • Member, joined since
  • Contributed 199 posts on the community forums.
  • Started 45 threads in the forums
answered
Member

Quote

MrSimple wrote:

Quote

shearer wrote:
ok. butt the news dosent say anything about, a update to fix this.


maybe if you scroll down on the home page you would find the announcement of the 6.1.12 release....


it butt this was a fix AFTER the release. and it is fixed now.
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

ah thx, I used the CVS Browser ;)
0 replies
M
MrSimple
M
Make it work... keep it simple...
  • Senior Member, joined since
  • Contributed 324 posts on the community forums.
  • Started 7 threads in the forums
answered
Senior Member

Quote

shearer wrote:
ok. butt the news dosent say anything about, a update to fix this.


maybe if you scroll down on the home page you would find the announcement of the 6.1.12 release....
0 replies
S
shearer
S
  • Member, joined since
  • Contributed 199 posts on the community forums.
  • Started 45 threads in the forums
answered
Member

Quote

slaughter wrote:
There never was an error/bug in the maincore.php of 6.01.12, was it?


yes. http://php-fusion.co.uk/news.php?readmore=387&rstart=10
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

There never was an error/bug in the maincore.php of 6.01.12, was it?
0 replies
I
idea4IT
I
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
answered
Junior Member

okay shearer, please wait for an official update, if you want! ;)
Edited by idea4IT on 17-10-2007 22:31,
0 replies
S
shearer
S
  • Member, joined since
  • Contributed 199 posts on the community forums.
  • Started 45 threads in the forums
answered
Member

ok. butt the news dosent say anything about, a update to fix this.
0 replies
M
MrSimple
M
Make it work... keep it simple...
  • Senior Member, joined since
  • Contributed 324 posts on the community forums.
  • Started 7 threads in the forums
answered
Senior Member

Just updated two sites, from 6.1.11 to 6.1.12. No errors here....
0 replies
I
idea4IT
I
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
answered
Junior Member

arrgh this is an official code written by digi ;) see CVS
0 replies
S
shearer
S
  • Member, joined since
  • Contributed 199 posts on the community forums.
  • Started 45 threads in the forums
answered
Member

maybe.

butt i will wait and see what digi can find out. like an "officel" release ;)
0 replies
I
idea4IT
I
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
answered
Junior Member

I got this problem too, but I think you shoudl copy the login part from the new maincore.php in your own.
I mean this part:
if (isset($_POST['login'])) {
$user_pass = md5($_POST['user_pass']);
$user_name = preg_replace(array("/\=/","/\#/","/\sOR\s/"), "", stripinput($_POST['user_name']));
$result = dbquery("SELECT * FROM ".$db_prefix."users WHERE user_name='$user_name' AND (user_password='".md5($user_pass)."' OR user_password='$user_pass')");
if (dbrows($result) != 0) {
$data = dbarray($result);
if ($data['user_password'] == $user_pass) {
$result = dbquery("UPDATE ".$db_prefix."users SET user_password='".md5($user_pass)."' WHERE user_id='".$data['user_id']."'");
}
$cookie_value = $data['user_id'].".".$user_pass;
if ($data['user_status'] == 0) {
$cookie_exp = isset($_POST['remember_me']) ? time() + 3600*24*30 : time() + 3600*3;
header("P3P: CP='NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM'");
setcookie("fusion_user", $cookie_value, $cookie_exp, "/", "", "0");
redirect(BASEDIR."setuser.php?user=".$data['user_name'], "script");
} elseif ($data['user_status'] == 1) {
redirect(BASEDIR."setuser.php?error=1", "script");
} elseif ($data['user_status'] == 2) {
redirect(BASEDIR."setuser.php?error=2", "script");
}
} else {
redirect(BASEDIR."setuser.php?error=3");
}
}


just search for "if(isset($_POST['login'])" in your maincore.php and overwrite the if-clause

Fabio
Edited by idea4IT on 17-10-2007 22:16,
0 replies
T
T-N-Z
T
T-N-Z 10
  • Member, joined since
  • Contributed 53 posts on the community forums.
  • Started 10 threads in the forums
answered
Member

i can login to site after update,everything works good
0 replies
S
shearer
S
  • Member, joined since
  • Contributed 199 posts on the community forums.
  • Started 45 threads in the forums
answered
Member

digi

is there any error with setuser.php
we cant login to our sites after the update ?
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

Yer
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Digi, did you update the two packages?
0 replies
S
smokeman
S
  • Veteran Member, joined since
  • Contributed 920 posts on the community forums.
  • Started 79 threads in the forums
answered
Veteran Member

I have a problem that new users cant login. It says: Wrong username or password.

The problem is only there if the activation via email is off.
When it is on - there is no problem?
0 replies
S
shearer
S
  • Member, joined since
  • Contributed 199 posts on the community forums.
  • Started 45 threads in the forums
answered
Member

digi

please read the comments to the update news. there is a setuser.php problem i think.
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

Absolutely my mistake, sorry folks.
0 replies
T
T-N-Z
T
T-N-Z 10
  • Member, joined since
  • Contributed 53 posts on the community forums.
  • Started 10 threads in the forums
answered
Member

@idea2web , thanks it's works
0 replies
S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Good job :D
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 29 posts
  • Votes 0 votes
  • Topic users 10 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet