Page 2 of 2

Err0r :D

Posted: 22 Nov 2011, 19:44
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

Err0r :D

Posted: 22 Nov 2011, 19:44
by Stoker
I will try this question one more time:
Stoker wrote:What about the edit of the includes/constants.php?

Err0r :D

Posted: 22 Nov 2011, 19:46
by Arnevb
I have no idea what that means, sorry :s

Err0r :D

Posted: 22 Nov 2011, 19:51
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?

Err0r :D

Posted: 22 Nov 2011, 19:59
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

Err0r :D

Posted: 22 Nov 2011, 20:09
by Stoker
Let me know if this one fixes the error: viewtopic.php?f=42&t=1545&p=9779#p9779

Err0r :D

Posted: 22 Nov 2011, 20:36
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.

Err0r :D

Posted: 22 Nov 2011, 20:43
by Stoker
Then you have not uploaded the new files from the newest version.
When You have done this, go purge the cache.

Err0r :D

Posted: 22 Nov 2011, 21:08
by Arnevb
Image

Thanks stoker!

Err0r :D

Posted: 22 Nov 2011, 21:21
by Stoker
Youre welcome Arne ;)