Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Post
by Arnevb » 22 Nov 2011, 17:44
So,
When I try to load the ACP function:
Code: Select all
General Error
SQL ERROR [ mysql4 ]
Table 'wrenchco_phpb1.DONATION_TABLE' doesn't exist [1146]
SQL
SELECT * FROM DONATION_TABLE
BACKTRACE
FILE: includes/db/mysql.php
LINE: 175
CALL: dbal->sql_error()
FILE: includes/acp/acp_donation.php
LINE: 81
CALL: dbal_mysql->sql_query()
FILE: includes/acp/acp_donation.php
LINE: 32
CALL: acp_donation->configuration()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_donation->main()
FILE: adm/index.php
LINE: 75
CALL: p_master->load_active()
When I try to go to System -> ACP modules:
Code: Select all
Parse error: syntax error, unexpected ',' in /home/wrenchco/public_html/includes/acp/info/acp_donation.php on line 31
Post
by Stoker » 22 Nov 2011, 17:44
I will try this question one more time:
Stoker wrote: What about the edit of the includes/constants.php?
Post
by Arnevb » 22 Nov 2011, 17:46
I have no idea what that means, sorry :s
Post
by Stoker » 22 Nov 2011, 17:51
From the install file, the very first edit:
Open: includes/constants.php
Find:
Add after:
Code: Select all
// BEGIN Donation MOD
define('DONATION_TABLE', $table_prefix . 'donation');
// END Donation MOD
You will find the same edit in the update instructions.
Do you have that edit in your file?
Post
by Arnevb » 22 Nov 2011, 17:59
That worked fine, thanks. But the second problem (Parse error: syntax error, unexpected ',' in /home/wrenchco/public_html/includes/acp/info/acp_donation.php on line 31) is not resolved yet.
EDIT: I did some changes in the ACP, but nothing seems to happen when I save the changes for some reason :s
Post
by Arnevb » 22 Nov 2011, 18:36
Arnevb wrote: IT: I did some changes in the ACP, but nothing seems to happen when I save the changes for some reason [/b]:s
Let's continue with the next problem.
Post
by Stoker » 22 Nov 2011, 18:43
Then you have not uploaded the new files from the newest version.
When You have done this, go purge the cache.
Post
by Arnevb » 22 Nov 2011, 19:08
Thanks stoker!
Post
by Stoker » 22 Nov 2011, 19:21
Youre welcome Arne