Topic: Problem!!!! BACKUP.. need help urgent

i have a problem!!! i lost all files in my ftp. but i have a copy of whole forum in my hard disk.

now i have copied all files to ftp. when entering to forum i got this:

An error was encountered
Error: Unable to open database './XXXXXXXXX' for writing. Permission denied.

WHAT CAN I DO NOW?? i am new in forum,web designing...and in punBB also... What to do?
sad

Need Help URGENT!

Re: Problem!!!! BACKUP.. need help urgent

oh! i am using punBB 1.2.2
database: sqLite.
[ i have a big file in my hard disk backup, and its size 377kb]

Re: Problem!!!! BACKUP.. need help urgent

You have the wrong details set in the config.php

Sorry. Unactive due to personal life.

Re: Problem!!!! BACKUP.. need help urgent

how can i solve? i uploaded my first config.php file(in first install)

Re: Problem!!!! BACKUP.. need help urgent

IN Config.php

<?php

$db_type = 'sqlite';
$db_host = 'localhost';
$db_name = 'XXXXXXXXX';
$db_username = '';
$db_password = '';
$db_prefix = 'XXXXXXXXX_';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = 'b71a93a2';

define('PUN', 1);

Re: Problem!!!! BACKUP.. need help urgent

i started to change permission in my sqLit database file. (i cant understand??)
forum started.
but in admin menu:

Warning: dir(./plugins) [function.dir]: failed to open dir: No such file or directory in /www/110mb.com/........./htdocs/include/common_admin.php on line 66

Fatal error: Call to a member function read() on a non-object in /www/110mb.com/........../htdocs/include/common_admin.php on line 67

???

Re: Problem!!!! BACKUP.. need help urgent

my problem solved.

Thanks to Utchin!  cool
with his suggestion i just create a 'plugins' directory in root folder.

Re: Problem!!!! BACKUP.. need help urgent

sad i missed the directory to upload ... that's why i got 2nd error.

i have to learn...:p