1
deepu
mysql.sql is missing?(urgent)
  • 2005/11/5 9:36

  • deepu

  • Just popping in

  • Posts: 5

  • Since: 2005/11/4


Hai guys,i just tried to upgrade my XOOPS to latest stable version.When i clicked on Submit button in upgrade screen,it says ..modules/profile/sql/mysql.sql notfound,but it upgrade my XOOPS to laest version.But now i cant login to my addmin account,after showing suceessful login message it just redirect to index page without loging in

2
smdcom
Re: mysql.sql is missing?

You' upgrade from what version to what version?

Thanks.

-SMD

3
deepu
Re: mysql.sql is missing?
  • 2005/11/5 12:42

  • deepu

  • Just popping in

  • Posts: 5

  • Since: 2005/11/4


am upgrading from XOOPS 2.0.13.1 to 2.2.3 final!
I have this problem before upgradation & i upgrade my XOOPS to solve this problem but no luck

Thanks for your reply

4
smdcom
Re: mysql.sql is missing?

Ok. check if the mysql.sql exists in your modules/profile/sql/ folder? maybe your modules/profile/sql/mysql.sql is missing. Try to re-upload it and upgrade again.

5
deepu
Re: mysql.sql is missing?
  • 2005/11/5 15:16

  • deepu

  • Just popping in

  • Posts: 5

  • Since: 2005/11/4


yea it's there & here is the content of mysql.sql
CREATE TABLE `profile_category` (
  `
catidint(12unsigned NOT NULL auto_increment,
  `
cat_titlevarchar(255NOT NULL default '',
  `
cat_descriptiontext NOT NULL,
  `
cat_weighttinyint(4unsigned NOT NULL default '0',
  
PRIMARY KEY  (`catid`)
TYPE=MyISAM;

CREATE TABLE `profile_fieldcategory` (
  `
fieldidint(12unsigned NOT NULL,
  `
catidint(12unsigned NOT NULL,
  `
field_weighttinyint(6unsigned NOT NULL default '0',
  
PRIMARY KEY  (`fieldid`)
TYPE=MyISAM;


Edit:i tried to upgrade my XOOPS again...it sucessfully upgrade my XOOPS to 2.2 final,but still showing same problem

Login

Who's Online

138 user(s) are online (82 user(s) are browsing Support Forums)


Members: 0


Guests: 138


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits