At the installation i get following errormessage...
(ok)PHP version 4.1.0 or greater
(ok)PHP GD support
(ok)PHP mySQL support
(ok)zp-config.php file
(ok)mySQL setup in zp-config.php
(ok)connect to MySQL
(ok)MySQL version 3.2.3 or greater
(ok)connect to the database db1019932-zp
(ok).htaccess file (RewriteEngine is ON)
(ok).htaccess RewriteBase
(ok)albums folder
(ok)cache folder
DB Error, could not list tables MySQL Error: Access denied for user 'dbu1019932'@'localhost' to database 'db1019932'
db-settings are copied from wordpress(working)...
Who can help me?
Sorry for my poor english :-(
Comments
Is it possible for you to name the database without the "-"? also, are you using a database prefix?
no, it is not possible to create a database without the "-" :-(. I tried the DB-prefixes "_zp", "_zen" and without a prefix. Wordpress use the db "db1019932-wp" with the prefix "_wp".
Anyway, I think that character is the cause of the problem. I also do not know of a way to fix setup so that it can do the query.
after the chance, the errormessage is now:
DB Error, could not list tables MySQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''db1019932-zp' LIKE '%'' at line 1
thank you for trying to help me... :-)
` $sql = "SHOW TABLES FROM ".$_zp_conf_vars['mysql_database']." LIKE '".$_zp_conf_vars['mysql_prefix']."%';";
$result = mysql_query($sql, $mysql_connection);
if (!$result) {
echo "
DB Error, could not list tablesn";
echo 'MySQL Error: ' . mysql_error();
exit;
}`
and run setup
in the admin-menu it shows php-errors:
Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1019932_RG0XF7OP7Z/www/zenphoto/zp-core/zp-config.php:90) in /is/htdocs/wp1019932_RG0XF7OP7Z/www/zenphoto/zp-core/auth_zp.php on line 45
Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1019932_RG0XF7OP7Z/www/zenphoto/zp-core/zp-config.php:90) in /is/htdocs/wp1019932_RG0XF7OP7Z/www/zenphoto/zp-core/auth_zp.php on line 48
Warning: Cannot modify header information - headers already sent by (output started at /is/htdocs/wp1019932_RG0XF7OP7Z/www/zenphoto/zp-core/zp-config.php:90) in /is/htdocs/wp1019932_RG0XF7OP7Z/www/zenphoto/zp-core/admin-functions.php on line 48
Now I go to bed... it´s now 4:10 a.m. and at 8 a.m. I have to to attend a lecture. I retry when I´m at home.
Thanks a lot!
yes, line 90 is the Problem. I don´t know how, but there was an "enter", after erasing this line, the problem is fixed. :-)
Thank you very much :-))))
greetings from germany!