Quote:
|
well you can import the content however you may not be able to find all users if they dont exist...
|
That doesn´t works. I think, you don´t understand the situation. I have not the problem, that in
vB some User-IDs or Names not exist. They exist all, but they are wrong (different in Coppermine and VBulletin).
Coppermine-Album:
WWW.ROCKET3.ORG --- FOTOALBUM - Home
Photopost:
A community photo gallery - My Photo Gallery
- new photopost installation
- coppermine-import script worked and i made after this all things you write to do them.
- the most pictures the script importet as private albums in the member area; in coppermine all albums was public??
- you can see a lot of empty rows at photopost-startsite; why?
I made userfix after that, but there changes nothing.
Example to explain
Coppermine:
USER "obonski" = Coppermine-ID 32 has 5 Albums:
WWW.ROCKET3.ORG --- FOTOALBUM - Home > Ich und meine Triumph Rocket III (User-Bereich) > obonski
In his Album "Plakat" you can find this Picture:
WWW.ROCKET3.ORG --- FOTOALBUM - Plakat/SPA50929
Photopost after Import and Userfix:
No User-Album for the User Obonski exist.
The Album "Plaket" and his Picture from Coppermine now belongs to the User "Higgens", who has in vBulletin the ID 32 (in Coppermine Higgens don´t exist, because he never uploaded pictures):
Alle Alben - My Photo Gallery SPA50929.JPG - My Photo Gallery
Interesting ist, that in the database "vb3_users" the userid 32 belongs to "Higgens", in the database "pp_users" from Photopost the userid 32 belongs to "obonski" (how in coppermine).
I think this could only works per import-script, when the import script would ask me to each Coppermine-Album to which PP-User it must be importet!
Or manually Import as i asked first.
Or you show me, how i can move the 5 albums from "higgens" to the User "obonski" in PP.
-------------------------------
Another error in the "scan database"-function:
"Rebuild all medium images." works without problems
"Check for and create missing thumbnails." also
but with "Rebuild all thumbnails." this error happens every time:
Quote:
...
Checking photo #565: rebuilding /is/htdocs/wp1150812_DF2ZWG39HE/www/rocket/
boardgallery/data/48/thumbs/Raketentrio.jpg from /is/htdocs/wp1150812_DF2ZWG39HE/www/rocket/boardgallery/data/48/Raketentrio.jpg ... completed! done.
Checking photo #567: rebuilding /is/htdocs/wp1150812_DF2ZWG39HE/www/rocket/
boardgallery/data/65/thumbs/Rocket_Treffen__Süd09.06_002.jpg from /is/htdocs/wp1150812_DF2ZWG39HE/www/rocket/
boardgallery/data/65/Rocket_Treffen__Süd09.06_002.jpg ...
Error creating thumbnail! Error code: 1
Command:
"/usr/bin/X11/mogrify" +profile "*" -size 200x150 -quality 70 -geometry 200x150 -unsharp 10 '/is/htdocs/wp1150812_DF2ZWG39HE/www/rocket/boardgallery/
data/65/thumbs/Rocket_Treffen__Sd09.06_002.jpg'
|
------------------------------------
And another error.
After the coppermin-import i tried to import the albums, which some Users made in the vBulletin-Forum (with ppimportalbums.php).
Example for this:
http://www.rocket3.org/board/album.php?u=109
But starting this script also makes errors:
Quote:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /is/htdocs/wp1150812_DF2ZWG39HE/www/rocket/boardgallery/ppimportalbums.php on line 110
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /is/htdocs/wp1150812_DF2ZWG39HE/www/rocket/boardgallery/ppimportalbums.php on line 148
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /is/htdocs/wp1150812_DF2ZWG39HE/www/rocket/boardgallery/ppimportalbums.php on line 270
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /is/htdocs/wp1150812_DF2ZWG39HE/www/rocket/boardgallery/ppimportalbums.php on line 290
done...
|