PDA

View Full Version : Pixelpost and change of the webspace


Bass-T.
01-30-2006, 09:08 PM
I just copied my pixelpost folders at an other webspace and have some problems. I edited the pixelpost.php with the new mysql data and had to change the image folder to ../images/ in order to be able to post images at all.

I want pixelpost at the new webspace running as it runs at the old one. But all the images, comments, cartegories ... arent available any more. What have i to do to transfer pixelpost 1:1 to another webspace?

Connie
01-30-2006, 09:11 PM
I gave you the answer already in www.blimage.de

you must transfer your database content to the new database, by backing up the old one and inserting into the new one

if you do a backup with PHPmyAdmin, there will be a sql with all statements to create the tables and to enter the content into the new database

so you backup in old, open PHPmyAdmin at new database, enter the sql-file which was created by the backup, into the command-area and let it run
you will have new tables with the content

keep in mind that the paths must fit!
it would always help to have the information which is provided in admin/general info...

Viel Glück!

Bass-T.
01-30-2006, 09:21 PM
Is there anywhere a tutorial for that? I have no idea what phpmyadmin could be...

GeoS
01-30-2006, 11:41 PM
Here is link about phpMyAdmin:
http://www.raminia.com/ppwiki/index.php/MigratingPHPMyAdmin

Bass-T.
01-31-2006, 03:39 PM
The tutorial means that i first have to edit the config.inc.php file with my mysql date. But that file isnt in any folder of phpmyadmin to find. Could anybody tell my how that file look like that i can create it or give me that file?

GeoS
01-31-2006, 09:35 PM
If you have access to some admins panel (i.e. cPanel, Plesk, ...) there should be link to configured phpMyAdmin. If not you can download phpMyAdmin from their site and there must be this file.

phpMyAdmin site:
http://www.phpmyadmin.net/home_page/index.php

eon
02-01-2006, 08:29 AM
The tutorial means that i first have to edit the config.inc.php file with my mysql date. But that file isnt in any folder of phpmyadmin to find. Could anybody tell my how that file look like that i can create it or give me that file?

You can find config.inc.php in the root folder of PHPMyAdmin. A littlebit strange that you can't find it. Did you do a clean install of PHPMyAdmin?