Welcome, Guest. Please Login or Register.
April 27, 2025, 10:29:43 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Converters  |  [Done - Updated 2-21] YaPP to YSE 1.5.1 « previous next »
Pages: 1 [2] 3 Reply Ignore Print
Author Topic: [Done - Updated 2-21] YaPP to YSE 1.5.1  (Read 8942 times)
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:[Done] YaPP to YSE 1.5.1
« Reply #15 on: February 19, 2003, 03:33:12 PM »
Reply with quote

Can you please send me a dump of your tables after the conversion.  Or tell me the last table that has data in it.
Logged

DJTommyC
Jr. Member
**
Posts: 81


Passion for Music

Re:[Done] YaPP to YSE 1.5.1
« Reply #16 on: February 19, 2003, 08:34:27 PM »
Reply with quote

I've got the same error:
Duplicate entry '12-15-2002' for key 1
Can't login either and only have topics and no content..
The last table I have content in is 'yabbse_log_activity'.
Hope to get it fixed soon!
Grtz
Tommy
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:[Done] YaPP to YSE 1.5.1
« Reply #17 on: February 19, 2003, 09:20:28 PM »
Reply with quote

Ok, I think I know the problem.  The version of yabbse that YaPP uses did not check for duplicates in a table that now does not allow them.  I should get a patch for this out tonight or tommorrow.
Logged

bg987
Noobie
*
Posts: 9


Re:[Done] YaPP to YSE 1.5.1
« Reply #18 on: February 19, 2003, 11:49:55 PM »
Reply with quote

Quote from: David on February 19, 2003, 09:20:28 PM
Ok, I think I know the problem.  The version of yabbse that YaPP uses did not check for duplicates in a table that now does not allow them.  I should get a patch for this out tonight or tommorrow.

You rule man!
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:[Done] YaPP to YSE 1.5.1
« Reply #19 on: February 20, 2003, 04:37:16 AM »
Reply with quote

Try this

Find
mysql_query("INSERT INTO {$yse_prefix}log_activity (month, day, year, hits, topics, posts, registers, mostOn) VALUES ('$row[month]', '$row[day]', '$row[year]', '$row[hits]', '$row[topics]', '$row[posts]', '$row[registers]', '$row[mostOn]')") or die(mysql_error());

Change
INSERT

To
REPLACE
Logged

bg987
Noobie
*
Posts: 9


Re:[Done] YaPP to YSE 1.5.1
« Reply #20 on: February 20, 2003, 06:21:20 AM »
Reply with quote

That worked great.   ;D ;D ;D

Thank you very much David.
Logged
DJTommyC
Jr. Member
**
Posts: 81


Passion for Music

Re:[Done] YaPP to YSE 1.5.1
« Reply #21 on: February 20, 2003, 10:39:25 AM »
Reply with quote

It worked with me 2
Thx! ;D
Logged
David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:[Done] YaPP to YSE 1.5.1
« Reply #22 on: February 20, 2003, 04:15:10 PM »
Reply with quote

Ok, I will make a new zip with that change.
Logged

Kitty
Noobie
*
Posts: 49


YaBB-NL

kitty@taxi-stroes.nl WWW
Re:[Done - Updated 2-21] Yapp to Yse 1.5.1
« Reply #23 on: March 16, 2003, 11:24:57 PM »
Reply with quote



getting this error:  Duplicate entry '0' for key 1  :-\

http://www.chat-xpress.nl/prik/

got almost everything ....just only missing the members messages and the posts ....

Kitty
Logged

David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:[Done - Updated 2-21] Yapp to Yse 1.5.1
« Reply #24 on: March 16, 2003, 11:32:22 PM »
Reply with quote

Quote from: Kitty on March 16, 2003, 11:24:57 PM


getting this error:  Duplicate entry '0' for key 1  :-\

http://www.chat-xpress.nl/prik/

got almost everything ....just only missing the members messages and the posts ....

Kitty
Can you look in PHPMyAdmin and tell me the last table in the list that has data in it please.
Logged

Kitty
Noobie
*
Posts: 49


YaBB-NL

kitty@taxi-stroes.nl WWW
Re:[Done - Updated 2-21] Yapp to Yse 1.5.1
« Reply #25 on: March 16, 2003, 11:40:52 PM »
Reply with quote

forum_log_online

is the last one
Logged

David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:[Done - Updated 2-21] Yapp to Yse 1.5.1
« Reply #26 on: March 16, 2003, 11:44:05 PM »
Reply with quote

Try editing the convertor and add // before this line.

log_online_table($connection, $yapp_db, $yapp_prefix, $yse_db, $yse_prefix);

So that line now is
//log_online_table($connection, $yapp_db, $yapp_prefix, $yse_db, $yse_prefix);
Logged

Kitty
Noobie
*
Posts: 49


YaBB-NL

kitty@taxi-stroes.nl WWW
Re:[Done - Updated 2-21] Yapp to Yse 1.5.1
« Reply #27 on: March 16, 2003, 11:54:22 PM »
Reply with quote



no suc6...

got now this error Duplicate entry 'agreement' for key 1

and this error on the forum
Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/chat-xpress.nl/httpdocs/prik/index.php on line 92

Warning: Failed opening 'dutch.lng' for inclusion (include_path='.:/usr/local/psa/apache/lib/php') in /usr/local/psa/home/vhosts/chat-xpress.nl/httpdocs/prik/index.php on line 92


and the last table in the PHP My Admin = forum_settings  
Logged

David
Destroyer Dave
Global Moderator
YaBB God
*****
Posts: 5761


I'm not a llama!

WWW
Re:[Done - Updated 2-21] Yapp to Yse 1.5.1
« Reply #28 on: March 17, 2003, 12:04:33 AM »
Reply with quote

Quote from: Kitty on March 16, 2003, 11:54:22 PM


no suc6...

got now this error Duplicate entry 'agreement' for key 1

and this error on the forum
Warning: open_basedir restriction in effect. File is in wrong directory in /usr/local/psa/home/vhosts/chat-xpress.nl/httpdocs/prik/index.php on line 92

Warning: Failed opening 'dutch.lng' for inclusion (include_path='.:/usr/local/psa/apache/lib/php') in /usr/local/psa/home/vhosts/chat-xpress.nl/httpdocs/prik/index.php on line 92


and the last table in the PHP My Admin = forum_settings  
It seems in a few places you have duplicate data which has cuased both of these MySQL errors.  This should fix this one.

Change
mysql_query("INSERT INTO {$yse_prefix}settings (variable, value) VALUES ('$row[variable]', '$row[value]')") or die(mysql_error());

To
mysql_query("REPLACE INTO {$yse_prefix}settings (variable, value) VALUES ('$row[variable]', '$row[value]')") or die(mysql_error());

Let's get your data converted and then worry about the other errors.
Logged

Kitty
Noobie
*
Posts: 49


YaBB-NL

kitty@taxi-stroes.nl WWW
Re:[Done - Updated 2-21] Yapp to Yse 1.5.1
« Reply #29 on: March 17, 2003, 12:14:43 AM »
Reply with quote

Your site is 100% YaPP free :)
Your old tables with YaPP have not been deleted incase for some reason you need them for backup or something.

Great ...The other error was a missing lng file ( dutch)

BUT  ....The forum banned me ???? huh ??
Logged

Pages: 1 [2] 3 Reply Ignore Print 
YaBB SE Community  |  Development  |  Converters  |  [Done - Updated 2-21] YaPP to YSE 1.5.1 « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.059 seconds with 20 queries.