Icy Phoenix Spain - Blank page after update »  Show posts from    to     

Icy Phoenix


Old Support Topics - Icy Phoenix Spain - Blank page after update



ThE KuKa [ Tue 31 Jul, 2012 16:32 ]
Post subject: Re: Icy Phoenix Spain - Blank page after update
Working...???
Some images missing

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


m740 [ Tue 31 Jul, 2012 16:40 ]
Post 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


Mighty Gorgon [ Tue 31 Jul, 2012 16:47 ]
Post 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.


ThE KuKa [ Tue 31 Jul, 2012 16:50 ]
Post 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
Sorry, I love you!

Thanks!

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


ThE KuKa [ Tue 31 Jul, 2012 21:06 ]
Post subject: Re: [SOLVED] Icy Phoenix Spain - Blank page after update
Icy Phoenix Spain working again!!!

Thanks for all, thank you friends!


Mighty Gorgon [ Wed 01 Aug, 2012 08:55 ]
Post 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.


Informpro [ Wed 01 Aug, 2012 13:21 ]
Post 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)


ThE KuKa [ Wed 01 Aug, 2012 15:16 ]
Post subject: Re: [SOLVED] Icy Phoenix Spain - Blank page after update
Yes, there were several errors in the database


Joshua203 [ Sat 27 Apr, 2013 20:25 ]
Post subject: Re: Icy Phoenix Spain - Blank page after update
ooopZ SORRY




Powered by Icy Phoenix