at least you are trying to help. thanks. i reuploaded the entire wp but nothing has changed.
btw, finally i tried this :
define('WP_SITEURL','../../../');
and tadaaaa. css and js problem are gone except the other links like www.ads-software.com are still wrong (btw, my wp is uploaded on httpdocs, not in a subfolder). BUT now i can’t complete the installation correctly. after the page that asks information (site title, username etc.) some errors occured :
WordPress database 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 ' meta_key, meta_value FROM wp_usermeta WHERE IN (89) ORDER BY umeta_id ASC' at line 1]
SELECT , meta_key, meta_value FROM wp_usermeta WHERE IN (89) ORDER BY umeta_id ASC
WordPress database 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 '= 89' at line 1]
SELECT umeta_id FROM wp_usermeta WHERE meta_key = 'nickname' AND = 89
WordPress database 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 '= 89' at line 1]
SELECT umeta_id FROM wp_usermeta WHERE meta_key = 'first_name' AND = 89
WordPress database 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 '= 89' at line 1]
SELECT umeta_id FROM wp_usermeta WHERE meta_key = 'last_name' AND = 89
WordPress database 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 '= 89' at line 1]
SELECT umeta_id FROM wp_usermeta WHERE meta_key = 'description' AND = 89
WordPress database 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 '= 89' at line 1]
SELECT umeta_id FROM wp_usermeta WHERE meta_key = 'rich_editing' AND = 89
WordPress database 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 '= 89' at line 1]
SELECT umeta_id FROM wp_usermeta WHERE meta_key = 'comment_shortcuts' AND = 89
WordPress database 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 '= 89' at line 1]
SELECT umeta_id FROM wp_usermeta WHERE meta_key = 'admin_color' AND = 89
WordPress database 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 '= 89' at line 1]
SELECT umeta_id FROM wp_usermeta WHERE meta_key = 'use_ssl' AND = 89
WordPress database 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 '= 89' at line 1]
SELECT umeta_id FROM wp_usermeta WHERE meta_key = 'show_admin_bar_front' AND = 89
WordPress database 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 '= 89' at line 1]
SELECT umeta_id FROM wp_usermeta WHERE meta_key = 'show_welcome_panel' AND = 89
at the bottom of the page it says “Success!”. home page says “Nothing found” . i checked the tables created in the db. all seems empty except wp_options.
the server i’m using has :
MySQL client version: 5.0.22
PHP version 5.2.17