RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Software erorr in upgrade 1.5 to 1.6

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
hornet



Joined: 20 Jul 2008
Posts: 52

PostPosted: Feb 27, 2010 9:32 pm    Post subject: Software erorr in upgrade 1.5 to 1.6 Reply with quote

Software error:

Can't exec:
Unknown column 'usr_id' in 'IP2Files' at Modules/DataBase.pm line 55.

For help, please send mail to the webmaster (webmaster@arab-box.com), giving this error message and the time and date of the error.
Back to top
View user's profile Send private message Visit poster's website
hornet



Joined: 20 Jul 2008
Posts: 52

PostPosted: Feb 28, 2010 9:38 am    Post subject: Reply with quote

Where technical support? Does not have a reply in the forum and e-mail
Back to top
View user's profile Send private message Visit poster's website
admin
Site Admin


Joined: 22 Mar 2006
Posts: 1129

PostPosted: Mar 01, 2010 6:54 am    Post subject: Reply with quote

show us structure of your IP2Files database.

Also, if your goal is upgrading to 1.7. You can drop your current IP2Files table and create new.

Code:

CREATE TABLE `IP2Files` (
  `file_id` int(10) unsigned NOT NULL default '0',
  `ip` int(20) unsigned NOT NULL default '0',
  `usr_id` mediumint(8) unsigned NOT NULL default '0',
  `owner_id` mediumint(8) unsigned NOT NULL default '0',
  `size` bigint(20) unsigned NOT NULL default '0',
  `referer` varchar(255) NOT NULL default '',
  `points` decimal(5,2) unsigned NOT NULL default '0.00',
  `created` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  PRIMARY KEY  (`file_id`,`ip`,`usr_id`),
  KEY `owner` (`owner_id`),
  KEY `user` (`usr_id`),
  KEY `ip` (`ip`,`created`),
  KEY `date` (`created`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;


This create statement taken from install.sql of 1.7 version
Back to top
View user's profile Send private message Send e-mail
hornet



Joined: 20 Jul 2008
Posts: 52

PostPosted: Mar 01, 2010 8:21 am    Post subject: Reply with quote

Thanks
But is this the solution to upgrade from 1.5 to 1.7?
Back to top
View user's profile Send private message Visit poster's website
hornet



Joined: 20 Jul 2008
Posts: 52

PostPosted: Mar 01, 2010 8:56 am    Post subject: Reply with quote

erorr change to

Software error:

Can't exec:
Duplicate column name 'owner_id' at Modules/DataBase.pm line 55.

For help, please send mail to the webmaster (webmaster@arab-box.com), giving this error message and the time and date of the error.
Back to top
View user's profile Send private message Visit poster's website
hornet



Joined: 20 Jul 2008
Posts: 52

PostPosted: Mar 01, 2010 9:12 am    Post subject: Reply with quote

When execute the previous query through phpMyAdmin

if i upgrade 1.5 to 1.6
Show Erorr

Code:
Software error:

Can't exec:
Duplicate column name 'owner_id' at Modules/DataBase.pm line 55.

For help, please send mail to the webmaster (webmaster@arab-box.com), giving this error message and the time and date of the error.


if i upgrade 1.6 to 1.7

Code:
Software error:

Can't exec:
Duplicate key name 'fs_key' at Modules/DataBase.pm line 55.

For help, please send mail to the webmaster (webmaster@arab-box.com), giving this error message and the time and date of the error.


If I Go To Home Page

Quote:
Software error:

Can't execute select:
Unknown column 'srv_torrent' in 'where clause' at Modules/DataBase.pm line 72.

For help, please send mail to the webmaster (webmaster@arab-box.com), giving this error message and the time and date of the error.
Back to top
View user's profile Send private message Visit poster's website
hornet



Joined: 20 Jul 2008
Posts: 52

PostPosted: Mar 01, 2010 9:06 pm    Post subject: Reply with quote

i wait , and i need Radical Solution
Back to top
View user's profile Send private message Visit poster's website
PilgrimX182



Joined: 22 Mar 2006
Posts: 2109
Location: UFO Lab

PostPosted: Mar 02, 2010 7:58 am    Post subject: Reply with quote

Contact support@sibsoft.net with FTP or SSH details - will fix sql upgrade ASAP.
Seems you've done something wrong since we faced no problems with this even when upgrading from 1.1 to 1.7 in multiple steps.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group