News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Totally Messed up after Upgrade

Started by uticasoftball, July 31, 2010, 12:47:00 PM

Previous topic - Next topic

uticasoftball

So I upgraded to SMF 2.0 RC3. I have no Idea what I did wrong but the forums work but noone knew can join and alot of other functions are screwed up ! Like if I click on someones name to get info on them it comes up "unknown column 'mem.pm_receive_from' in 'field list'
File: /home/uticasof/public_html/phpBB3/Sources/Load.php
Line: 993

I know I am missing files somewhere but have tried fixing this with no luck.

My question is would it be easier (even possible) to backup the database and then do a complete reinstall with the new updated version? or should I wait for help on here and attempt to correct the issues?

Thanks in advance for the help Im lost !! uticasoftball.com/phpBB3 its really not php

Kindred

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

uticasoftball


rd

The only thing I can think of that's causing this error is because you didn't rewrite all the files and folders, please redo and make sure you use the LARGE UPGRADE package. After you upload go to yourdomain.com/phpbb/upgrade.php

uticasoftball

I tried that as well. I actually started with that one and then went to webinstall when that didnt work

gbsothere

When you uploaded the upgrade.php file into your forum's root and pointed your browser to it, did you also upload the upgrade sql files found in the zip?  Also, what version of SMF did you upgrade from?
My apologies, but I am taking a break from accepting PM requests for support.  If I am not currently assisting you, please do not ask as long as this notice is posted.  Thank you.

I Don't Want To Grow Old Alone


It has been proven that Steely Dan reduces the occurrence of road rage, according to an independent study.



A reminder about admin / ftp passwords etc.

uticasoftball

QuoteUnknown column 'mem.pm_receive_from' in 'field list'
File: /home/uticasof/public_html/phpBB3/Sources/Load.php
Line: 993

Note: It appears that your database may require an upgrade. Your forum's files are currently at version SMF 2.0 RC3, while your database is at version 1.1.9. The above error might possibly go away if you execute the latest version of upgrade.php.

Then I do the upgrade and it does nothing. SO what do you think I should do??

kat

Quote from: gbsothere on July 31, 2010, 01:32:31 PM
When you uploaded the upgrade.php file into your forum's root and pointed your browser to it, did you also upload the upgrade sql files found in the zip?  Also, what version of SMF did you upgrade from?

uticasoftball

Yes I did but I will do it again now . Maybe I messed something up the 4 other times I tried it :].

Ok what upgrade are you saying I should use? maybe thats why i screwed it up so many times


uticasoftball

i would assume 1.1.9 since thats what the database it.

OK so I am at the point of installing the large upgrade again and while upgrading i now have an error message of :
QuoteERROR !!Table 'uticasof_smf1.smf_calendar_holidays' doesn't exist

What do I do now? there is no way to continue and I have no idea what to do

Adish - (F.L.A.M.E.R)

Go to phpMyAdmin
Open the database uticasof_smf1
Look for smf_calendar_holidays

Does that exist?

uticasoftball

Quote from: (F.L.A.M.E.R) on August 01, 2010, 08:05:52 AM
Go to phpMyAdmin
Open the database uticasof_smf1
Look for smf_calendar_holidays

Does that exist?
NO it doesnt. smf_calendar is there but not smf_calendar_holidays.

Now What? Is there a way to add that?

cicka

Quote from: uticasoftball on August 01, 2010, 10:26:03 PM
Quote from: (F.L.A.M.E.R) on August 01, 2010, 08:05:52 AM
Go to phpMyAdmin
Open the database uticasof_smf1
Look for smf_calendar_holidays

Does that exist?
NO it doesnt. smf_calendar is there but not smf_calendar_holidays.

Now What? Is there a way to add that?

Yes, run this query at phpmyadmin for the database of your forum.

CREATE TABLE smf_calendar_holidays (
  id_holiday smallint(5) unsigned NOT NULL auto_increment,
  event_date date NOT NULL default '0001-01-01',
  title varchar(60) NOT NULL default '',
  PRIMARY KEY (id_holiday),
  KEY event_date (event_date)
) ENGINE=MyISAM;

uticasoftball

ok thank you for that one BUT now that that is fixed i am getting this error message:
QuoteError!
Unknown column 'eventDate' in 'where clause'

again any help would be great

cicka

Quote from: uticasoftball on August 03, 2010, 08:41:56 AM
ok thank you for that one BUT now that that is fixed i am getting this error message:
QuoteError!
Unknown column 'eventDate' in 'where clause'

again any help would be great
Quote from: uticasoftball on August 03, 2010, 08:41:56 AM
ok thank you for that one BUT now that that is fixed i am getting this error message:
QuoteError!
Unknown column 'eventDate' in 'where clause'

again any help would be great

Does it mention for which table?

Adish - (F.L.A.M.E.R)

Remove your smf_calendar_holiday table and try this one:

CREATE TABLE IF NOT EXISTS `smf_calendar_holidays` (
  `ID_HOLIDAY` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `eventDate` date NOT NULL DEFAULT '0001-01-01',
  `title` varchar(30) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID_HOLIDAY`),
  KEY `eventDate` (`eventDate`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=168 ;


Then try upgrading.

cicka

(F.L.A.M.E.R) is right. I posted the table structure from Smf 2.0 rc3 but according to the error it looks for a column from Smf 1.1.11.

uticasoftball

I just tried it and got the same error

QuoteError!
Unknown column 'eventDate' in 'where clause'
Again any help is great

Adish - (F.L.A.M.E.R)

Which version of SMF are you upgrading from?

Advertisement: