 | Blog MOD |  |
Posted: 12/15/2006 12:02 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 4:25 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Blog MOD |  |
Posted: 12/16/2006 1:00 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 4:25 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
I got a error msg after i tranfres all blog mod files into my FTP. I didn't using the easy mod to install since this mod are no have the EasyMod installation setup.The error msg is at my MyphpAdmin.. SQL ERROR MSG
| Code:
|
|
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/header_meta_style .inc.php:27) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/libraries/common.lib.php on line 1154
|
|
|
|
 |
 |
| Back to Top |
|
|
 | Re: Blog MOD |  |
Posted: 12/16/2006 1:12 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 4:25 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
I got another msg on my forum adminstration panel..when i click the blog admin button..it got a error msg :
| Code:
|
phpBB : Critical Error
Could not query config information
DEBUG MODE
SQL Error : 1146 Table 'wtfone_phpb1.WEBLOG_CONFIG_TABLE' doesn't exist
SELECT * FROM WEBLOG_CONFIG_TABLE
Line : 59
File : weblogs_common.php
|
|
|
|
 |
 |
| Back to Top |
|
|
 | Re: Blog MOD |  |
Posted: 12/16/2006 6:59 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:25 PM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, try this:
OPEN
weblogs_common.php
FIND
| Code:
|
|
include($phpbb_root_path . 'language/lang_' . $use_lang . '/lang_weblog_main.' . $phpEx);
|
AFTER ADD
| Code:
|
|
include_once($phpbb_root_path . 'includes/constants.'.$phpEx);
|
Save and upload to your includes folder...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Blog MOD |  |
Posted: 12/17/2006 5:29 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 4:25 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider, i add the code edi, still having that problem. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Blog MOD |  |
Posted: 12/17/2006 5:49 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:25 PM
Location: St Pete, FL
|

|
|
|
|
 |
No, you have a different problem now. If you notice in your error message above, the WEBLOG_CONFIG_TABLE is upper case, which is a constant that wasn't being assigned because the constants.php file wasn't included. Now that the constant is assigned, the error message is different:
| Code:
|
phpBB : Critical Error
Could not query config information
DEBUG MODE
SQL Error : 1146 Table 'wtfone_phpb1.phpbb_weblog_config' doesn't exist
SELECT * FROM phpbb_weblog_config
Line : 60
File : weblogs_common.php
|
So now this tells you that you failed to run the included db_update.php file before completing the MOD install. If you had used EM, it would have run the SQL queries included in the MOD script. So now to complete the MOD install, you need to upload the db_update.php file to your phpBB forum folder root and run it from your browser. Once the database modifications have been successful, you can delete the db_update.php file...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Blog MOD |  |
Posted: 12/17/2006 6:35 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 4:25 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider wrote:
|
No, you have a different problem now. If you notice in your error message above, the WEBLOG_CONFIG_TABLE is upper case, which is a constant that wasn't being assigned because the constants.php file wasn't included. Now that the constant is assigned, the error message is different:
| Code:
|
phpBB : Critical Error
Could not query config information
DEBUG MODE
SQL Error : 1146 Table 'wtfone_phpb1.phpbb_weblog_config' doesn't exist
SELECT * FROM phpbb_weblog_config
Line : 60
File : weblogs_common.php
|
So now this tells you that you failed to run the included db_update.php file before completing the MOD install. If you had used EM, it would have run the SQL queries included in the MOD script. So now to complete the MOD install, you need to upload the db_update.php file to your phpBB forum folder root and run it from your browser. Once the database modifications have been successful, you can delete the db_update.php file...
|
I can't complete the simple sub forum and blog mod..i don't get ur anwser.
~~~Headache~~~ |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Blog MOD |  |
Posted: 12/17/2006 5:30 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:25 PM
Location: St Pete, FL
|

|
|
|
|
 |
I already provided instructions above your message on how to complete The Blog MOD installation. Once you do as a mentioned, The Blog MOD should be working correctly...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Blog MOD |  |
Posted: 12/18/2006 11:18 PM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 4:25 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider wrote:
|
I already provided instructions above your message on how to complete The Blog MOD installation. Once you do as a mentioned, The Blog MOD should be working correctly...
|
I forget to tell u , im manually copy the all blog mod file into my FTP ..not using the EM to install. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Blog MOD |  |
Posted: 12/19/2006 3:39 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 12:25 PM
Location: St Pete, FL
|

|
|
|
|
 |
So did you run the DB Update file that came with the MOD yet? The MOD won't be fully installed until you update your database...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|