Err0r :D

Download and support for PhpBB3 Paypal Donation Mod
User avatar
Arnevb
BBCoder III
BBCoder III
Posts: 98
Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:

Err0r :D

Post by Arnevb »

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
User avatar
Stoker
Site Admin
Site Admin
Posts: 3536
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Err0r :D

Post by Stoker »

I will try this question one more time:
Stoker wrote:What about the edit of the includes/constants.php?
Board rules! No PM support
User avatar
Arnevb
BBCoder III
BBCoder III
Posts: 98
Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:

Err0r :D

Post by Arnevb »

I have no idea what that means, sorry :s
User avatar
Stoker
Site Admin
Site Admin
Posts: 3536
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Err0r :D

Post by Stoker »

From the install file, the very first edit:

Open: includes/constants.php
Find:

Code: Select all

// Additional tables
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
User avatar
Arnevb
BBCoder III
BBCoder III
Posts: 98
Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:

Err0r :D

Post by Arnevb »

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
User avatar
Stoker
Site Admin
Site Admin
Posts: 3536
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Err0r :D

Post by Stoker »

Let me know if this one fixes the error: viewtopic.php?f=42&t=1545&p=9779#p9779
Board rules! No PM support
User avatar
Arnevb
BBCoder III
BBCoder III
Posts: 98
Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:

Err0r :D

Post by Arnevb »

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.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3536
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Err0r :D

Post by Stoker »

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
User avatar
Arnevb
BBCoder III
BBCoder III
Posts: 98
Joined: 08 Oct 2011, 18:23
BBCodes: 8
Location: Belgium
Contact:

Err0r :D

Post by Arnevb »

Image

Thanks stoker!
User avatar
Stoker
Site Admin
Site Admin
Posts: 3536
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Err0r :D

Post by Stoker »

Youre welcome Arne ;)
Board rules! No PM support
Locked