if you go to http://eviladam.com/yabb/ you can see that i get the following error message
Fatal error: Unknown function: reloadsettings() in /home/a1/eviladam.com/.WWW/yabb/index.php on line 74
Can't seem to find what's wrong with reloadsettings() or the Load.php file that is in the Sources folder that is being called.
Anyone got any ideas?
Yeah dude, topic title says it all
upgrading FROM yabbse
Yabbse is the forum that the SMF team made before they made SMF.
EDIT - someone responded to me but it is gone now so hence this response
Welcome to SMF.
How did you do the upgrade?
Did you convert it to SMF first using the YabbSE Converter (http://www.simplemachines.org/download/?converters)?
no i did not since the directions didn't say i needed to do that =( guess i have something else to try now
ok now i get this during the conversion
Converting...
Converting members... Unsuccessful!
This query:
SELECT
mem.ID_MEMBER, SUBSTRING(mem.memberName, 1, 80) AS memberName,
mem.dateRegistered, mem.posts, SUBSTRING(mem.passwd, 1, 64) AS passwd,
SUBSTRING(mem.websiteTitle, 1, 255) AS websiteTitle,
SUBSTRING(mem.websiteUrl, 1, 255) AS websiteUrl, mem.lastLogin,
mem.birthdate, SUBSTRING(mem.ICQ, 1, 255) AS ICQ,
SUBSTRING(IFNULL(mem.realName, mem.memberName), 1, 255) AS realName,
mem.notifyOnce, REPLACE(mem.lngfile, '.lng', '') AS lngfile,
SUBSTRING(mem.emailAddress, 1, 255) AS emailAddress,
SUBSTRING(mem.AIM, 1, 16) AS AIM,
SUBSTRING(mem.personalText, 1, 255) AS personalText,
SUBSTRING(mem.timeFormat, 1, 80) AS timeFormat,
mem.hideEmail, SUBSTRING(mem.memberIP, 1, 255) AS memberIP,
SUBSTRING(mem.memberIP, 1, 255) AS memberIP2,
SUBSTRING(mem.YIM, 1, 32) AS YIM,
IF(IFNULL(mem.gender, '') = '', 0, IF(mem.gender = 'Male', 1, 2)) AS gender,
SUBSTRING(mem.MSN, 1, 255) AS MSN,
SUBSTRING(REPLACE(mem.signature, '<br>', '<br />'), 1, 65534) AS signature,
SUBSTRING(mem.location, 1, 255) AS location, mem.timeOffset,
SUBSTRING(mem.avatar, 1, 255) AS avatar,
SUBSTRING(mem.usertitle, 1, 255) AS usertitle,
mem.im_email_notify AS pm_email_notify, mem.karmaBad, mem.karmaGood,
mem.notifyAnnouncements,
SUBSTRING(mem.secretQuestion, 1, 255) AS secretQuestion,
IF(mem.secretAnswer = '', '', MD5(mem.secretAnswer)) AS secretAnswer,
CASE
WHEN mem.memberGroup = 'Administrator' THEN 1
WHEN mem.memberGroup = 'Global Moderator' THEN 2
WHEN mg.ID_GROUP = 8 THEN 2
WHEN mg.ID_GROUP = 1 THEN 1
WHEN mg.ID_GROUP > 8 THEN mg.ID_GROUP
ELSE 0
END AS ID_GROUP, '' AS buddy_list, '' AS pm_ignore_list,
'' AS messageLabels, '' AS validation_code, '' AS additionalGroups,
'' AS smileySet, '' AS passwordSalt
FROM `evilboard`.evil_members AS mem
LEFT JOIN `evilboard`.evil_membergroups AS mg ON (mg.membergroup = mem.memberGroup)
LIMIT 0, 500;
Caused the error:
Unknown column 'mem.im_email_notify' in 'field list'
Yeah, you need to convert as each forum has their own set of database tables and most likely will be different from each other. I moved your topic to the appropriate board so it gets proper attention.