Блин, короче выбивает такую ошибку в пхп :По поводу 2009 версии держи должно работать (тестировать мне негде)!
PHP:
Warning: include() [function.include]: Unable to access ./include/config.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 3
Warning: include(./include/config.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 3
Warning: include() [function.include]: Failed opening './include/config.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 3
Warning: include() [function.include]: Unable to access ./common.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 4
Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 4
Warning: include() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 4
Warning: include() [function.include]: Unable to access ./include/config_index.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 5
Warning: include(./include/config_index.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 5
Warning: include() [function.include]: Failed opening './include/config_index.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 5
Warning: include() [function.include]: Unable to access ./include/config_admin.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 6
Warning: include(./include/config_admin.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 6
Warning: include() [function.include]: Failed opening './include/config_admin.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 6
Warning: include() [function.include]: Unable to access ./include/functions_index.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 7
Warning: include(./include/functions_index.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 7
Warning: include() [function.include]: Failed opening './include/functions_index.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 7
Warning: include() [function.include]: Unable to access ./include/functions_auth.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 8
Warning: include(./include/functions_auth.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 8
Warning: include() [function.include]: Failed opening './include/functions_auth.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 8
Warning: include() [function.include]: Unable to access ./include/class.images.php in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 9
Warning: include(./include/class.images.php) [function.include]: failed to open stream: No such file or directory in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 9
Warning: include() [function.include]: Failed opening './include/class.images.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 9
Fatal error: Call to undefined function auth_index_user() in /home/адрес/data/www/адрес сайта/add_img_com/add_img_com.php on line 10
PHP:
<?
session_register("id_arr");
include "./include/config.php";
include "./common.php";
include "./include/config_index.php";
include "./include/config_admin.php";
include "./include/functions_index.php";
include "./include/functions_auth.php";
include "./include/class.images.php";
$user = auth_index_user();
RefreshAccount($user);
я так понимаю, что почему-то файла не находит(нет доступа... чтоли... и 777 пробовал ставить...) , чтоль.... или что... Может, кто знает как можно решить данную проблемку? заранее спасибо...