Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 3 of 4
Goto page Previous  1, 2, 3, 4  Next
 
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
Quote:
If i put: http://www.kungfumania.es/ip/install/install.php with the change in the config.php file change 'define('PHPBB_INSTALLED', true);' by 'define('IP_INSTALLED', true);'

Why would you run anything from the ip directory?... it should not even exist  in your setup
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
Joshua203 wrote: [View Post]
Why would you run anything from the ip directory?... it should not even exist  in your setup



I only try run that because here http://www.icyphoenix.com/docs/readme_english.html#upgrade_ip

says:

Code: [Download] [Hide] [Select]
18. Run install/install.php since you need to run Add Uploaded Images To DB (Upgrading from Icy Phoenix 1.3 or above) to add all uploaded images to DB (i.e. http://www.mysite.com/ip/install/install.php).



I've tried both ways and neither works. I only get a blank page, it does nothing
 



 
spirit22Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
public_html/config.php exists?
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
Yes, is the last config.php of my forum with data access to db.
 



 
spirit22Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
config.php should be the old one from the old forum.

Please point your browser to adm/erc.php and clear the cache.
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
Cache cleared.


 clercache



And now when i try www.kungfumania.es/install/instal.php says:


Code: [Download] [Hide] [Select]
config.php could not be found.

Click here to install Icy Phoenix

 



 
spirit22Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
Please try again to re-upload/overwrite with the old config.php
For some reason it stays missing, even if you say it is there ( public_html/config.php ).
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
I reupload and rewrite the old config.php but i have the same error.

And the file is there good.



 config_file



 config_file2
 



 
spirit22Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
content of config.php is PHPBB_INSTALLED again?
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
Yes    It's bad?
 



 
spirit22Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
Limun wrote: [View Post]
edit your config.php to this

Code: [Download] [Hide] [Select]
<?php


 // Icy Phoenix auto-generated config file
 // Do not change anything in this file!

 $dbms = 'mysql4';

 $dbhost = 'localhost';
 $dbname = 'xxx';
 $dbuser = 'editedbyspirit22'; USER EDITED
 $dbpasswd = 'editedbyspirit22'; PASSWORD EDITED
 $table_prefix = 'ip_3';

 define('IP_INSTALLED', true);

 ?>


save it and try

 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
install4


And I get many errors of 'Resource Limit Is Reached' but the personal of hosting says it's script error of the instalation.
 



 
spirit22Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
ThE KuKa wrote: [View Post]
Show error "session_last_visit" no exist.

phpMyAdmin and SQL tab (into Icy DB)

Code: [Download] [Hide]
  1. DROP TABLE `phpbb_sessions`; 
  2.  
  3. CREATE TABLE `phpbb_sessions` ( 
  4.     `session_id` VARCHAR(32) NOT NULL DEFAULT '', 
  5.     `session_user_id` MEDIUMINT(8) NOT NULL DEFAULT '0', 
  6.     `session_start` INT(11) NOT NULL DEFAULT '0', 
  7.     `session_time` INT(11) NOT NULL DEFAULT '0', 
  8.     `session_ip` VARCHAR(40) NOT NULL DEFAULT '0', 
  9.     `session_browser` VARCHAR(255) DEFAULT '' NOT NULL, 
  10.     `session_page` VARCHAR(255) NOT NULL DEFAULT '', 
  11.     `session_logged_in` TINYINT(1) NOT NULL DEFAULT '0', 
  12.     `session_forum_id` MEDIUMINT(8) UNSIGNED DEFAULT '0' NOT NULL, 
  13.     `session_topic_id` MEDIUMINT(8) UNSIGNED DEFAULT '0' NOT NULL, 
  14.     `session_last_visit` INT(11) UNSIGNED DEFAULT '0' NOT NULL, 
  15.     `session_forwarded_for` VARCHAR(255) DEFAULT '' NOT NULL, 
  16.     `session_viewonline` TINYINT(1) UNSIGNED DEFAULT '1' NOT NULL, 
  17.     `session_autologin` TINYINT(1) UNSIGNED DEFAULT '0' NOT NULL, 
  18.     `session_admin` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0', 
  19.     PRIMARY KEY (`session_id`), 
  20.     KEY `session_user_id` (`session_user_id`), 
  21.     KEY `session_fid` (`session_forum_id`) 
  22. ); 
  23.  
  24. DROP TABLE `phpbb_sessions_keys`; 
  25.  
  26. CREATE TABLE `phpbb_sessions_keys` ( 
  27.     `key_id` VARCHAR(32) NOT NULL DEFAULT '0', 
  28.     `user_id` MEDIUMINT(8) NOT NULL DEFAULT '0', 
  29.     `last_ip` VARCHAR(40) NOT NULL DEFAULT '', 
  30.     `last_login` INT(11) NOT NULL DEFAULT '0', 
  31.     PRIMARY KEY (`key_id`,`user_id`), 
  32.     KEY `last_login` (`last_login`) 
  33. ); 
  34.  
  35. ## `phpbb_sessions_keys` 

And working...

 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
Don't work  



 phpmyadmin1
 



 
spirit22Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Problem Update To 2.0 Version 
 
ok ..I took a better look at this image
install4

Please try running the suggested SQL insert query
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 3 of 4
Goto page Previous  1, 2, 3, 4  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You 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