Open Source Services

Development Services and Products for Open Source e-Commerce Sites

 
Welcome, Guest
Please Login or Register.    Lost Password?

easyCommentz v0.1.1 - erroes
(1 viewing) (1) Guest
Support forum for the free easyCommentz comments and feedback system for osCommerce available from the osCommerce contributions site.
Go to bottomPage: 12
TOPIC: easyCommentz v0.1.1 - erroes
#536
easyCommentz v0.1.1 - erroes 2 Years ago  
Hello,

I just installed easyCommentz v0.1.1. I think it is a good idea and will be very useful.

Initially I had a problem with Database as once the user entered a comment it gave the error. I was told to check the configure.php file and that resolved the issue.

Now , after resolving the earlier issue, I get this when the user submits the comments :

_________
Warning: include_once(/home/dca/public_html/catalogsecurimage/securimage.php) [function.include-once]: failed to open stream: No such file or directory in /home/dca/public_html/catalog/ossCommentz.php on line 58

Warning: include_once() [function.include]: Failed opening '/home/dca/public_html/catalogsecurimage/securimage.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dca/public_html/catalog/ossCommentz.php on line 58

Fatal error: Class 'Securimage' not found in /home/dca/public_html/catalog/ossCommentz.php on line 60
_________

Besides that, I cant seem to control anything on the Admin section. I see the options there available, but none have any effect...only the support link works.

Any ideas and suggestions ?

dca
dca
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#537
Re:easyCommentz v0.1.1 - erroes 2 Years ago  
Hi

Go to line 58 in catalog/ossCommentz.php

it should be this:

Code:


include_once (DIR_FS_CATALOG . 'securimage/securimage.php');



add a forward slash before 'securimage' so it looks like this:

Code:


include_once (DIR_FS_CATALOG . '/securimage/securimage.php');



That will fix your problem. The problem occurs because you didn't leave a trailing slash in your DIR_FS_CATALOG definition in catalog/includes/configure.php.

About the admin section - do you mean that when you click an option link nothing at all happens, or do you get a box appear with no info in it? This might be a configuration issue too.

Nick
hanuman
Moderator
Posts: 369
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#538
Re:easyCommentz v0.1.1 - erroes 2 Years ago  
Hanunam,

Thanks.

Change in line 58 solved the issue in catalogue side.

Admin side, there is the little box with the links , I can see and click the links, but nothing happens. Javascript is enabled. I have tried different browsers. Any ideas ?

dca
dca
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#539
Re:easyCommentz v0.1.1 - erroes 2 Years ago  
hello,

Just installed this great contribution but have some strange problems with it.

On the Client side:
Everything looks oké, but when I click the submit button it adds the item to the shopping cart.
I attached the product_info.php

Possible solution for DCA:
Look if the product feed contains no invallid characters. Check you're error console in Firefox [CTRL-SHIFT-J] to identifiy the problem. I had the same problem.
abdel
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#540
Re:easyCommentz v0.1.1 - erroes 2 Years ago  
Hello.

I checked the error console in Firefox and there are errors there.....but I dont understand them and dont really know what to do solve the issues. I am attaching the errors in an image

The first that says Line 21 is when I clicked Clear Screen

Second that says Line 1 was when I clicked Create Message

Third that says line 112 was when I clicked Edit Settings.

Any ideas ?

Thanks in advance.

dca
dca
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#541
Re:easyCommentz v0.1.1 - erroes 2 Years ago  
forgot to attach the image file.

here it is

dca
dca
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#542
Re:easyCommentz v0.1.1 - erroes 2 Years ago  
ooops...the file was bigger than what was allowed...so reduced....and hope that it finally makes it there

sorry.

dca
dca
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#543
Re:easyCommentz v0.1.1 - erroes 2 Years ago  
just not my lucky day....
This image is hidden for guests. Please login or register to see it.
dca
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#544
Re:easyCommentz v0.1.1 - erroes 2 Years ago  
Hi guys

First of all, Abdel:

Your problem is happening because you placed the easyComments code in the wrong place in product_info.php.

You need to place the code AFTER this:

Code:

</form>


otherwise the submit button will trigger the behaviour you've been experiencing.

By the way, in order to fix dca's problem, you suggested this:

"Look if the product feed contains no invallid characters."

Could you explain what you mean by 'product feed'? Thanks.

To dca:

I'd like to get to the bottom of your problem and will take a more detailed look at it tomorrow.

Regards

Nick
hanuman
Moderator
Posts: 369
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#545
Re:easyCommentz v0.1.1 - erroes 2 Years ago  
Hanuman,

Thanks again for your time and interest in solving the issue.

For the time being I have the easycommentz working fine on the catalogue side, so the vissitors are able to comment on the products. However I have no ability on the Admin site to control the comments, filter them or delete abuse etc. Right now I am doing that through myphpadmin and editing the entries in the database....

dca
dca
Fresh Boarder
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 12