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?

rc2 to v7

Asked Modified Viewed 10,998 times
H
hammer
H
hammer 10
  • Member, joined since
  • Contributed 51 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
asked
Member

How to upgrate rc2 to v7
Only overhight the files ?
0 replies

35 posts

J
Justice
J
Just a pebble in the sand...
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
answered
Newbie

Thanks Ken
0 replies
K
Ken
K
Ken 10
No Support by PM. Please use the forum.
  • Senior Member, joined since
  • Contributed 713 posts on the community forums.
  • Started 43 threads in the forums
answered
Senior Member

Quote

Justice wrote:
Can 6.0.15 be upgraded to version 7 just by using the upgrade file ?

The upgrade file will only upgrade your database. Use the upgrade.php file from the upgrade v601x folder. Upload it to /administration/ and go to System Admin panel and click on Upgrade. It goes in four steps, be sure click [OK] for every step. Then upload the files from files folder to your site (not blankconfig.php and setup.file). All this is told in the README file included in the v7 package.

Edit: Always make a complete backup of your site (files and database) before doing such a big upgrade.
Edited by Ken on 17-08-2008 23:51,
0 replies
J
Justice
J
Just a pebble in the sand...
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
answered
Newbie

Can 6.0.15 be upgraded to version 7 just by using the upgrade file ?
0 replies
R
rob
R
rob 10
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

So here i a'm again. i have done a compleet new setup.
But now on a server new server.

and now the validation code was working.
So i have changed the tabels to see what there is happening. and when i was done the validation code was still woking.

So now we know the problem is on my server.
what can i do about this?
on the RC2 was the validation code working well no problems.

i hope there is a solution for it ?
0 replies
G
googlebot
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Again, try it on a free webhost. This will tell us if the problem is your host.
0 replies
R
rob
R
rob 10
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

The problem is i have two sites one is www.chatplace7.nl.
i don’t want to mess-up that site so i have make also a test site live.chatplace7.nl.

now there was the official version for v7. and all the comments on the forum were good.
So i have update www.chatplace7.nl to the official site without testing.
that’s ware i get this error.

After that i have set up a new installation for v7 on live.chatplace7.nl
but bold site have the same problem.

so switch the db wont work.
0 replies
G
googlebot
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

@rob, I like the color changes. They're easier to read. ;)

Anyway, why don't you try backing up your database, backing up your files to your computer, getting a free subdomain on a free webhost such as this host, using FTP to add all the files back, create a new database, replace the database settings in config.php with the new ones (for this database), and finally copying all contents on the backup file (Ctrl + A then Ctrl + C) and running them as SQL in phpMyAdmin.

