Investors Hangout Stock Message Boards Logo
  • Mailbox
  • Favorites
  • Boards
    • The Hangout
    • NASDAQ
    • NYSE
    • OTC Markets
    • All Boards
  • Whats Hot!
    • Recent Activity
    • Most Viewed Boards
    • Most Viewed Posts
    • Most Posted
    • Most Followed
    • Top Boards
    • Newest Boards
    • Newest Members
  • Blog
    • Recent Blog Posts
    • Recently Updated
    • News
    • Stocks
    • Crypto
    • Investing
    • Business
    • Markets
    • Economy
    • Real Estate
    • Personal Finance
  • Market Movers
  • Interactive Charts
  • Login - Join Now FREE!
  1. Home ›
  2. Stock Message Boards ›
  3. Stock Boards ›
  4. KMA Global Solutions International, Inc. (KMAG) Message Board

Oh that's too bad... I'm getting a weird thing pop

Message Board Public Reply | Private Reply | Keep | Replies (2)                   Post New Msg
Edit Msg () | Previous | Next


Post# of 14350
Posted On: 03/15/2013 8:41:27 PM
Posted By: DJknows
Re: turn144 #9408

Oh that's too bad... I'm getting a weird thing pop up just before I send a pm, check it out:




CDbException


CDbCommand failed to execute the SQL statement: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 't go through like normal, so I'm not sure what's going on.  But I checked throu' at line 1. The SQL statement executed was: INSERT INTO `mailbox` SET id='179576',timestamp='1363392918',msg_status='' ,message_read='',to_userid='2237',from_userid ='3020',to_name='',from_name='DJknows',message='<p>I hadt o check to see if my PM to you went through because as soon as I sent it, I got a jumbles GREEK looking post and didn't go through like normal, so I'm not sure what's going on.  But I checked through my outbox and found it did go to you... can't figure out what's happening and hope it's not a bug or computer virus going on here with me (I've heard others had problems today so I hope it's not a virus).</p>'



/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/db/CDbCommand.php(516)



  504               return $result; 
505 }
506 catch(Exception $e)
507 {
508 if($this->_connection->enableProfiling)
509 Yii::endProfile('system.db.CDbCommand.query('.$this->getText().$par.')','system.db.CDbCommand.query');
510 $errorInfo = $e instanceof PDOException ? $e->errorInfo : null;
511 $message = $e->getMessage();
512 Yii::log(Yii::t('yii','CDbCommand::{method}() failed: {error}. The SQL statement executed was: {sql}.',
513 array('{method}'=>$method, '{error}'=>$message, '{sql}'=>$this->getText().$par)),CLogger::LEVEL_ERROR,'system.db.CDbCommand');
514 if(YII_DEBUG)
515 $message .= '. The SQL statement executed was: '.$this->getText().$par;
516 throw new CDbException(Yii::t('yii','CDbCommand failed to execute the SQL statement: {error}',
517 array('{error}'=>$message)),(int)$e->getCode(),$errorInfo);
518 }
519 }
520
521 /**
522 * Builds a SQL SELECT statement from the given query specification.
523 * @param array $query the query specification in name-value pairs. The following
524 * query options are supported: {@link select}, {@link distinct}, {@link from},
525 * {@link where}, {@link join}, {@link group}, {@link having}, {@link order},
526 * {@link limit}, {@link offset} and {@link union}.
527 * @return string the SQL statement
528 * @since 1.1.6




Stack Trace









































































#0

+

/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/db/CDbCommand.php(355): CDbCommand -> queryInternal ("", 0, array())

#1

–

/var/www/vhosts/InvestorsHangout.com/httpdocs/protected/modules/messages/controllers/YumMessagesController.php(233): CDbCommand -> query ()


  228                       
229 {
230
231 $sql="INSERT INTO `mailbox` SET id='".$model->id."',timestamp='".time()."',msg_status='".$data['msg_status']."' ,message_read='".$data['message_read']."',to_userid='".$data['to_user_id']."',from_userid ='".Yii::app()->user->id."',to_name='".$uname1[0]['username']."',from_name='".$uname[0]['username']."',message='".$data['message']."'";
232 $command=$connection->createCommand($sql);
233 $mailbox=$command->query();
234
235 }
236
237 //////////////////////////////////////////////////////////////
238


#2
unknown(0): YumMessagesController -> actionCompose (null)

#3

+

/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/web/actions/CAction.php(104): ReflectionMethod -> invokeArgs (YumMessagesController, array(null))

#4

+

/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/web/actions/CInlineAction.php(48): CAction -> runWithParamsInternal (YumMessagesController, ReflectionMethod, array())

#5

+

/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/web/CController.php(300): CInlineAction -> runWithParams (array())

#6

+

/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/web/filters/CFilterChain.php(134): CController -> runAction (CInlineAction)

#7

+

/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/web/filters/CFilter.php(41): CFilterChain -> run ()

#8

+

/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/web/CController.php(1144): CFilter -> filter (CFilterChain)

#9

+

/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/web/filters/CInlineFilter.php(59): CController -> filterAccessControl (CFilterChain)

#10

+

/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/web/filters/CFilterChain.php(131): CInlineFilter -> filter (CFilterChain)

#11

+

/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/web/CController.php(283): CFilterChain -> run ()

#12

+

/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/web/CController.php(257): CController -> runActionWithFilters (CInlineAction, array("accessControl"))

#13

+

/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/web/CWebApplication.php(277): CController -> run ("compose")

#14

+

/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/web/CWebApplication.php(136): CWebApplication -> runController ("messages/messages/compose")

#15

+

/var/www/vhosts/InvestorsHangout.com/httpdocs/framework/base/CApplication.php(159): CWebApplication -> processRequest ()

#16

–

/var/www/vhosts/InvestorsHangout.com/httpdocs/index.php(13): CApplication -> run ()


  08       error_reporting(E_ALL & ~E_NOTICE); 
09
10 defined('YII_DEBUG') or define('YII_DEBUG',true);
11 require_once($investor);
12 // calling for creating main application
13 Yii::createWebApplication($config)->run();




2013-03-15 20:15:18 Apache Yii Framework /1.1.8



Any ideas of what's going on by anyone would be appreciated.  I'm going to send this to Admin in an effort to find out what's happening?


Best to all!



(0)
(0)




KMA Global Solutions International, Inc. (KMAG) Stock Research Links


  1.  
  2.  


  3.  
  4.  
  5.  






Investors Hangout

Home

Mailbox

Message Boards

Favorites

Whats Hot

Blog

Settings

Privacy Policy

Terms and Conditions

Disclaimer

Contact Us

Whats Hot

Recent Activity

Most Viewed Boards

Most Viewed Posts

Most Posted Boards

Most Followed

Top Boards

Newest Boards

Newest Members

Investors Hangout Message Boards

Welcome To Investors Hangout

Stock Message Boards

American Stock Exchange (AMEX)

NASDAQ Stock Exchange (NASDAQ)

New York Stock Exchange (NYSE)

Penny Stocks - (OTC)

User Boards

The Hangout

Private

Global Markets

Australian Securities Exchange (ASX)

Euronext Amsterdam (AMS)

Euronext Brussels (BRU)

Euronext Lisbon (LIS)

Euronext Paris (PAR)

Foreign Exchange (FOREX)

Hong Kong Stock Exchange (HKEX)

London Stock Exchange (LSE)

Milan Stock Exchange (MLSE)

New Zealand Exchange (NZX)

Singapore Stock Exchange (SGX)

Toronto Stock Exchange (TSX)

Contact Investors Hangout

Email Us

Follow Investors Hangout

Twitter

YouTube

Facebook

Market Data powered by QuoteMedia. Copyright © 2025. Data delayed 15 minutes unless otherwise indicated (view delay times for all exchanges).
Analyst Ratings & Earnings by Zacks. RT=Real-Time, EOD=End of Day, PD=Previous Day. Terms of Use.

© 2025 Copyright Investors Hangout, LLC All Rights Reserved.

Privacy Policy |Do Not Sell My Information | Terms & Conditions | Disclaimer | Help | Contact Us