Open Source Services

Development Services and Products for Open Source e-Commerce Sites

 
Welcome, Guest
Please Login or Register.    Lost Password?

admin install working, but no products images show
(1 viewing) (1) Guest
Please log in or create an account to post your support query or comment.
Go to bottomPage: 1
TOPIC: admin install working, but no products images show
#708
admin install working, but no products images show 3 Years, 1 Month ago  
Hi,

osCommerce Online Merchant v2.2 RC2a
PHP Version 5.2.6
MySQL 5.0.67

Installed Product Attribute Pictures v0.8.0, the admin area works well, in that I can access and add product attributes images. But when I go to view the product attributes images in action on product_info.php page there are no images showing. I have another contribution in the product_info page for showing additional images, but find PAP a lot better solution.

When I checked the code, the intial Javascript shows, but no table info is inserted so there is nothing showing. I have tried various spots in the HTML table structure but this has not fixed it.

www.greatthingsinstore.com/catalog-test/...o7vnchi2btf63vcf2092

Thanks in advance!
blinddrop
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#709
Re:admin install working, but no products images show 3 Years, 1 Month ago  
Hi

Thanks for your enquiry.

You need to make sure that the 'Ignore Product Attribute' setting is set to 'Yes'. If your problem persists, could you send me your product_info.php file either by posting it here or sending it to our support email address. I'll be happy to take a look at it for you.

Regards

Nick
hanuman
Moderator
Posts: 371
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#710
Re:admin install working, but no products images show 3 Years, 1 Month ago  
Hi Nick,
Thanks for the super fast reply. I have attached the product_info.php page.
blinddrop
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#711
Re:admin install working, but no products images show 3 Years, 1 Month ago  
Sorry, it's now attached as zip. The php page was not a valid upload.
This attachment is hidden for guests. Please login or register to see it.
blinddrop
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#712
Re:admin install working, but no products images show 3 Years, 1 Month ago  
Hi

I can't see anything wrong with the placement of the PAPs code. However, there may be one or two errors elsewhere in the code which may be preventing PAPs from working. For example, is see a redundant semicolon on line 191.

I suspect that you have switched PHP error reporting off on your site. As a temporary measure, I suggest you switch it on for the product_info page by adding the code below to the top of the page. This should help you track down the problem.

Code:


error_reporting(E_ALL);
ini_set("display_errors", 1);



Hope this helps.

Nick
hanuman
Moderator
Posts: 371
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#713
Re:admin install working, but no products images show 3 Years, 1 Month ago  
Hi, yes, thanks for that, with the errors turned on I found that the images directory was not being referenced properly. Once I added a "/" in front of the images/pap the page now displays correctly.

Thank you again for your prompt reply!
blinddrop
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1