Archive

Posts Tagged ‘Bug’

Funny bug in msn messenger

October 20, 2009 Leave a comment

Today when I logged in to MSN messenger, I was surprised to see an unfinished welcome screen with sample “Lorem ipsum dolor sit amet, consectetur” text. Also the screen said “September 2008″ while it should be “October 2009″. See the attached screen.

MSN Messenger Bug

Lorem Ipsum is simply dummy text of the printing and typesetting industry. I think welcome screen is published directly from designers PC.

Categories: Uncategorized Tags: ,

Breadcrumb not working, CRE Loaded Pro

October 16, 2009 7 comments

The post have been moved to new blog. You can find the fix at http://www.infotales.com/categories-breadcrumb-not-working-cre-loaded-pro/

For more CRE Loaded related tricks and updates please visit http://www.infotales.com/

Categories: CRE Loaded Tags: , , ,

Bug in CRE Loaded Specials page

September 25, 2009 Leave a comment

The post have been moved to http://www.infotales.com/cre-loaded-product-listing-bug/.

For more CRE Loaded bug fix and tips, keep visiting http://www.infotales.com/

Categories: CRE Loaded Tags: , , ,

PHP errors exposed on CRE Loaded Forums

September 18, 2009 Leave a comment

I was surprised to find full PHP error messages exposed on CRE Loaded Forums. The error message found was

Warning: file_get_contents(./forums/Your_Account.php) [function.file-get-contents]: failed to open stream: No such file or directory in /*******/com_jmrphpbb/controller.php on line 78

I am not posting full path of the file for possible security risk.

Since forums have been moved to new site a lot of issues are appearing few of them are listed in Irritating bug in CRE Loaded forums

Categories: CRE Loaded Tags: , , ,

Irritating bug in CRE Loaded forums

September 13, 2009 4 comments

For last many days i have been irritated by CRE Loaded forums (http://www.creloaded.org/forum/). About tow weeks ago i lost my forum account password and i went to retrieve my password. When tried recovering got message that your password has been sent to your email @hotmail.com, but i never received it, checked the junk emails but it was not there as well. I sent email to forum administrator but never got any reply.

Today tried the password recovery again but still not received any email. When tried to signup new account using my 2nd email address it said that email already exists. Thought I might have created account with this email as well so i tried password recovery for this 2nd email but it said This email dose not exist.

Now can’t understand whats going on there, have i lost my all posts?

Any how i have sent email to forum admin again from 2nd address see if i get some reply.

I forgot to mention that captcha is not working on http://creloaded.org/component/comprofiler/lostpassword.html and you can input any thing and submit the form.

Categories: CRE Loaded Tags: , ,

Paypal Pro Credit Card Payment bug

Recently i faced an issue with creloaded 6.2 pro. When cusotmer use to checkout there CC number was not being stored correcty in database. On random the number was set to 2147483647 in databse.

This number is the max value a signed int variable can have. I found this on http://answers.yahoo.com/question/index?qid=20070625175121AAOguTQ .

After finding this i noted that only customers who choose “PayPal Pro Credit Car Payment” method were effected.

Cause:

When debugged further it was found that payment module was converting cc number to int value using type casting.

Fix:

Fix is an easy one. In file includes/modules/payment/paypal_dp.php find line

$order->info['cc_number'] = (int) $HTTP_POST_VARS['paypal_cc_number'];

and remove (int) which will stop converting the cc number to integer value.

Please don’t try to convert it to double as it will make thing look worse.

Categories: CRE Loaded Tags: , , ,
Follow

Get every new post delivered to your Inbox.