Page 1 of 1

missin Database

PostPosted: Sat Sep 09, 2006 6:00 am
Author: dan0042
was goin back up my Database in ACP But its missin the lik for backup Database

PostPosted: Sat Sep 09, 2006 6:30 am
Author: Imajica
what theme are you using?
it should be right under General Admin

PostPosted: Sat Sep 09, 2006 8:07 am
Author: dan0042
"Imajica";p="15149" wrote:what theme are you using?
it should be right under General Admin

it was there week go mate
http://img369.imageshack.us/img369/8683 ... 014js4.jpg

PostPosted: Sat Sep 09, 2006 9:08 am
Author: Jacky
"dan0042" wrote:
"Imajica";p="15149" wrote:what theme are you using?
it should be right under General Admin

it was there week go mate
http://img369.imageshack.us/img369/8683 ... 014js4.jpg
Switch to the FI Subice style and see if it is still there.

If FI Subice displays it, then it's probably a problem with your style.

We will need to know what style you are using.

PostPosted: Sat Sep 09, 2006 11:26 am
Author: dan0042
"Jacky";p="15157" wrote:
"dan0042" wrote:
"Imajica";p="15149" wrote:what theme are you using?
it should be right under General Admin

it was there week go mate
http://img369.imageshack.us/img369/8683 ... 014js4.jpg
Switch to the FI Subice style and see if it is still there.

If FI Subice displays it, then it's probably a problem with your style.

We will need to know what style you are using.

Still missin <img>
Im runnin C3S

Re: missin Database

PostPosted: Sat Sep 09, 2006 2:07 pm
Author: Imajica
ok what happens if you try to run
Code: Select all
whaterver_your_url_is/board-directory/admin/admin_db_utilities.php?perform=backup

directly... does it go or generate an error?

have to made any changes to the code behind it at all?

(edited because I fat fingered the page name)

PostPosted: Sun Sep 10, 2006 4:08 am
Author: dan0042
Its not workin will soneone tell me wot look for because getin Peed of now
Thanks

Re: missin Database

PostPosted: Sun Sep 10, 2006 9:03 am
Author: dan0042
"Imajica";p="15160" wrote:ok what happens if you try to run
Code: Select all
whaterver_your_url_is/board-directory/admin/amin_db_utilities.php?perform=backup

directly... does it go or generate an error?

have to made any changes to the code behind it at all?

The page cannot be found

PostPosted: Sun Sep 10, 2006 9:10 am
Author: IntegraMOD
Have you added anything or changed anything in your site before you noticed it missing?

PostPosted: Sun Sep 10, 2006 10:18 am
Author: dan0042
"gffb";p="15224" wrote:Have you added anything or changed anything in your site before you noticed it missing?

Yes IntegraMod Security fix
& phpBB 2.0.21 update for IntegraMOD 1.4.0
,Is any files U say for me upload and test ?

PostPosted: Sun Sep 10, 2006 10:32 am
Author: Michaelo
Make sure you have these files:

/admin/admin_db_utilities.php
/admin/modules/admin_db_utilities.php

In /admin/admin_db_utilities.php check the php_root_path is $phpbb_root_path = "./../"; (line 52 or there abouts)

Update:

