Extension talk:ContributionTracking
Add topicRun SQL Query
[edit]How should one run the SQL query on the database? My database does not currently contain a table called xyz_contribution_tracking - do I need to make it myself?
Yeah, same here, no 'contribution_tracking' table
[edit]I do not have a table named 'contribution_tracking' in my Mediawiki database. When I try to run the Alter Table query, msyql complains the contribution_tracking table is not present. I don't see it looking at my index of mysql tables.
I installed Extension:ContributionTracking manually to my extension dir and used the require_once statement.
To make a table, we need to know the field names and data types. There's a file called ContributionTracking.sql that looks like it's supposed to handle the table creation. I ran that and ran ContributionTracking_OWA_ref.sql.
This appears to have added the tables. Contribution tracking appears as installed via Special Pages:version.
I don't know if this fixed the problem or not because after I did his, I ran maintenance/update.php. Running maintenance/update.php might have fixed this.
I do not know if this has fixed the problem; at least mediawiki shows ContributionTracking.php as being installed. I am trying to use it with DonationInterface and have not figured that out.
I should probably mention this elsewhere; Extension:Donation Interface wipes out the header on the main special page.
Thanks in advance, --Loonybomber (talk) 03:51, 1 June 2015 (UTC)