Open Source Services

Development Services and Products for Open Source e-Commerce Sites

 
Welcome, Guest
Please Login or Register.    Lost Password?
Support forum for the free easyCommentz comments and feedback system for osCommerce available from the osCommerce contributions site.
Go to bottomPage: 1
TOPIC: easyCommentz blank page !
#551
easyCommentz blank page ! 2 Years ago  
All installed OK but from the Product info page when a comment is submitted in return a blank page appears and nothing else.

The page title shows "www.rabhobbies.com.au/estore/catalog/oss...ion/addComment" but is blank.


Must be a simple fix !!

Any help would be great.

Cheers

Ren
venom54
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#552
Re:easyCommentz blank page ! 2 Years ago  
Hi

Thanks for your enquiry.

This problem is to do with SEO URL rewriting. To verify this, turn of your SEO URL component and see if easyCommentz works.

If I'm right, then the problem is in this file:

catalog/ossCommentz.php

The message info is POSTed to this page for processing from the comment form on the product page. If I had direct access to your files via FTP I could probably sort it out quite quickly, but for now, try the following in the file above:

1) Comment out (don't delete in case we need to roll back) the following lines:

Code:


$action = (isset($HTTP_GET_VARS['action']) ? $HTTP_GET_VARS['action'] : '');

AND

if($action == '')$action = $HTTP_POST_VARS['action'];



2) Below this line that you just commented out:

Code:


if($action == '')$action = $HTTP_POST_VARS['action'];



ADD this line:

Code:


$action = $HTTP_POST_VARS['action'];



Then save the file and try it again. And don't forget to let me know how you get on so others can benefit from your experience.

Thanks a lot.

Nick
hanuman
Moderator
Posts: 369
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#555
Re:easyCommentz blank page ! 2 Years ago  
Hi Nick,

Still no luck. Still a blank page after submit.

Tried the code with sections as suggested commented out and removed......no luck.

In relation to view via FTP , please contact me direct via email and i will discuss this with you.

Cheers

Ren
venom54
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#600
Re:easyCommentz blank page ! 1 Year, 12 Months ago  
Hi

I've published a fix for this in easyCommentz v0.2. Download it from the osCommerce contributions site, then upload only 2 files:

catalog/ossCommentz.php

and

catalog/includes/classes/comment8r/message_set.php

This will now work for SEO URLs on a remote server.
hanuman
Moderator
Posts: 369
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#731
Re:easyCommentz blank page ! 1 Year, 7 Months ago  
Similar problem with me, I've installed the latest version (v.0.2.1) and it looks ok in firefox. but when I check in Internet Expoler, it's blank...

Please check my web : www.bukuhemat.com, see one of my product by IE and you'll see the problem..

Thx b4.
medoose
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1