I know that sounds like a lot to do, but if you do it (it's all free) and you can register without the issue, it has something to do with your current host.
0 replies
R
rob
R
rob 10
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

Quote

muscapaul wrote:
I have no idea. Maybe a captcha table missing int he database?


muscapaul
Can you tell me what tabels are use for the validation so i can replace them whit new one.


Quote

SoulSmasher wrote:
try re-uploading register.php from v7 core, may work


SoulSmasher
Tanks for the idee but ill have try it and is not working :(


Quote

googlebot wrote:
And I believe there is at least one file that is called by register.php from /includes - you might want to try reuploading that too.



googlebot
To be sure i have reupload the compleet includes folder.
but it is still not working :|


Quote

SoulSmasher wrote:

try using GD fonts instead of TTF,

open: includes/securimage/securimage.php

find this line:
var $use_gd_font = false;

alter as:
var $use_gd_font = true;


and try again.
this disables TTFLib and uses GD to draw captcha image, not sure, but may work


SoulSmasher
Again Tanks for your help.
I Have don what you are telling me Only it is not working.
Maby it are the tabels do you know what tabels i have to replace?

Tanks allot for al the help


Greetings Rob .
Tanks allot for al te help i get here.:)
Edited by rob on 16-08-2008 18:52,
0 replies
A
Arda
A
Arda 10
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

Quote

rob wrote:

Quote

muscapaul wrote:
I see validation code is not accepted, even when entered correctly...


Yes thats the problem only how can i fix it?

i don't know how to fix it :|

can you help me?


try using GD fonts instead of TTF,

open: includes/securimage/securimage.php

find this line:
var $use_gd_font = false;

alter as:
var $use_gd_font = true;


and try again.
this disables TTFLib and uses GD to draw captcha image, not sure, but may work
0 replies
G
googlebot
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Quote

SoulSmasher wrote:

Quote

googlebot wrote:

Quote

SoulSmasher wrote:
try re-uploading register.php from v7 core, may work

And I believe there is at least one file that is called by register.php from /includes - you might want to try reuploading that too.


no there isn't, check register.php
it only calls securimage and sendmail includes from includes folder (and if activated, custom user fields)

Oh, yes. That was what I was thinking of. I forgot this was directly related to the capctha image.
0 replies
A
Arda
A
Arda 10
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

Quote

googlebot wrote:

Quote

SoulSmasher wrote:
try re-uploading register.php from v7 core, may work

And I believe there is at least one file that is called by register.php from /includes - you might want to try reuploading that too.


no there isn't, check register.php
it only calls securimage and sendmail includes from includes folder (and if activated, custom user fields)
0 replies
G
googlebot
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Quote

SoulSmasher wrote:
try re-uploading register.php from v7 core, may work

And I believe there is at least one file that is called by register.php from /includes - you might want to try reuploading that too.
0 replies
A
Arda
A
Arda 10
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 11 threads in the forums
answered
Member

try re-uploading register.php from v7 core, may work
0 replies
M
muscapaul
M
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

Sites: Diptera.info (site owner); Online-Keys.net (site owner); Sciomyzidae.info (site co-owner); muscapaul.com (defunct; site owner)
  • Veteran Member, joined since
  • Contributed 1,075 posts on the community forums.
  • Started 8 threads in the forums
answered
Veteran Member

I have no idea. Maybe a captcha table missing int he database?
0 replies
R
rob
R
rob 10
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

Quote

muscapaul wrote:
I see validation code is not accepted, even when entered correctly...


Yes thats the problem only how can i fix it?

i don't know how to fix it :|

can you help me?
0 replies
M
muscapaul
M
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

Sites: Diptera.info (site owner); Online-Keys.net (site owner); Sciomyzidae.info (site co-owner); muscapaul.com (defunct; site owner)
  • Veteran Member, joined since
  • Contributed 1,075 posts on the community forums.
  • Started 8 threads in the forums
answered
Veteran Member

I see validation code is not accepted, even when entered correctly...
0 replies
R
rob
R
rob 10
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

Quote

Wanabo wrote:
I checked and it seems OK!


You have to try to reg.. to see the problem.
it is not working at all :S
0 replies
W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
answered
Senior Member

I checked and it seems OK!
0 replies
R
rob
R
rob 10
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

Quote

rob wrote:
I have removed My compleet test site including the DB
and set up the V7 Final
now evryting is new so it must be working.
i have try and No not working at all.

http://live.chatplace7.nl here can you see yourself

Tanks for te help


Is not working :s
0 replies
G
goudreault
G
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 5 threads in the forums
answered
Junior Member

awesome. Thanks
0 replies

Category Forum

Upgrading issues - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 35 posts
  • Votes 0 votes
  • Topic users 14 members

14 participants

M
M
Paul

Time flies like an arrow, fruit flies like banana (Groucho Marx)

Sites: Diptera.info (site owner); Online-Keys.net (site owner); Sciomyzidae.info (site co-owner); muscapaul.com (defunct; site owner)
  • Veteran Member, joined since
  • Contributed 1,075 posts on the community forums.
  • Started 8 threads in the forums
M
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
K
K
Ken 10
No Support by PM. Please use the forum.
  • Senior Member, joined since
  • Contributed 713 posts on the community forums.
  • Started 43 threads in the forums
W
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
K
K
Webmaster of THREE PHP Fusion driven community sites;
Lord of the Rings Online, Jumpgate Evolution Fansite, & Da Orcs Ead - Warhammer Online fansite
  • Junior Member, joined since
  • Contributed 41 posts on the community forums.
  • Started 8 threads in the forums
R
R
rob 10
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 1 thread in the forums
A
A
Arda 10
  • Member, joined since
  • Contributed 150 posts on the community forums.
  • Started 11 threads in the forums
D
D
  • Member, joined since
  • Contributed 51 posts on the community forums.
  • Started 5 threads in the forums
J
J
Just a pebble in the sand...
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
H
H
hammer 10
  • Member, joined since
  • Contributed 51 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
X
X
I am not always right, but I'm never wrong.
http://www.xessive.nl
  • Senior Member, joined since
  • Contributed 327 posts on the community forums.
  • Started 4 threads in the forums
B
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
G
G
Visit the new home of the merge between Hacking Vs. Security and Security Override!
My copyright removal has been switched over from HvS to SecurityOverride.
  • Senior Member, joined since
  • Contributed 638 posts on the community forums.
  • Started 28 threads in the forums
G
G
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 5 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet