Blank Paged After Update To 2.0


Subject: Blank Paged After Update To 2.0
Hello,

I just found some other error in my board after Upgrade to 2.0

The following menu links result in blank pages:

Album
Download
Personal Pics
Sitemap

Display of user profiles is also not possible.

What could be the problem here?

Profile PM  
Subject: Re: Blank Paged After Update To 2.0
I think it would be best to provide a link to your website Rene :wink:

Subject: Re: Blank Paged After Update To 2.0
Just as i want to add a new demo user I realize that the links are working now, maybe it was something with caching.

I only have to open issues:

- Sitemap is only displayed as XML, it says no stylesheet is referenced.

screenshot127

- In album page it seems that all images cannot be found. Do I have to change all path? I thought there was a point during the migration procedure, but i didn't know what path I had to replace exactly.

screenshot126

Profile PM  
Subject: Re: Blank Paged After Update To 2.0
Rene wrote: [View Post]
- Sitemap is only displayed as XML, it says no stylesheet is referenced.

That is normal for a sitemap ;)


Quote:
- In album page it seems that all images cannot be found. Do I have to change all path? I thought there was a point during the migration procedure, but i didn't know what path I had to replace exactly.

Please check the upgrade instructions and make sure you followed them exactly, especially point 8 in your case.. http://www.icyphoenix.com/docs/readme_english.html#upgrade_ip

Subject: Re: Blank Paged After Update To 2.0
Hi, i changed the path during migration.

screenshot130

It seems that the path to the image is not correct in DB.

For example:

PicId 200
img src="album_thumbnail.php?pic_id=200

Entry in IP_album column pic_filename = 2/2/2/IMG_0045.JPG

Path on FTP: /public_html/board/files/album/users/2/IMG_0045.JPG

Profile PM  
Subject: Re: Blank Paged After Update To 2.0
link please?

Subject: Re: Blank Paged After Update To 2.0
Make sure that you did these steps:

upgrade instructions wrote: 
17.Run install/database_update.php to update your DB (i.e. http://www.mysite.com/ip/install/database_update.php).
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).

Subject: Re: Blank Paged After Update To 2.0
..and:

Fresh install wrote: 
3.Set the permissions to CHMOD 777 to the following files and folders:
◦files/
◦files/album/
◦files/album/cache/
◦files/album/med_cache/
◦files/album/users/
◦files/album/wm_cache/
◦files/images/
◦files/thumbs/
◦files/thumbs/s/

Subject: Re: Blank Paged After Update To 2.0
Rene wrote: [View Post]
Entry in IP_album column pic_filename = 2/2/2/IMG_0045.JPG

The pfad is wrong:

Should be 2/IMG_0045.JPG
The 2 is the User-ID from the user how upload the pic.
So if you have other users than you, you have check this too.

My fix would be:
  1. Make a backup of your DB or at least for ip_album
  2. run the script for renaming all pfads (see below)


Code: [Download] [Hide] [Select]
UPDATE ip_album
SET pic_filename = REPLACE(pic_filename, '2/2/2/', '2/')
WHERE pic_filename LIKE '%2/2/2/%'


That should work :mricy:

Profile PM  

Page 1 of 1


  
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.9338s (PHP: 2% SQL: 98%)
SQL queries: 15 - Debug Off - GZIP Enabled