Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
ProdReviews Module working except for popular views and recent posts...
-
- Rank: Registered User
- Registered: Jan 07, 2008
- Last visit: Oct 21, 2009
- Posts: 32
Hello, Having the problem of ProdReviews - worked fine on another host (Am with BlueHost Now) And did a fresh install. Installed ProdReviews, EZComments,Rating and everything works ok - except for the "10 most popular reviews" and the "10 most recent reviews". Wonder if there is something I am overlooking? - LexScripta -
- Rank: Software Foundation
- Registered: Sep 03, 2002
- Last visit: May 09, 2010
- Posts: 909
What happens instead? HTRB
--
best regards from Kiel, sailing city
Steffen Voss
Member of the Zikula Steering Committee
Read The Zikulan's Blog "If you want people to RTFM, make a better FM!" -
- Rank: Registered User
- Registered: Jan 07, 2008
- Last visit: Oct 21, 2009
- Posts: 32
It just shows the normal layout, but there are no recent reviews or popular ones to click on, even though I have created some products.
LexScripta -
- Rank: Helper
- Registered: Jan 12, 2004
- Last visit: Jan 20, 2010
- Posts: 590
Well these old module doesn't have lot of error checking so the best I can suggest is to add some to see if any error message is displayed.
Open ProdReviews/pnuser.php.
Just after the line:
Code
$result_pop = $dbconn->SelectLimit($popquery, 10);
Add some error checking:
Code
if ($dbconn->ErrorNo() != 0) {
echo '<p>DB Error : '.$dbconn->ErrorMsg().' query : '.$popquery.'</p>';
}
And just after the line:
Code
$result_rec = $dbconn->SelectLimit($recquery, 10);
Add:
Code
if ($dbconn->ErrorNo() != 0) {
echo '<p>DB Error : '.$dbconn->ErrorMsg().' query : '.$recquery.'</p>';
}
And report any error displayed.
edited by: jmvedrine, Jan 21, 2008 - 09:04 PM
--
Visit my live reef aquarium.
My Amazon wish list. -
- Rank: Registered User
- Registered: Jan 07, 2008
- Last visit: Oct 21, 2009
- Posts: 32
It was installed with fantastico. Once I uninstalled, then re-installed it manually, setting up my own database and what have you, it worked. I had this same issue on two different hosts, and on the other one I simply backed up from the working server and uploaded, and it also worked.
I think its something to do with automated installs.
Thanks for your help on this - I will surely need this error checking at a later date.
By the way, I was wondering - does prodreviews work with .8? I am thinking about going that direction because I need nice URLs...
LexScripta
- Moderated by:
- Support
