Search found 1 match

by Sethernis
Wed Jul 09, 2008 4:56 pm
Forum: SQL Parser
Topic: How can i do the opposite than sql parser?
Replies: 4
Views: 26300

Re: How can i do the opposite than sql parser?

I had the same problem.Do this.

Open:

mod_table_inst.php

Find:

include($phpbb_root_path.'common.'.$phpEx);

After add:

include($phpbb_root_path.'config.'.$phpEx);

Save, close the file.

Ok then run it again.It worked by me.