PDA

View Full Version : Problem during installation


mensaka
09-13-2007, 02:24 AM
Remember your data:
Username: +++++
Password: ******

# Automatic creation of tables

# Table pxp_config created ...
# Table pxp_categories created ...
# Table pxp_pixelpost created ...
# Table pxp_comments created ...
# Table pxp_visitors created ...

Notice: Undefined variable: images_path in C:\...\pixelpost\includes\create_tables.php on line 126
# Table pxp_config populated ...
# Table pxp_version created ...
# Table pxp_catassoc created ...
# Added timezone support ...
# Added customizable category links support ...
# Added HTML notification email support ...
# Added email in comments support ...
# Longer name field in comments support ...
# Longer url field in comments support ...
# Added indexes to pxp_config ...
# Added indexes to pxp_categories ...
# Added indexes to pxp_comments ...
# Added indexes to pxp_pixelpost ...
# Added indexes to pxp_visitors ...

Notice: Undefined variable: table_name in C:\...\pixelpost\includes\functions.php on line 511
# Comment moderation feature is added ...
# Addon ON/OFF switchs are added ...

Notice: Undefined variable: table_name in C:\...\pixelpost\includes\functions.php on line 511
# Switch ON/OFF for time stamps is added ...

Notice: Undefined variable: table_name in C:\...\pixelpost\includes\functions.php on line 511
# Switch ON/OFF for visitor booking is added ...
# Table pxp_version updated to 1.5Beta.

Notice: Undefined variable: table_name in C:\...\pixelpost\includes\functions.php on line 511
Error: BLOB/TEXT column 'alt_body' can't have a default value

I'm using Apache 2.2, php 5.2.3 and MySQL 5.0.37 under windows xp sp2

Could anybody help me? Thank you.

Dkozikowski
09-13-2007, 11:52 AM
Try opening the file called create_tables.php within your pixelpost includes/ folder.

Find the following:


`alt_body` TEXT DEFAULT '' NOT NULL


and replace with


`alt_body` TEXT NOT NULL


Then try going through the install process again.