Error In DB Update Generator ACP
»
Show posts from
to
Icy Phoenix
Old Support Topics - Error In DB Update Generator ACP
pepi
[ Mon 15 Jan, 2007 00:55 ]
Post subject:
Error In DB Update Generator ACP
Fist
missed lang files
db_generator.tpl
and in admin_db_generator.php file not found by convert to DB
OPEN
adm/admin_db_generator.php file
FIND
Code: [
Hide
] [
Select
]
Code: [
Show
]
'S_FORM_ACTION' => append_sid("db_generator.$phpEx"),
REPLACE WITH
Code: [
Hide
] [
Select
]
Code: [
Show
]
'S_FORM_ACTION' => append_sid('admin_db_generator.' . $phpEx),
TheLastLegion
[ Mon 15 Jan, 2007 02:12 ]
Post subject:
Re: Error In DB Update Generator ACP
THXS was getting frustrated with this
Also when you click on "phpBB MysqlAdmin" I get this error:
Code: [
Hide
]
Code: [
Show
]
Un-Authorized Access.
Any clue how we can add or embed or iframe the phpmyadmin login interface and then login into phpmyadmin like that?
KugeLSichA
[ Mon 15 Jan, 2007 09:44 ]
Post subject:
Re: Error In DB Update Generator ACP
I have updated the REPLACE code to the right format in your post
Mighty Gorgon
[ Wed 31 Jan, 2007 02:25 ]
Post subject:
Re: Error In DB Update Generator ACP
Thanks!
Powered by
Icy Phoenix