Need Help In Making SQL Table

Discussion on a SQL Parser for EasyMOD
Locked
abdulbasit
Registered User
Posts: 18
Joined: Thu Oct 12, 2006 9:44 am

Need Help In Making SQL Table

Post by abdulbasit »

Hello everyone,

I will be very much thankful to you who will take out some time for me and help me in making SQL Table. Can you please see this url on which i get some error

SPAM

Or here is the error which i will paste down.

General Error

Could not query users

DEBUG MODE

SQL Error : 1146 Table 'traders_phpb1.phpbb_marriage' doesn't exist

SELECT m.*, u1.username AS username_1, u1.user_id AS user_id_1, u1.user_level AS user_level_1, u2.username AS username_2, u2.user_id AS user_id_2, u2.user_level AS user_level_2 FROM phpbb_marriage m LEFT JOIN phpbb_users u1 ON u1.user_id=m.partner LEFT JOIN phpbb_users u2 ON u2.user_id=m.partner2 ORDER BY begin_time DESC LIMIT 0, 40

Line : 134
File : marriage_list.php

Please tell me what SQL Query I should run now ?

Thanks a lot in advance,

AbdulBasit Makrani

brandsrus
Registered User
Posts: 4
Joined: Sun Feb 25, 2007 6:48 pm

Re: Need Help In Making SQL Table

Post by brandsrus »

Which mod have you installed with EasyMod?

abdulbasit
Registered User
Posts: 18
Joined: Thu Oct 12, 2006 9:44 am

Re: Need Help In Making SQL Table

Post by abdulbasit »

Thanks but now I have installed it ;)

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: Need Help In Making SQL Table

Post by 3Di »

abdulbasit wrote: Thanks but now I have installed it ;)


I think you posted in the wrong forum so, which is the supposed MOD then?
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

abdulbasit
Registered User
Posts: 18
Joined: Thu Oct 12, 2006 9:44 am

Re: Need Help In Making SQL Table

Post by abdulbasit »

Well, i have solved the problem so no need to worry now. This mod you can see at SPAM which is working perfectly now.

Thanks

User avatar
3Di
Registered User
Posts: 951
Joined: Tue Nov 01, 2005 9:50 pm
Location: Milano 🇮🇹 Frankfurt 🇩🇪
Contact:

Re: Need Help In Making SQL Table

Post by 3Di »

I just don't care about your MOD, you posted in this forum as per this Topic Title: Need Help In Making SQL Table

Not for nitpicking but I think you've played your game a little bit here.

Locked.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Want to compensate me for my interest? Donate
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

Locked