PDA

View Full Version : MySQL database problems


derlitograph
05-23-2008, 09:47 AM
Hi folks,

I have a problem setting up my new pixelpost site.
First I changed the "pixelpost.php" file in the "includes"folder
and I used the following information:

$pixelpost_db_host = "db1.cwsurf.de"; // database host, often "localhost"
$pixelpost_db_user = "usr_db_61**8"; // database user
$pixelpost_db_pass = "terror555"; // database user password
$pixelpost_db_pixelpost = "usr_db_61**8"; // database

I made a mistake in the phpMyAdmin section and created two databases.
But I'm only able to use one because of my free webhoster.

When I'm trying to install Pixelpost the following window appears:
http://ascfoto.cwc.tc/Pixelpost//admin/install.php?view=install&cat=introduction

After that nothing happens!

Please help
Manuel

Dkozikowski
05-23-2008, 02:22 PM
Double check your PHP install is bundled with MySQL.

This has happened twice before and both times the cause was due to PHP not being configured with MySQL.

derlitograph
05-24-2008, 06:09 AM
What exactly do you mean with PHP INSTALL?

Dkozikowski
05-24-2008, 06:55 AM
create a file called info.php

inside this file paste the following code:


<?php
phpinfo();
?>


Upload to your server and point your browser to the info.php file.

Search this file for any references to MySQL

derlitograph
05-24-2008, 06:54 PM
Did it:

mysql
MySQL Support enabled
Active Persistent Links 0
Active Links 0
Client API version 4.1.11
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /var/run/mysqld/mysqld.sock
MYSQL_INCLUDE -I/usr/include/mysql
MYSQL_LIBS -L/usr/lib -lmysqlclient

Directive Local Value Master Value
mysql.allow_persistent Off Off
mysql.connect_timeout 60 60
mysql.default_host no value no value
mysql.default_password no value no value
mysql.default_port no value no value
mysql.default_socket no value no value
mysql.default_user no value no value
mysql.max_links Unlimited Unlimited
mysql.max_persistent 0 0
mysql.trace_mode Off Off

This is the information now!!!

Dkozikowski
05-25-2008, 04:17 AM
I'm not sure. Maybe all those ads and iframes / code injection is messing with something.

If you wish, send me the FTP login details via private message and I'll check out the file(s) and turn on error reporting to see if I can catch any errors.

sentinel
05-25-2008, 07:36 AM
the javascript on the page definitely messes up the whole install.
when disabling all the scripts (i'm using noscript plugin for firefox) everything seems ok.
[edit] i didn't go any further than to the next page (requirements)