SOLVED Icy Phoenix Spain - Blank page after update

Tags And Keywordsafter, blank, icy, page, phoenix, update


Goto page Previous  1, 2

Subject: Re: Icy Phoenix Spain - Blank page after update
Working...???
Some images missing :LOL:

My problem.

After Step 7, 8, 9, and blank page Step 10.

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: Icy Phoenix Spain - Blank Page After Update
Have you done this?


Quote:
Rename the following folder:
files/posted_images ==> files/images


http://www.icyphoenix.com/docs/readme_english.html#upgrade_ip

Subject: Re: Icy Phoenix Spain - Blank page after update
If you don't solve your issues, I can have a look at it tonight. Just let me know if you need my help.

Subject: Re: Icy Phoenix Spain - Blank Page After Update
m740 wrote: [View Post]
Have you done this?
Quote:
Rename the following folder:
files/posted_images ==> files/images


http://www.icyphoenix.com/docs/readme_english.html#upgrade_ip

Ohhhhhhhhhhhhhh :shock:
Sorry, I love you! :mrgreen:

Thanks!

@ MG - No problem, you will work with the code.
Thanks! :wink:

Subject: Re: [SOLVED] Icy Phoenix Spain - Blank page after update
Icy Phoenix Spain working again!!! :D

Thanks for all, thank you friends! :drink_08:

Subject: Re: [SOLVED] Icy Phoenix Spain - Blank page after update
I'm glad you solved.

It was very strange that the folder with a different name was causing blank pages. :roll:

Subject: Re: [SOLVED] Icy Phoenix Spain - Blank Page After Update
The error was that the table "session_last_visit" did not exist. (the image problem came after)

Profile PM  
Subject: Re: [SOLVED] Icy Phoenix Spain - Blank page after update
Yes, there were several errors in the database

Subject: Re: Icy Phoenix Spain - Blank page after update
ooopZ SORRY :oops:

Goto page Previous  1, 2

Page 2 of 2


  
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: 2.4036s (PHP: 1% SQL: 99%)
SQL queries: 29 - Debug Off - GZIP Enabled