|
|
| Author |
Message |
abmk8
New User
Joined: 15 Jun 2007
Posts: 17
|
Posted: August 11th 2007, 8:37 pm Post subject: hi guys, help me with this one pls...critical error |
|
|
phpBB : Critical Error
Could not query config information in admin_portal
DEBUG MODE
SQL Error : 1146 Table 'mymaindomainname_phpb2.phpbb_portal' doesn't exist
SELECT * FROM phpbb_portal
Line : 38
File : admin_portal.php
thank you! |
|
| Back to top |
|
 |
babydreams
Well Known User
Joined: 21 Dec 2005
Posts: 190
Location: Somerset, UK
|
|
| Back to top |
|
 |
abmk8
New User
Joined: 15 Jun 2007
Posts: 17
|
Posted: August 12th 2007, 7:08 pm Post subject: |
|
|
what am i gonna do?
thanks! |
|
| Back to top |
|
 |
Encore127
New User
Joined: 28 Feb 2008
Posts: 5
Location: asdasd
|
Posted: February 28th 2008, 12:35 am Post subject: |
|
|
| I have the same problem :/. Any suggestions? |
|
| Back to top |
|
 |
Ricky_Racer
Support Team

Joined: 19 Jul 2003
Posts: 1424
Location: Middle of Nowhere, USA
|
Posted: February 28th 2008, 6:09 am Post subject: |
|
|
There should have been a file named, "ezportal_admin_db_install.php", upload it to your forum's root folder, type in your browswer's address bar ./http://www./your_domain_name/your_forum_folder_name/ezportal_admin_db_install.php, that should alter your database, (create the table).
You will also notice in file, ./admin/admin_portal.php
| Code:
|
|
define('PORTAL_TABLE', $table_prefix.'portal');
|
though not necesary, I also include this line in my ./includes/constants.php file
| Code:
|
//-- add mod : ezPortal admin v.2.0.0 [Thundercat/Cyborg/Kooky/Ricky_Racer] ----
define('PORTAL_TABLE', $table_prefix.'portal');
//-- end add : ezPortal admin v.2.0.0 [Thundercat/Cyborg/Kooky/Ricky_Racer] ----
define('POSTS_TABLE', $table_prefix.'posts');
|
|
|
| Back to top |
|
 |
Encore127
New User
Joined: 28 Feb 2008
Posts: 5
Location: asdasd
|
Posted: February 28th 2008, 12:48 pm Post subject: |
|
|
| How do I make a root folder? :/ Sorry noob here. |
|
| Back to top |
|
 |
Ricky_Racer
Support Team

Joined: 19 Jul 2003
Posts: 1424
Location: Middle of Nowhere, USA
|
Posted: February 28th 2008, 1:43 pm Post subject: |
|
|
| You should all ready have a root folder, portal.php, index.php, config.php, viewonline.php, viewtopic.php, are a few of the files that should be in it, there will be other folders in it such as admin, includes, templates. |
|
| Back to top |
|
 |
Encore127
New User
Joined: 28 Feb 2008
Posts: 5
Location: asdasd
|
Posted: February 28th 2008, 1:58 pm Post subject: |
|
|
I tried that but I get this error.
Warning: main(./extension.inc) [function.main]: failed to open stream: No such file or directory in /hsphere/local/home/userdatabase/gaming.myhome.com/ezportal_admin_db_install.php on line 21
and the code goes on and on. :/ |
|
| Back to top |
|
 |
bobsickle
New User
Joined: 22 Feb 2008
Posts: 20
|
Posted: February 28th 2008, 2:35 pm Post subject: |
|
|
| Encore127 wrote:
|
I tried that but I get this error.
Warning: main(./extension.inc) [function.main]: failed to open stream: No such file or directory in /hsphere/local/home/userdatabase/gaming.myhome.com/ezportal_admin_db_install.php on line 21
and the code goes on and on. :/
|
If you still have the original files on your PC, upload that file (and only that file) again. Try running it again and see how you get on. If you don't have it, you'll have to download the hack again. Hopefully it should run and work fine after that. If you need more detailed instructions for that, I can give them. If it still doesn't work, there should be instructions for sorting it manually.
Edit: (I wasn't clear)
Make sure you upload it to the same folder you keep all of the forum in. That is the root folder. If your website is just a forum, it should just be "/" otherwise it might be something like "/forum" so your path should be "http://yourdomain.suffix/ezportal_admin_db_install.php" or "http://yourdomain.suffix/forum/ezportal_admin_db_install.php". If you use an FTP upload program, you should be able to see the path, just add your website before that in the address bar. If you're getting serious errors, look in the hack's documents for the manual install solution. |
|
| Back to top |
|
 |
Encore127
New User
Joined: 28 Feb 2008
Posts: 5
Location: asdasd
|
Posted: February 28th 2008, 5:05 pm Post subject: |
|
|
Wow! It worked! Although 1 more problem.
There is no titles of what I can edit :/. Thanks for helping me install it btw. |
|
| Back to top |
|
 |
|