[SOLVED] Problem Update To 2.0 Version


Goto page Previous  1, 2, 3, 4  Next

Subject: 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 :shock:

Subject: 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 :shock:



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

Profile PM  
Subject: Re: Problem Update To 2.0 Version
public_html/config.php exists?

Subject: Re: Problem Update To 2.0 Version
Yes, is the last config.php of my forum with data access to db.

Profile PM  
Subject: 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.

Subject: 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

Profile PM  
Subject: 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 ).

Subject: 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

Profile PM  
Subject: Re: Problem Update To 2.0 Version
content of config.php is PHPBB_INSTALLED again? :shock:

Subject: Re: Problem Update To 2.0 Version
Yes :? It's bad?

Profile PM  
Subject: 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

Subject: 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.

Profile PM  
Subject: 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... :roll:

Subject: Re: Problem Update To 2.0 Version
Don't work :?



phpmyadmin1

Profile PM  
Subject: 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 :wink:

Goto page Previous  1, 2, 3, 4  Next

Page 3 of 4


  
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

   

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.2752s (PHP: 8% SQL: 92%)
SQL queries: 13 - Debug Off - GZIP Enabled