SOLVED Upgrading To Icy Phoenix
Subject: Upgrading To Icy Phoenix
Need instructions of how to upgrade to icy phoenix without loosing anything on my forums.
Subject: Re: Upgrading To Icy Phoenix
when i upload the files it gice me a lot of ctracker's errors, and do the same if i run that file on the main directory :(
Subject: Re: Upgrading To Icy Phoenix
You HAVE to run it from root... are you logged as admin before run that file?
sonoangelo wrote: [View Post]
You HAVE to run it from root... are you logged as admin before run that file?
Subject: Re: Upgrading To Icy Phoenix
what means, i have to run it from root? :shock: i open my site in the home page, but it give me errors and after i run that file, but give me always the same errors.
Before now i have update the XS 049 to 058b in this way and all right, but now... :( :cry:
Before now i have update the XS 049 to 058b in this way and all right, but now... :( :cry:
Subject: Re: Upgrading To Icy Phoenix
U have to be logged as admin and run the update like this http://www.themusicplanet.eu/update_to_ip.php
Subject: Re: Upgrading To Icy Phoenix
I suggest you to wait for the first stable relase :wink:
Mighty Gorgon wrote:
Might Gorgon wrote:
I suggest you to wait for the first stable relase :wink:
Subject: Re: Upgrading To Icy Phoenix
i'v done this but nothing :( tell me some errors, now i reupload the files and you see with your eyes " :shock: " :LOL:
Zuker wrote: [View Post]
i'v done this but nothing :( tell me some errors, now i reupload the files and you see with your eyes " :shock: " :LOL:
Subject: Re: Upgrading To Icy Phoenix
look i'v uploaded all to root see here
http://www.themusicplanet.eu/public/ ----> Home Page
http://www.themusicplanet.eu/public/update_to_ip.php ----> Update Page
If someone have the solution please post here :cry:
http://www.themusicplanet.eu/public/ ----> Home Page
http://www.themusicplanet.eu/public/update_to_ip.php ----> Update Page
If someone have the solution please post here :cry:
Subject: Re: Upgrading To Icy Phoenix
Yes, that's because you have upload first the files and you MUST run the update first
run this sql and check
run this sql and check
- ALTER TABLE `phpbb_users` ADD `ct_search_time` INT( 11 ) NULL DEFAULT 1 AFTER `user_newpasswd`;
- ALTER TABLE `phpbb_users` ADD `ct_search_count` MEDIUMINT( 8 ) NULL DEFAULT 1 AFTER `ct_search_time`;
- ALTER TABLE `phpbb_users` ADD `ct_last_mail` INT( 11 ) NULL DEFAULT 1 AFTER `ct_search_count`;
- ALTER TABLE `phpbb_users` ADD `ct_last_post` INT( 11 ) NULL DEFAULT 1 AFTER `ct_last_mail`;
- ALTER TABLE `phpbb_users` ADD `ct_post_counter` MEDIUMINT( 8 ) NULL DEFAULT 1 AFTER `ct_last_post`;
- ALTER TABLE `phpbb_users` ADD `ct_last_pw_reset` INT( 11 ) NULL DEFAULT 1 AFTER `ct_post_counter`;
- ALTER TABLE `phpbb_users` ADD `ct_enable_ip_warn` TINYINT( 1 ) NULL DEFAULT 1 AFTER `ct_last_pw_reset`;
- ALTER TABLE `phpbb_users` ADD `ct_last_used_ip` VARCHAR( 16 ) NULL DEFAULT '0.0.0.0' AFTER `ct_enable_ip_warn`;
- ALTER TABLE `phpbb_users` ADD `ct_last_ip` VARCHAR( 16 ) NULL DEFAULT '0.0.0.0' AFTER `ct_last_used_ip`;
- ALTER TABLE `phpbb_users` ADD `ct_login_count` MEDIUMINT( 8 ) NULL DEFAULT 1 AFTER `ct_last_used_ip`;
- ALTER TABLE `phpbb_users` ADD `ct_login_vconfirm` TINYINT( 1 ) NULL DEFAULT 0 AFTER `ct_login_count`;
- ALTER TABLE `phpbb_users` ADD `ct_last_pw_change` INT( 11 ) NULL DEFAULT 1 AFTER `ct_login_vconfirm`;
- ALTER TABLE `phpbb_users` ADD `ct_global_msg_read` TINYINT( 1 ) NULL DEFAULT 0 AFTER `ct_last_pw_change`;
- ALTER TABLE `phpbb_users` ADD `ct_miserable_user` TINYINT( 1 ) NULL DEFAULT 0 AFTER `ct_global_msg_read`;
- CREATE TABLE `phpbb_ctracker_config` (
- `ct_config_name` varchar(255) NOT NULL,
- `ct_config_value` varchar(255) NOT NULL,
- PRIMARY KEY (`ct_config_name`)
- );
- CREATE TABLE `phpbb_ctracker_filechk` (
- `filepath` text,
- `hash` varchar(32) default NULL
- );
- CREATE TABLE `phpbb_ctracker_filescanner` (
- `id` smallint(5) NOT NULL,
- `filepath` text,
- `safety` smallint(1) NOT NULL default '0',
- PRIMARY KEY (`id`)
- );
- CREATE TABLE `phpbb_ctracker_ipblocker` (
- `id` mediumint(8) unsigned NOT NULL,
- `ct_blocker_value` varchar(250) default NULL,
- PRIMARY KEY (`id`)
- );
- CREATE TABLE `phpbb_ctracker_loginhistory` (
- `ct_user_id` int(10) default NULL,
- `ct_login_ip` varchar(16) default NULL,
- `ct_login_time` int(11) NOT NULL default '0'
- );
Subject: Re: Upgrading To Icy Phoenix
oh damn :cry: reupload the old or run this sql query? xcuse me for the time tha you lose for me :(
Subject: Re: Upgrading To Icy Phoenix
now tell me this error :shock: the update went right , but now i have a block problem :?
Subject: Re: Upgrading To Icy Phoenix
look now :shock:
Template->make_filename(): Error - template file not found: portal_page_headerleft.tpl
i HAVE that file :shock:
Template->make_filename(): Error - template file not found: portal_page_headerleft.tpl
i HAVE that file :shock:
Page 1 of 3
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.073s (PHP: 29% SQL: 71%)
SQL queries: 10 - Debug Off - GZIP Enabled