Jump to content

Featured Replies

Posted
comment_3502

Доброе утро. Загружаю файл и когда кликаю ДОБАВИТЬ - открывается белое окно с адресом: __я-патриот.рф/index.php?

В чём проблема? Загрузка файла не происходит(

comment_3505

Добивь в .htaccess строки:


php_flag display_errors On
php_value error_reporting 7
[/CODE]

После этого на пустом экране должны появиться ошибки, скопируй их сюда.

  • Author
comment_3506

Fatal error: Call to a member function store() on a non-object in /home/school/domains/xn----8sbyychnd3i.xn--p1ai/public_html/admin/applications_addon/ips/downloads/modules_public/post/submit.php on line 992

Вот файл начала с 992 строки (ну где ошибка)

$_error = $storageEngine->store( $file );

if( $_error > $error_number )

{

if( $_error == 1 AND $_didUrl )

{

// If there was no upload but we submitted a link, that's fine

}

else

{

$error_number = $_error;

}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.