ok, the upgrade from 1.2 to 1.5 went off without a hitch. then i logged out and went to logging again....
now i recive this error message when trying to view my URL-
Warning: main(/home/indiebox/public_html/wp-includes/wp-db.php): failed to open stream: Permission denied in /home/indiebox/public_html/wp-settings.php on line 39
Fatal error: main(): Failed opening required '/home/indiebox/public_html/wp-includes/wp-db.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/indiebox/public_html/wp-settings.php on line 39
i checked the checked 'wp-db.php', found out that's all redirect for the sql db. went onto checking line 39 of 'wp-settings.php'
39:
define('WPINC', 'wp-includes');
require_once (ABSPATH . WPINC . '/wp-db.php');
which i take as meaning: 'http://indiebox.com/wp-includes/wp-db.php'
and that's the correct directory.
i've also tried to CHMODing to see if that was the problem... no help there...
i'm not an expert (by no means)- am i missing something?
the files seem in order, but i have know idea what's going on. anyone got any suggestions?