Open Source Services

Development Services and Products for Open Source e-Commerce Sites

 
Welcome, Guest
Please Login or Register.    Lost Password?

Proforma: no item shown at Index Default spot!
(1 viewing) (1) Guest
Support Forum for free version.
Go to bottomPage: 123
TOPIC: Proforma: no item shown at Index Default spot!
#723
Re:Proforma: no item shown at Index Default spot! 1 Year, 8 Months ago  
hi,

1) no catalog references in the definitions in the configure files.

2> the only hardcoded catalog reference inthe Proforma files is in the:

/*
$Id: catalog/includes/functions/proforma.php,v 1.0 20:57:52 NCB Exp $
by hanuman at Open Source Services
Upgrade at www.open-source-services.com/Products/OS...-PLUS.html?flypage=0
Support and Forum at www.open-source-services.com/Forum/Profo...0.1-free-osCommerce/
*/

which i removed without help.

I have tried commenting our the

function getContentRow($pf_pos){

in the includes/functions/proforma_data_access.php file which brought an error about an

Parse error: syntax error, unexpected '}' in includes/functions/proforma_data_access.php

so i guess its finding the right files, its just not loading the data from the db, yet when i look at the db there is nothing obviously wrong and i can see the content i have creatd in there. The database_tables.php has been set up as directed.

is there anything that would need to be check from the point of the proforma_data_access.php communicating with the db?

<?php
/*
$Id: includes/functions/proforma_data_access.php,v 1.0 20:57:52 NCB Exp $
by hanuman at Open Source Services
Upgrade at www.open-source-services.com/Products/OS...-PLUS.html?flypage=0
Support and Forum at www.open-source-services.com/Forum/Profo...0.1-free-osCommerce/
*/
function getContentRow($pf_pos){
$pf_query_raw = "select content, active, pages from pf_content where position = '" . $pf_pos ."'";
$pf_query = tep_db_query($pf_query_raw);
return $pf_query;
}

function notifyDeployed($pf_pos){
$pf_query_raw = "update pf_positions set deployed='Yes' where pos_name = '" . $pf_pos . "'";
tep_db_query($pf_query_raw);
}
?>

thanks
marco
Junior Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#800
Re:Proforma: no item shown at Index Default spot! 1 Year, 5 Months ago  
Hi,

I really need to get this sorted. can i send you the ftp details and info you need to get this to work?
marco
Junior Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#815
Re:Proforma: no item shown at Index Default spot! 1 Year, 4 Months ago  
Hi,

Are you still offering support on this product? if you are i really need some help to resolve this as soon as possible.
marco
Junior Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#816
Re:Proforma: no item shown at Index Default spot! 1 Year, 4 Months ago  
Hi Marco

I'll be available to look at your site over the next few hours. After today I'll be away until the end of the week, so please send me your site's FTP/admin panel access details via the contact form or support email address asap so I can sort this out for you.

Nick
hanuman
Moderator
Posts: 369
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#818
Re:Proforma: no item shown at Index Default spot! 1 Year, 4 Months ago  
Hey Nick,

looks like i may have missed you. could you let me know when you are next available so i can send the details.

m
marco
Junior Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#822
Re:Proforma: no item shown at Index Default spot! 1 Year, 4 Months ago  
Hi Marco

I'm available this week, so send me your details when you are ready.

Nick
hanuman
Moderator
Posts: 369
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#864
Re:Proforma: no item shown at Index Default spot! 12 Months ago  
Hi Nick and Marco,

I feel ashamed that all there was wrong is that I then installed files incorrect! Now I have reinstalled (right this morning!) all files the proforma text is displayed correct, after all that time! I only had to copy(/alter) the language files.
This webshop is a part of an already online and working website so I indeed took a very long time to make OsCommerce the way I wanted and so I let this Proforma waiting for a long time!

Hope that Marco will solve it too and sorry Nick that I've bothered you so!

Thanks a lot for this great contribution Nick!
Regards,

Maarten
mvloon
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2009/09/14 16:00 By mvloon.
The administrator has disabled public write access.
 
#865
Re:Proforma: no item shown at Index Default spot! 12 Months ago  
Hi Maarten

I'm glad you finally got to the bottom of the problem. Other users will no doubt find your experience useful to learn from in future.

If you like the free version, why not check out the full version here - there's a free full featured shareware version available also.

Good luck!

Nick
hanuman
Moderator
Posts: 369
graph
User Offline Click here to see the profile of this user
Last Edit: 2010/07/15 01:16 By hanuman.
The administrator has disabled public write access.
 
Go to topPage: 123