Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Download and support for PhpBB3 Paypal Donation Mod
Arnevb
BBCoder III
Posts: 98 Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:
Post
by Arnevb » 22 Nov 2011, 19: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
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 22 Nov 2011, 19:44
I will try this question one more time:
Stoker wrote: What about the edit of the includes/constants.php?
Board rules! No PM support
Arnevb
BBCoder III
Posts: 98 Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:
Post
by Arnevb » 22 Nov 2011, 19:46
I have no idea what that means, sorry :s
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 22 Nov 2011, 19: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?
Board rules! No PM support
Arnevb
BBCoder III
Posts: 98 Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:
Post
by Arnevb » 22 Nov 2011, 19: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
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 22 Nov 2011, 20:09
Let me know if this one fixes the error:
viewtopic.php?f=42&t=1545&p=9779#p9779
Board rules! No PM support
Arnevb
BBCoder III
Posts: 98 Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:
Post
by Arnevb » 22 Nov 2011, 20: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.
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 22 Nov 2011, 20:43
Then you have not uploaded the new files from the newest version.
When You have done this, go purge the cache.
Board rules! No PM support
Arnevb
BBCoder III
Posts: 98 Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:
Post
by Arnevb » 22 Nov 2011, 21:08
Thanks stoker!
Stoker
Site Admin
Posts: 3536 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 22 Nov 2011, 21:21
Youre welcome Arne
Board rules! No PM support