Discuss decent shopping cart... in the PHP Development forum on Dev Shed. decent shopping cart... PHP Development forum discussing coding practices, tips on PHP, and other PHP-related topics. PHP is an open source scripting language that has taken the web development industry by storm.
The ASP Free website provides in-depth information on the latest developer tools available from Microsoft. Our cadre of writers, highly experienced industry experts, reveals the best ways to use established technologies as well as new and emerging technologies. Our coverage of Microsoft's development and administration technologies is among the most respected in the IT industry today.
ASP Free and Iron Speed Designer are giving away $5,500+ in FREE licenses. Iron Speed's RAD CASE toolset can save up to 80% of your coding time. One free license per week, one perpetual license per month! Download and Activate to enter!
Intel® Graphics Performance Analyzers is a powerful tool suite for analyzing and optimizing your games, media, and graphics-intensive applications. Used by some of the best developers on the planet, Intel GPA lets you maximize your app’s performance.
Posts: 21
Time spent in forums: 24 m 21 sec
Reputation Power: 0
decent shopping cart...
ppl,
I am looking frantically for a decent PHP/DB (pref mysql) eccomerce solution which is open source (free. we like free things...) and does not have to be configured by the webserver. - usr/lib etc.
As my stupid host does not currently have any eccommerce solutions, and will not setup any software for me.
A pity. i was liking linux's open source interchange. (www.minivend.com)
Basically, anyone know of any good, free, setup by me php eccommerce solutions?
I would write my own, cept I do not have the time atm.
Posts: 21
Time spent in forums: 24 m 21 sec
Reputation Power: 0
installation...
I downloaded exchange before, and i didnt look much at it, coz it needed to be installed into a dir i couldnt get into.
Quote:
2. This creates a directory called 'tep_catalog-pr2.1'. Enter
this directory and copy the 'catalog' directory to your
webroot directory of your webserver:
cd tep_catalog-pr2.1
cp -R catalog /usr/local/apache/htdocs/
Ill have to take to my host with a big stick of annoyance and see if they could install it to this dir.
Dont like my chances.
And dedicated is rather expensive, well for a charity based operation...
Posts: 1,062
Time spent in forums: 1 Day 10 h 1 m 34 sec
Reputation Power: 13
There are no special installation needs for The Exchange Project. It is actually a very simple installation. Your root directory is where all your web documents are stored.
__________________
The Dude
I'm the Dude. So that's what you call me.
That, or Duder, His Dudeness, Or El Duderino.
If, you know, you're not into the whole brevity thing
Posts: 1,436
Time spent in forums: 5 h 36 m 40 sec
Reputation Power: 39
When the installation document of the exchange project was referring to that htdocs directory it didn't literally mean that directory, that was just an example. You can put it in any directory you wish.
Posts: 21
Time spent in forums: 24 m 21 sec
Reputation Power: 0
logs...
thnx guys,
i reread it proper this time - (install file)
always helps
I installed it aok, and setup mysql DB.
but...
it has a problem now, when the default.php is run.
problem...
Quote:
Warning: Unable to access /usr/local/apache/logs/exchange/parse_time_log in /home/christianh/public_html/catalog/includes/functions/database.php on line 24
Warning: error_log: Unable to write to /usr/local/apache/logs/exchange/parse_time_log in /home/christianh/public_html/catalog/includes/functions/database.php on line 24
Warning: Unable to access /usr/local/apache/logs/exchange/parse_time_log in /home/christianh/public_html/catalog/includes/functions/database.php on line 31
Warning: error_log: Unable to write to /usr/local/apache/logs/exchange/parse_time_log in /home/christianh/public_html/catalog/includes/functions/database.php on line 31
Warning: Failed opening 'includes/languages/english/default.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/christianh/public_html/catalog/includes/include_once.php on line 4
its having a problem with the logs as far as i can see. The logs is defined in "/includes/application_top.php" as:
Posts: 8,526
Time spent in forums: 3 Months 1 Week 1 Day 3 h 1 m 2 sec
Reputation Power: 534
Well, it's really a mess, but errors are concentrated in two files, it shouldn't be too hard to fix them ... I hope.
The page layout is also, ... ehm ... confusing?
Good luck!
Posts: 8,526
Time spent in forums: 3 Months 1 Week 1 Day 3 h 1 m 2 sec
Reputation Power: 534
Another option
Seeing such a mess made me look for alternatives, you could take a look at www.phpshop.org.
Please report about your experience, I'm also evaluating such tools.
Bye
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
disable page_parse_time
You might not have access on your server to create this file. Here are available options:
1) Have the parse_time_log in the htdocs directory, eg:
/path/to/your/htdocs/logs/parse_time_log
You will need to change the following paramter in catalog/includes/application_top.php:
STORE_PAGE_PARSE_TIME_LOG
The webserver should automatically create the file if the directory exists (with proper user read/write permissions)
2) Disable the page_parse_time feature:
Set the following paramter in catalog/includes/application_top.php to '0':
STORE_PAGE_PARSE_TIME
This feature is disabled by default (ie, it is originally set to '0') in the download package of the project
3) Go to the support site, and ask for further help =) one of the strong points of The Exchange Project is the support given from the community. You don't have to sign up on the mailing list, you can post your message on the online forums (which is in sync with the mailing list).
Hope that helps!
PS, those errors you are receiving are not actually errors, those are warning messages. And warnings occur when there are misconfigurations in the configuration files
Posts: 21
Time spent in forums: 24 m 21 sec
Reputation Power: 0
safe mode...
This is not short of becoming a modern day labrinyth.
Thanks for your post hpdl.
I changed the dir for the parse_time_log to a few diff dir's without any luck.
I disabled the page_parse_time feature, well it was default to '0'
Quote:
Warning: SAFE MODE Restriction in effect. The script whose uid is 1108 is not allowed to access /usr/local/apache/logs/parse_time_log owned by uid 0 in /home/christianh/public_html/catalog/includes/functions/database.php on line 24
my server, (im starting to like them even less), has enabled safe mode.