On 16 Sep, 17:09, Joel Wan <
joel...@gmail.com> wrote:
> make sure the Object Name is listed in ignore_objects, not the file
> name and that it's one object name per line, e.g
>
> if your custom class is named Custom_Object and your filename is
> class.custom.php, the ignore_objects file needs to have
>
> Custom_Object
>
I've tried adding the object names and still get the following error
CHECKED 9 OBJECT(S). FOUND 2 ERROR(S):
---------------------------------------------------
Query failed: describe ``
Aligning [] with table '' failed. Alter the table manually so that
object attributes and table columns match.
If I delete the class files it still checks 9 objects but all is OK!