ResourcePage Problem

Re: ResourcePage Problem

by Tim Hunt -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
The problem is a few of the SQL statements in the code. Fixing it would involve searching all the resourcepage code for "->do_sql", and checking that the SQL there works in MySQL. There will only be a few that are a problem (unfortunately they will be the most complex), and the first task is to identify them, then the second task is to rewrite them in a database-independent way.