View Single Post
Old November 27th, 2006, 08:14 AM   #1 (permalink)
Michael P
PhotoPost Developer
Verified Customer
 
Join Date: Jan 2002
Posts: 11,858
Adding a prefix to your PhotoPost tables

If for some reason you need to change your PhotoPost tables to use a prefix because of conflicts with other scripts; this group of RENAMEs will accomplish what you need quickly.

First, close your gallery. Then paste these commands into phpmyadmin using your PhotoPost database.

Code:
Content visible to verified customers only.
You'll need to edit your config-inc.php and change

$pp_db_prefix = "pp_";

That's it. Now your tables are using a pp_ prefix which will avoid any conflicts with other tables created in your database by other applications.
__________________
Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Michael P; December 5th, 2006 at 07:56 AM.
Michael P is offline   Reply With Quote