In the templates/yur_style/admin directory (in my case it's = templates/fisubice/admin) the file db_utils_backup_body.tpl should contain the following...
Code: Select all
 <div>{L_DATABASE_BACKUP}</div><br><div>{L_BACKUP_EXPLAIN}</div><br><form><table><tr><th>{L_BACKUP_OPTIONS}</th>     </tr>     <tr>         <td>{L_FULL_BACKUP}</td>         <td><input></td>     </tr>     <tr>         <td>{L_STRUCTURE_BACKUP}</td>         <td><input></td>     </tr>     <tr>         <td>{L_DATA_BACKUP}</td>         <td><input></td>     </tr>     <tr>         <td>{L_ADDITIONAL_TABLES}</td>         <td><input></td>     </tr>     <tr>         <td>{L_GZIP_COMPRESS}</td>         <td>{L_NO} <input>  {L_YES} <input></td>     </tr>     <tr><td>{S_HIDDEN_FIELDS}<input></td>     </tr></table></form><br><br>  


Mike

PostPosted: Sun Sep 10, 2006 11:53 am
Author: dan0042
"Michaelo";p="15232" wrote:Make sure you have these files:

/admin/admin_db_utilities.php
/admin/modules/admin_db_utilities.php

In /admin/admin_db_utilities.php check the php_root_path is $phpbb_root_path = "./../"; (line 52 or there abouts)

Update:

In the templates/yur_style/admin directory (in my case it's = templates/fisubice/admin) the file db_utils_backup_body.tpl should contain the following...
Code: Select all
 <div>{L_DATABASE_BACKUP}</div><br><div>{L_BACKUP_EXPLAIN}</div><br><form><table><tr><th>{L_BACKUP_OPTIONS}</th>     </tr>     <tr>         <td>{L_FULL_BACKUP}</td>         <td><input></td>     </tr>     <tr>         <td>{L_STRUCTURE_BACKUP}</td>         <td><input></td>     </tr>     <tr>         <td>{L_DATA_BACKUP}</td>         <td><input></td>     </tr>     <tr>         <td>{L_ADDITIONAL_TABLES}</td>         <td><input></td>     </tr>     <tr>         <td>{L_GZIP_COMPRESS}</td>         <td>{L_NO} <input>  {L_YES} <input></td>     </tr>     <tr><td>{S_HIDDEN_FIELDS}<input></td>     </tr></table></form><br><br>  


Mike

All my files ok mate ,Its still misssin

PostPosted: Sun Sep 10, 2006 4:42 pm
Author: Imajica
sorry.. I fatfingered what I was asking you to look for

it should be
whaterver_your_url_is/board-directory/admin/admin_db_utilities.php?perform=backup

what is the site anyways?

PostPosted: Mon Sep 11, 2006 4:31 am
Author: dan0042
"Imajica";p="15248" wrote:sorry.. I fatfingered what I was asking you to look for

it should be
whaterver_your_url_is/board-directory/admin/admin_db_utilities.php?perform=backup

what is the site anyways?

Thanks ,,I did this admin/admin_db_utilities.php?perform=backup
In acp/ Its opens new window for DB/Back-up

Re: missin Database

PostPosted: Sat Sep 16, 2006 4:38 am
Author: dan0042
Still need help on this ,Its still missin from nav bar
ThaNKS

PostPosted: Sat Sep 16, 2006 7:17 pm
Author: Imajica
sorry dan... I musta fallen asleep at the switch

what theme are you using?

PostPosted: Mon Sep 18, 2006 3:10 am
Author: Frost
Maybe you should attach your db_utils_backup_body.tpl file and let someone edit it for you since obviously it's missing some code.

Try attaching yoursite.com/templates/cs3/admin/db_utils_backup_body.tpl

PostPosted: Thu Oct 12, 2006 1:41 pm
Author: dan0042
It works But the Lik for Db back missin Admin/General Admin/ Dont see lik

Re: missin Database

PostPosted: Thu Oct 12, 2006 1:48 pm
Author: Dragonsys
copy /admin/admin_db_utilities.php to /admin/modules/admin_db_utilities.php (overwrite if one is already there)

Re: missin Database

PostPosted: Sun Oct 15, 2006 1:39 am
Author: dan0042
Code: Select all
<div>{L_DATABASE_BACKUP}</div> <br> <div>{L_BACKUP_EXPLAIN}</div> <br> <form> <table> <tr> <th>{L_BACKUP_OPTIONS}</th>    </tr>    <tr>       <td>{L_FULL_BACKUP}</td>       <td><input></td>    </tr>    <tr>       <td>{L_STRUCTURE_BACKUP}</td>       <td><input></td>    </tr>    <tr>       <td>{L_DATA_BACKUP}</td>       <td><input></td>    </tr>    <tr>       <td>{L_ADDITIONAL_TABLES}</td>       <td> <input> </td>    </tr>    <tr>       <td>{L_GZIP_COMPRESS}</td>       <td>{L_NO} <input>  {L_YES} <input></td>    </tr>    <tr> <td>{S_HIDDEN_FIELDS} <input></td>    </tr> </table> </form> <br> <br>

db_utils_backup_body.tpl

Re: missin Database

PostPosted: Sun Oct 15, 2006 7:29 am
Author: Frost
Nope, that file is fine, and I can't remember why I wanted you to upload it in the first place now <img>

But anyway, do as Dragonsys suggested now

PostPosted: Sun Oct 15, 2006 10:07 am
Author: dan0042
im lookin for c3s ,lost all my back ups , will some one post d/l lik for c3s
thanks dan

Re: missin Database

PostPosted: Sun Oct 15, 2006 9:50 pm
Author: Frost