New error after everything was working OK.

Discussion on a SQL Parser for EasyMOD
Locked
nattiebo
Registered User
Posts: 3
Joined: Sat Nov 19, 2005 12:58 pm

New error after everything was working OK.

Post by nattiebo »

I hadn't installed a new mod in a while and went to install several today, and for each of them I got the same error when proceding to step 2:

Warning:main(../language/lang_english/lang_sql_parser.php): failed to open stream: No such file or directory in D:Website\forum\admin\admin_easymod.php on line 3028.

I realized that lang_sql_parser.php was not in the lang_english file, so I copied it in there, and then for each of the mods I was again stopped at Step 2 with teh following error:

Fatal Error: Cannot instantiate non-existent class: sql_parser in D:\Website\forum\admin\admin_easymod.php on line 3033.

Anyone see this before? Any suggestions?

Thanks in advance for any help you could give me...

christian_s
Registered User
Posts: 1
Joined: Tue Feb 28, 2006 1:30 pm

Re: New error after everything was working OK.

Post by christian_s »

Hi,
I had somewhat similar issue. Check that you have forum/includes/sql and related files. That solved it for me.

Locked