Raised This Month: $ Target: $400
 0% 

Input line is too long


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 11-29-2015 , 14:38   Re: Input line is too long
Reply With Quote #1

It works fine for me. It might be the line below this that is actually causing the issue.
__________________
Bugsy is offline
ufogufo13
New Member
Join Date: Nov 2015
Old 11-29-2015 , 14:52   Re: Input line is too long
Reply With Quote #2

no waaaayyy.. when im copying source from local machine to my server, something like MAGIC ENERGY made this:
Code:
        new const queryString[2048] = "CREATE TABLE IF NOT EXISTS `vips_cs16` (\

                        `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY,\

                        `auth_type` INT NOT NULL DEFAULT '0',\

                        `auth` VARCHAR(32) NOT NULL,\

                        `password` VARCHAR(32) NOT NULL,\

                        `flags` VARCHAR(26) NOT NULL,\

                        `date_remove` DATE NOT NULL DEFAULT '0000-00-00');";
blank lines makes errors ;)

thank You!

to close~
ufogufo13 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:06.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode