? Success

User tests: Successful: Unsuccessful:

avatar wilsonge wilsonge - open - 15 Mar 2014
avatar bwmarkle
bwmarkle - comment - 16 Mar 2014

Hi wilsonge,

I'm looking at the storeVote() function within components/com_content/models/article.php. In joomla 3.3 dev, I am seeing a try / catch after the execute, such as this:

                            // Set the query and execute the insert.
                            $db->setQuery($query);

                            try
                            {
                                    $db->execute();
                            }
                            catch (RuntimeException $e)
                            {
                                    JError::raiseWarning(500, $e->getMessage());

                                    return false;
                            }

Does the issue appear to be resolved, or, am I not understanding your question?
You may blame the J!Tracker Application for transmitting this comment.

avatar wilsonge
wilsonge - comment - 16 Mar 2014
avatar bwmarkle
bwmarkle - comment - 17 Mar 2014

Thanks for the follow up George!

@test

I looked at the code before, and I do see the lack of try / catch
I applied the patch, reviewed the code again, and now see the try / catch
I enabled article voting, voted on an article, and it worked successfully

Looks good to go on my end.
You may blame the J!Tracker Application for transmitting this comment.

avatar zero-24
zero-24 - comment - 24 May 2014

tested successfull --> RTC

thanks @wilsonge

avatar phproberto phproberto - close - 30 May 2014
avatar phproberto phproberto - reference | ff61fab - 30 May 14
avatar phproberto phproberto - merge - 30 May 2014
avatar phproberto phproberto - close - 30 May 2014
avatar phproberto phproberto - change - 30 May 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-05-30 22:30:06
avatar wilsonge wilsonge - head_ref_deleted - 30 May 2014

Add a Comment

Login with GitHub to post a comment