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?
Blank Paged After Update To 2.0
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.
- 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.

I only have to open issues:
- Sitemap is only displayed as XML, it says no stylesheet is referenced.

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

Subject: Re: Blank Paged After Update To 2.0
That is normal for a sitemap ;)
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
Rene wrote: [View Post]
That is normal for a sitemap ;)
Quote:
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.
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

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
Subject: Re: Blank Paged After Update To 2.0
Make sure that you did these steps:
upgrade instructions wrote:
Subject: Re: Blank Paged After Update To 2.0
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:
That should work :mricy:
Rene wrote: [View Post]
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:
- Make a backup of your DB or at least for ip_album
- run the script for renaming all pfads (see below)
UPDATE ip_album
SET pic_filename = REPLACE(pic_filename, '2/2/2/', '2/')
WHERE pic_filename LIKE '%2/2/2/%'
SET pic_filename = REPLACE(pic_filename, '2/2/2/', '2/')
WHERE pic_filename LIKE '%2/2/2/%'
That should work :mricy:
Page 1 of 1
You cannot post new topicsYou 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