Thank you Mahesh for that fix!
I looked at the query you said to replace and it looked the same in the original source code included in Cre Loaded's pages.php. Then a code compare tool showed where you had fixed it.
The query on pages.php in the original code had a syntax error, missing a "p" in that query so that it specified "ip.pages_id" and your revision specified "ipd.pages_id" midway through that query.
Whew, what a great thing to find, thank you again Mahesh
This latent problem only showed up for me on one website which has an extra infobox and that's the one that came up with the error "MySQL error: 1054 - Unknown column 'ip.pages_id' in 'on clause".
Note: this error ONLY occurred after an update on my hosting server from PHP 5.2.6 to PHP 5.2.9, also the OpenSSL compiled in to PHP went from 0.9.7a to 0.9.8e-fips-rhel5, and THAT's what triggered the error.
All is well now, so I am going to include this fix into all my Cre Loaded websites so that in the future when a PHP update and the addition of extra infoboxes won't break them.