Code Monkey home page Code Monkey logo

core's Introduction

What is LiteCommerce?

LiteCommerce is a free PHP/MySQL-driven open-source e-commerce solution that allows you to build a multifunctional e-commerce website (with forums, blog, articles, and so on) instead of just an online catalog with a checkout. LiteCommerce can work with Drupal and use all features provided by this CMS. However it can be installed as stand-alone application and used as online shopping cart with catalog and checkout.

LiteCommerce is object-oriented, has a modular MVC architecture, uses ORM (Doctrine 2.0) for database access. Having that the upgrades are painless and you can easily make various modules and customizations without changing the core code. Moreover, since LiteCommerce avoids speed bottlenecks in the architecture, uses ORM library and supports Memcached it is fast and shows good perfomance.

We release LiteCommerce updates every 2-4 weeks. Please see the LiteCommerce 3 changelog for information on new features and bug fixes.

Learn more information at our website or find us on Facebook.

Contributions

We are looking for contributors who could help us extend LiteCommerce and make it better. Translations to other languages are welcome as well. See the Contribution guide for more information.

License

LiteCommerce is free and distributed under Open Software License v. 3.0.

core's People

Contributors

beberlei avatar eng1neer avatar eriksencosta avatar fabpot avatar fedotov-daniil avatar hashchange avatar hobodave avatar hoxu avatar juokaz avatar jwage avatar kore avatar lsmith77 avatar manuelpichler avatar marshal-vvs avatar max-shamaev avatar milokmet avatar moy avatar noelg avatar peej avatar philantrop avatar proofek avatar romanb avatar shurakai avatar steffkes avatar svowl avatar timmartin avatar tnielsen avatar tobix avatar zenmiu avatar zlin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

core's Issues

Notice: Undefined offset: 3 in _menu_translate()

I don't know if this is the place to ask about this error, if not could you direct me to the right place. ^_^

When going to "my profile" and the edit or shortcut tab, I get the following error:
Notice: Undefined offset: 3 in _menu_translate() (line 762 of ...\includes\menu.inc).
Notice: Undefined offset: 3 in _menu_translate() (line 762 of ...\menu.inc).
Notice: Undefined offset: 3 in _menu_translate() (line 768 of ...\menu.inc).

Know how I can fix this?
Thank you for any help! ^_^

Impossible to use paymentReturn and Callback handlers

ERROR: "23000" (code N/A)
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '4-order_id' for key 'iname'

This error appears during paymentReturn or Callback (depends what goes the second).
In my case Callback goes after paymentReturn and fails with such error.

Problem is that both handlers are writing to the session cells table (xlite_session_cells) a same order.
Here is log backtrace:

[26-May-2012 15:21:27] Error (code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '4-order_id' for key 'iname'
Server API: cgi-fcgi;
Request method: POST;
URI: /store/callback/0/txn_id_name-s_txnId?xid=jwtPiWoMX8KVtySLwHtPWGMC5xArjYka;
Backtrace: 
#0 /var/www/LiteCommerceShop/litecommerce/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php(236): XLite\Core\Statement->execute()
#1 /var/www/LiteCommerceShop/litecommerce/lib/Doctrine/ORM/UnitOfWork.php(708): Doctrine\ORM\Persisters\BasicEntityPersister->executeInserts()
#2 /var/www/LiteCommerceShop/litecommerce/lib/Doctrine/ORM/UnitOfWork.php(287): Doctrine\ORM\UnitOfWork->executeInserts(Object(Doctrine\ORM\Mapping\ClassMetadata))
#3 /var/www/LiteCommerceShop/litecommerce/lib/Doctrine/ORM/EntityManager.php(334): Doctrine\ORM\UnitOfWork->commit()
#4 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Model/Repo/ARepo.php(465): Doctrine\ORM\EntityManager->flush()
#5 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Model/Repo/ARepo.php(485): XLite\Model\Repo\ARepo->flushChanges()
#6 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Model/Repo/SessionCell.php(60): XLite\Model\Repo\ARepo->insert(Array)
#7 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Model/Session.php(237): XLite\Model\Repo\SessionCell->insertCell(4, 'order_id', 176)
#8 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Model/Session.php(165): XLite\Model\Session->setCellValue('order_id', 176)
#9 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Core/SessionAbstract.php(120): XLite\Model\Session->__set('order_id', 176)
#10 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Model/Cart.php(117): XLite\Core\SessionAbstract->__set('order_id', 176)
#11 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Controller/Customer/ACustomerAbstract.php(154): XLite\Model\Cart::getInstance()
#12 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Controller/Customer/ACustomerAbstract.php(199): XLite\Controller\Customer\ACustomerAbstract->getCart()
#13 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Controller/Customer/Callback.php(49): XLite\Controller\Customer\ACustomerAbstract->handleRequest()
#14 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite.php(309): XLite\Controller\Customer\Callback->handleRequest()
#15 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite.php(321): XLite->runController()
#16 [internal function]: XLite->getViewer()
#17 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Model/CachingFactory.php(64): call_user_func_array(Array, Array)
#18 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Core/CMSConnectorAbstract.php(197): XLite\Model\CachingFactory::getObjectFromCallback('XLite\Core\CMSC...', Object(XLite), 'getViewer')
#19 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Core/CMSConnectorAbstract.php(246): XLite\Core\CMSConnectorAbstract->getViewer()
#20 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Module/CDev/DrupalConnector/Drupal/Controller.php(290): XLite\Core\CMSConnectorAbstract->getWidget('\XLite\View\Loc...')
#21 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Module/CDev/DrupalConnector/Drupal/Controller.php(351): XLite\Module\CDev\DrupalConnector\Drupal\Controller->setBreadcrumbs()
#22 /var/www/LiteCommerceShop/litecommerce/var/run/classes/XLite/Module/CDev/DrupalConnector/Drupal/Controller.php(168): XLite\Module\CDev\DrupalConnector\Drupal\Controller->performCommonActions()
#23 /var/www/LiteCommerceShop/litecommerce/classes/XLite/Module/CDev/DrupalConnector/Drupal/Include/Callbacks.php(38): XLite\Module\CDev\DrupalConnector\Drupal\Controller->getContent()
#24 [internal function]: lcConnectorGetControllerContent('0', 'txn_id_name-s_t...')
#25 /var/www/LiteCommerceShop/includes/menu.inc(516): call_user_func_array('lcConnectorGetC...', Array)
#26 /var/www/LiteCommerceShop/index.php(21): menu_execute_active_handler()
#27 {main}

Unable to import CSV data after first import

Hi,

I have a serious issue that wouldn't allow me to import CSV files after this has been done once. I run the latest version of LiteCommerce (1.0.24) and MySQL(5.5.24) on a Mac mini 10.7.4 server.

What I did was export the CSV file from LiteCommerce and re-import it later on. This worked once, when I tried to re-import the file after the first attempt, it just doesn't import anything, and does not give an error.

Anny suggestions?

lc_connector PHP error

There's a HUGE problem with the lconnector. I know it! I posted it here because this is where it seems to be the most active.
Check this out.
I installed LC in its own file in my "test" subdomain. I also renamed the litecommerce file to /shop.
Everything went beautifully after LC installation. Then I unpacked the lc_connector zip folder in the " /sites/all/modules/"
I even went to the litecommerce cms and ticked the lc connector thing (which by the way, i dont think it lets me tick it anymore, its default says "disabled" )
THEN I went to lc_connector.info and you know the line that says "lc_dir_default =" ? from my understanding this is where your litecommerce is located, which is under my subdomain in my /shop folder (i renamed litecommerce to shop).
So I put " lc_dir_default = ./shop " (am I doing okay so far?)

As I went to drupal's backend to enable the lc_connector, EVERYTHING just went downhill.
There's a big PHP error in a red background all over my site (not the shop) the actual site.
its just a huge mess.
When I even go to do basic tasks in drupal the error message is just there, and I have to scroll down to do look for actions and stuff.
The only way I can go back to doing error-free actions in drupal is by removing the lconnector folder from the /sites/all/modules or in the modules section in drupal un-enable the lconnector.
Then both my site and my Lite Commerce are two different unconnected sites.
Oh please, won't you help?
I tested this previously in another subdomain and it worked beautifully, I was even able to syncronize it in drupal.
When I click the settings section in the Enabled litecommerce (in drupal) it still says ./shop and after I messed with it it now says ./shop/
please I need to know what's going on, everything's pointing to the wrong things and missing things. Makes no sense.

go to "test.richlanbiz.com" to see the weird errors thingy.
and this is my sad lil unconnected shop untouched by the PHP weirdness "test.richlanbiz.com/shop "

--- Update

I was using lc_connector-1.0.10

Now I am using lc_connector-7.x-1.2

still no luck

Error after installation of litecommerce standalone

Hi,

I'm a complete beginner of using drupal 7 and basically backend website related tasks too. I tried to install litecommerce after go daddy installed drupal 7 for me. I followed the instructions provided at https://github.com/litecommerce/core/wiki/Installing-LiteCommerce.

I then follow the instructions under the label "Installing LiteCommerce to an existing Drupal 7-driven website“ all the way till I reach step 5. Once I enabled the lc connector I get a while list of errors! I have no idea what's going on. One of the error looks like this:

"include_once(/home/content/s/t/i/mysite/html/store/var/run/classes/XLite/Module/CDev/DrupalConnector/Drupal/Module.php) [function.include-once]: failed to open stream: No such file or directory in Includes\Autoloader::__lc_autoload() (line 87 of /home/content/s/t/i/mysite/html/store/Includes/Autoloader.php)."

Can someone help me out? Has this to do with the permissions thing?

Password Length and PCI Compliance Issues

LC's target audience will most likely involve Small Business users who will use their own credit card terminal for manual credit card entry in the default install I was allowed to make a user: '[email protected]' with a Password: 'root' at installation. At issue is PCI DSS v2 Sections 8.5.9 - 8.5.15 a password best practice when handling potentially sensitive data whether PCI compliance even matters or not.

I haven't personally went through all of LC for PCI Issues if a summary is needed one can be rovided.

Negative Product Option

We have been trying to find a way to use lbs and partial qty (lbs) for our products, which is candy. Added a "product option" called pounds, type is options group, display type is select box. The group options we have one set as: name is 1/2 lbs., price modifier is -50 percent, weight modifier is -50 percent, which is enabled. Of course we have a 1 lbs option and a 5 lbs option also.
The problem is the product option shows: 1/2 lbs. (- $4.00, & minus; -0.5 lbs). (without the space & minus)

Have a question though, is this the best way to use partial qty? What if a customer want 2.5 lbs, I wonder if customers are smart enough to use the 1/2 lbs option and a qty of 5? Any way to make it easier?
Also, I haven't looked into it and will today, but can we change qty to lbs? (That might even make it more confusing but will look into it.)

Thank you for any and all the help and support you have provided!
Love LiteCommerce!

Thanks,
qimmik

LiteCommerce installation status: There are no profiles found in the database

Noticed today that on the Drupal status page, I get this message: "LiteCommerce installation status. There are no profiles found in the database. The installed LiteCommerce software not found. It is required to install LiteCommerce and specify correct path to them in the LC Connector module settings."
I was trying to remember how to link LC to Drupal or synchronize them, but cannot remember or find out how. Help me to remember please. -_-; hehe
Everything is working great, Drupal and LC3 are functioning correctly and all is well. Just get that error.

Thank you!!

Warning: Invalid CRT parameters detected

I am getting this (first) error over and over again, but doesn't seem to stop the functionality of the store except to import the catalog. When importing I also get another error (last code) as well as many of the first error. How can I fix this?

Oct 31 22:12:44 XLite [warning] Warning: Invalid CRT parameters detected in ...\modules\lc_connector\litecommerce\var\run\classes\XLite\Core\TranslationDriver\Gettext.php on line 188
Server API: cgi-fcgi;
Request method: GET;
URI: changes

Oct 31 15:22:55 XLite [error] Exception: XLite\Model\Image\Product\Image::getImageId() - method not exists or invalid getter/setter in ...\modules\lc_connector\litecommerce\var\run\classes\XLite\Model\AEntity.php on line 232
Server API: cgi-fcgi;
Request method: POST;
URI: /modules/lc_connector/litecommerce/admin.php?target=import_export&action=import&;
Backtrace:
file /classes\XLite\Controller\Admin\ImportExport.php : 1156
file /classes\XLite\Controller\Admin\ImportExport.php : 849
file /classes\XLite\Controller\Admin\ImportExport.php : 655
file /classes\XLite\Controller\Admin\ImportExport.php : 538
file /classes\XLite\Controller\AControllerAbstract.php : 1028
file /classes\XLite\Controller\AControllerAbstract.php : 1049
file /classes\XLite\Controller\Admin\ImportExport.php : 520
file /classes\XLite\Controller\AControllerAbstract.php : 342
file /classes\XLite\Controller\Admin\AAdmin.php : 158
file /classes\XLite.php : 312
file /classes\XLite.php : 341
file /admin.php : 30

Sorry if this is not in the right place to post this but thanks for any help :) Love the product!!

Payment Module settings during development

Hi,
I'm developing Payment Module for Lite Commerce.
I don't know if it's bug or feature I found, but it's very annoying.

  1. I created basic module structure and settings (workable for backend).
  2. Uploaded to /litecommerce/ folder root regarding directories structure.
  3. Re-built cache and enabled module.

Expected:

  1. Appearance of module in payment modules list.
  2. Appearance of module in xlite_payment_methods, xlite_payment_method_settings and xlite_payment_method_translations tables.

I spent some time in debug of my module before found the solution:
I need to:

  1. I created basic module structure and settings (workable for backend).
  2. Uploaded to /litecommerce/ folder root regarding directories structure.
  3. Re-built cache and enabled module.
  4. Enable developer mode in config.
  5. Pack module.
  6. Disable and remove module.
  7. Install module from package got on step 5.

Environment Check - MySQL Support is off?

I have installed the WAMP server (Apache, MySQL & PHP)

In the php.ini file, the following are already uncomment
extension=mysqli extension=pdo_mysql

but it's showing MySQL support is off and failed in environment check.

Could you tell me why?

LiteCommerce software not found in ./modules/lc-connect/litecommerce

I have preinstalled drupal amd moved lc-connect,litecommerce to site/all/modules and was trying to enable the modules as
explained however when I select LC Connect in drupal modules I get "LiteCommerce software not found in ./modules/lc-connect/litecommerce" Error

I checked to see if there is a folder and filed by that name and they were there .

Memberships security issue?

Hello, i have set up category memberships, so only certain users can see a product category. but if your signed in as a user without that membership (you cant see the category listed on the main page, but), you can still access that category by just changing the number in the address bar - cart.php?target=category&category_id=3. by changing the id=3 to id=2 you can access it with the wrong account. am i doing something wrong?

Export inverts categories and sub-categories

When I export our product list, the categories and sub-categories are incorrect and are in the format of subcategory/category. I have to go and change it to how the import likes it and it makes more sense. The category column should be category/subcategory. Just thought I would let you know to fix the code on the next patch! I don't mind (much) going and fixing it by hand.
Thank you all for the work! ^_^

Category Header {{WEB_LC_ROOT}}

When placing a category header with an image using {{WEB_LC_ROOT}}, the image displayed includes {{WEB_LC_ROOT}} as the address for the LC admin category image, thus not showing the image. The image does show up on the front end shop though. Just would be nice to see the image on the back end instead of refreshing the front end, to see if it looks ok.

Module development

I'm trying to create own module for Litecommerce. I've created the files and then use "Pack It" button. I've received .tar archive. Then I've tried to install this module from archive and I get an error
"ERROR: "0" (code N/A)
SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'packSize' at row 1
"
I looked in .tar file found .phar.metadata.bin file and didn't find "packSize" column, but in database packSize column doesn't support
NULL values and doesn't have, I think there is a problem. Why local installed Litecmmerce creates incorrect archives ?
Also I tried to download extension from shop (PayPal) then I used "Pack It" function and received archive. Then I uninstalled Paypal and
try to install it from created packege and I again got an error:
"ERROR: "0" (code N/A)
SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'packSize' at row 1
"
And as in previous case there is no "packSize" column in .phar.metadata.bin.

So, how can I create a module ad then install it on my local Litecommerce for testing ? Is it a bug or I do something wrong ?

Minicart Fails to Update After Buying a Product

A short while after installation, when clicking the "Add to Bag" button the product in not added to the minicart in the top right corner. However a message is displayed at the top of the webpage saying "Product has been added to the cart". When navigating to the store/cart sub directory it says "Your shopping bag is empty". My store is set up here http://www.nzymclothing.com/ . Here is the log ...

[info, Dec 28 2011 20:35:54] Marketplace [check_for_updates]: the "http://www.litecommerce.com/?q=api/check_for_updates" URL requested
[info, Dec 28 2011 20:35:54] Marketplace [check_for_updates]: valid response received
[info, Dec 28 2011 20:36:00] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 20:36:00] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 20:36:00] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 20:36:00] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 20:39:11] Marketplace [get_addons]: the "http://www.litecommerce.com/?q=api/get_addons" URL requested
[info, Dec 28 2011 20:39:11] Marketplace [get_addons]: valid response received
[info, Dec 28 2011 20:40:20] Marketplace [get_addon_info]: the "http://www.litecommerce.com/?q=api/get_addon_info" URL requested
[info, Dec 28 2011 20:40:20] Marketplace [get_addon_info]: valid response received
[info, Dec 28 2011 20:40:20] Marketplace [get_cores]: the "http://www.litecommerce.com/?q=api/get_cores" URL requested
[info, Dec 28 2011 20:40:20] Marketplace [get_cores]: valid response received
[info, Dec 28 2011 20:40:23] Marketplace [get_addon_pack]: the "http://www.litecommerce.com/?q=api/get_addon_pack" URL requested
[info, Dec 28 2011 20:40:23] Module pack ("CDev\PaypalWPS") is received: "/home/stefan/public_html/drupal/modules/lc_connector/litecommerce/var/tmp/4efbd3176439f.gz"
[info, Dec 28 2011 20:40:23] Marketplace [get_addon_hash]: the "http://www.litecommerce.com/?q=api/get_addon_hash" URL requested
[info, Dec 28 2011 20:40:23] Marketplace [get_addon_hash]: valid response received
[info, Dec 28 2011 20:40:23] Entry "CDev\PaypalWPS" archive is unpacked: "/home/stefan/public_html/drupal/modules/lc_connector/litecommerce/var/tmp/4efbd3176439f"
[info, Dec 28 2011 20:40:24] File is added: "skins/admin/en/modules/CDev/PaypalWPS/config.tpl"
[info, Dec 28 2011 20:40:24] File is added: "classes/XLite/Module/CDev/PaypalWPS/install.yaml"
[info, Dec 28 2011 20:40:24] File is added: "classes/XLite/Module/CDev/PaypalWPS/Main.php"
[info, Dec 28 2011 20:40:24] File is added: "classes/XLite/Module/CDev/PaypalWPS/icon.png"
[info, Dec 28 2011 20:40:24] File is added: "classes/XLite/Module/CDev/PaypalWPS/Model/Payment/Processor/PaypalWPS.php"
[info, Dec 28 2011 20:40:24] Module has been successfully installed
[info, Dec 28 2011 20:40:35] Marketplace [check_for_updates]: the "http://www.litecommerce.com/?q=api/check_for_updates" URL requested
[info, Dec 28 2011 20:40:35] Marketplace [check_for_updates]: valid response received
[info, Dec 28 2011 20:40:35] Marketplace [get_cores]: the "http://www.litecommerce.com/?q=api/get_cores" URL requested
[info, Dec 28 2011 20:40:35] Marketplace [get_cores]: valid response received
[info, Dec 28 2011 20:40:35] Marketplace [get_addons]: the "http://www.litecommerce.com/?q=api/get_addons" URL requested
[info, Dec 28 2011 20:40:35] Marketplace [get_addons]: valid response received
[info, Dec 28 2011 20:45:50] Marketplace [get_addon_info]: the "http://www.litecommerce.com/?q=api/get_addon_info" URL requested
[info, Dec 28 2011 20:45:50] Marketplace [get_addon_info]: valid response received
[info, Dec 28 2011 20:45:52] Marketplace [get_addon_pack]: the "http://www.litecommerce.com/?q=api/get_addon_pack" URL requested
[info, Dec 28 2011 20:45:53] Module pack ("CDev\GoogleAnalytics") is received: "/home/stefan/public_html/drupal/modules/lc_connector/litecommerce/var/tmp/4efbd46138d94.gz"
[info, Dec 28 2011 20:45:53] Marketplace [get_addon_hash]: the "http://www.litecommerce.com/?q=api/get_addon_hash" URL requested
[info, Dec 28 2011 20:45:53] Marketplace [get_addon_hash]: valid response received
[info, Dec 28 2011 20:45:53] Entry "CDev\GoogleAnalytics" archive is unpacked: "/home/stefan/public_html/drupal/modules/lc_connector/litecommerce/var/tmp/4efbd46138d94"
[info, Dec 28 2011 20:45:54] File is added: "skins/default/en/modules/CDev/GoogleAnalytics/drupal.js"
[info, Dec 28 2011 20:45:54] File is added: "skins/default/en/modules/CDev/GoogleAnalytics/header.tpl"
[info, Dec 28 2011 20:45:54] File is added: "skins/default/en/modules/CDev/GoogleAnalytics/drupal.tpl"
[info, Dec 28 2011 20:45:54] File is added: "skins/admin/en/modules/CDev/GoogleAnalytics/header.tpl"
[info, Dec 28 2011 20:45:54] File is added: "classes/XLite/Module/CDev/GoogleAnalytics/upgrade/1.0/3/post_rebuild.php"
[info, Dec 28 2011 20:45:54] File is added: "classes/XLite/Module/CDev/GoogleAnalytics/install.yaml"
[info, Dec 28 2011 20:45:54] File is added: "classes/XLite/Module/CDev/GoogleAnalytics/Main.php"
[info, Dec 28 2011 20:45:54] File is added: "classes/XLite/Module/CDev/GoogleAnalytics/icon.png"
[info, Dec 28 2011 20:45:54] File is added: "classes/XLite/Module/CDev/GoogleAnalytics/View/CheckoutSuccess.php"
[info, Dec 28 2011 20:45:54] File is added: "classes/XLite/Module/CDev/GoogleAnalytics/View/AView.php"
[info, Dec 28 2011 20:45:54] File is added: "classes/XLite/Module/CDev/GoogleAnalytics/View/Header.php"
[info, Dec 28 2011 20:45:54] File is added: "classes/XLite/Module/CDev/GoogleAnalytics/View/FormField/Select/TrackingType.php"
[info, Dec 28 2011 20:45:54] File is added: "classes/XLite/Module/CDev/GoogleAnalytics/LICENSE.txt"
[info, Dec 28 2011 20:45:54] Module has been successfully installed
[info, Dec 28 2011 20:46:04] Marketplace [check_for_updates]: the "http://www.litecommerce.com/?q=api/check_for_updates" URL requested
[info, Dec 28 2011 20:46:04] Marketplace [check_for_updates]: valid response received
[info, Dec 28 2011 20:46:05] Marketplace [get_cores]: the "http://www.litecommerce.com/?q=api/get_cores" URL requested
[info, Dec 28 2011 20:46:05] Marketplace [get_cores]: valid response received
[info, Dec 28 2011 20:46:05] Marketplace [get_addons]: the "http://www.litecommerce.com/?q=api/get_addons" URL requested
[info, Dec 28 2011 20:46:05] Marketplace [get_addons]: valid response received
[info, Dec 28 2011 20:51:12] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 20:51:12] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 20:51:12] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 20:51:12] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 20:55:58] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 20:55:58] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 20:55:58] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 20:55:58] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 21:01:42] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 21:01:42] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 21:01:42] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 21:01:42] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 21:02:09] Marketplace [get_addon_info]: the "http://www.litecommerce.com/?q=api/get_addon_info" URL requested
[info, Dec 28 2011 21:02:09] Marketplace [get_addon_info]: valid response received
[info, Dec 28 2011 21:02:14] Marketplace [get_addon_pack]: the "http://www.litecommerce.com/?q=api/get_addon_pack" URL requested
[info, Dec 28 2011 21:02:15] Module pack ("CDev\USPS") is received: "/home/stefan/public_html/drupal/modules/lc_connector/litecommerce/var/tmp/4efbd8370dfb8.gz"
[info, Dec 28 2011 21:02:15] Marketplace [get_addon_hash]: the "http://www.litecommerce.com/?q=api/get_addon_hash" URL requested
[info, Dec 28 2011 21:02:15] Marketplace [get_addon_hash]: valid response received
[info, Dec 28 2011 21:02:15] Entry "CDev\USPS" archive is unpacked: "/home/stefan/public_html/drupal/modules/lc_connector/litecommerce/var/tmp/4efbd8370dfb8"
[info, Dec 28 2011 21:02:16] File is added: "skins/admin/en/modules/CDev/USPS/test.tpl"
[info, Dec 28 2011 21:02:16] File is added: "skins/admin/en/modules/CDev/USPS/config.tpl"
[info, Dec 28 2011 21:02:16] File is added: "skins/admin/en/modules/CDev/USPS/main.tpl"
[info, Dec 28 2011 21:02:16] File is added: "skins/admin/en/modules/CDev/USPS/location.tpl"
[info, Dec 28 2011 21:02:16] File is added: "classes/XLite/Module/CDev/USPS/install.yaml"
[info, Dec 28 2011 21:02:16] File is added: "classes/XLite/Module/CDev/USPS/Main.php"
[info, Dec 28 2011 21:02:16] File is added: "classes/XLite/Module/CDev/USPS/icon.png"
[info, Dec 28 2011 21:02:16] File is added: "classes/XLite/Module/CDev/USPS/View/Tabs/ShippingSettings.php"
[info, Dec 28 2011 21:02:16] File is added: "classes/XLite/Module/CDev/USPS/View/TopMenu.php"
[info, Dec 28 2011 21:02:16] File is added: "classes/XLite/Module/CDev/USPS/README"
[info, Dec 28 2011 21:02:16] File is added: "classes/XLite/Module/CDev/USPS/Controller/Admin/Usps.php"
[info, Dec 28 2011 21:02:16] File is added: "classes/XLite/Module/CDev/USPS/Model/Shipping/Processor/USPS.php"
[info, Dec 28 2011 21:02:16] Module has been successfully installed
[info, Dec 28 2011 21:02:25] Marketplace [check_for_updates]: the "http://www.litecommerce.com/?q=api/check_for_updates" URL requested
[info, Dec 28 2011 21:02:26] Marketplace [check_for_updates]: valid response received
[info, Dec 28 2011 21:02:26] Marketplace [get_cores]: the "http://www.litecommerce.com/?q=api/get_cores" URL requested
[info, Dec 28 2011 21:02:26] Marketplace [get_cores]: valid response received
[info, Dec 28 2011 21:02:26] Marketplace [get_addons]: the "http://www.litecommerce.com/?q=api/get_addons" URL requested
[info, Dec 28 2011 21:02:26] Marketplace [get_addons]: valid response received
[info, Dec 28 2011 22:20:24] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 22:20:25] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 22:20:25] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 22:20:25] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 22:49:50] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 22:49:50] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 22:49:50] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 22:49:50] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 22:57:32] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 22:57:33] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 22:57:33] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 22:57:33] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 22:58:56] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 22:58:56] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 22:58:56] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 22:58:56] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 22:59:36] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 22:59:36] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 22:59:36] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 22:59:37] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 23:00:19] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 23:00:19] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 23:00:19] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 23:00:19] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 23:00:29] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 23:00:29] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 23:00:29] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 23:00:30] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 23:03:46] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 23:03:46] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 28 2011 23:03:46] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 28 2011 23:03:46] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 10:00:15] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 10:00:16] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 10:00:16] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 10:00:16] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 10:14:38] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 10:14:38] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 10:14:38] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 10:14:38] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 10:21:00] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 10:21:00] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 10:21:00] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 10:21:00] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 11:28:05] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 11:28:05] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 11:28:05] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 11:28:05] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 11:39:28] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 11:39:28] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 11:39:28] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 11:39:28] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 12:09:28] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 12:09:28] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 12:09:28] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 12:09:29] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 12:10:32] The module "CDev\GoogleAnalytics" has been uninstalled successfully
[info, Dec 29 2011 12:10:32] Marketplace [get_addons]: the "http://www.litecommerce.com/?q=api/get_addons" URL requested
[info, Dec 29 2011 12:10:32] Marketplace [get_addons]: valid response received
[info, Dec 29 2011 12:15:13] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 12:15:13] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 12:15:13] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 12:15:13] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 12:15:18] Marketplace [get_cores]: the "http://www.litecommerce.com/?q=api/get_cores" URL requested
[info, Dec 29 2011 12:15:19] Marketplace [get_cores]: valid response received
[info, Dec 29 2011 12:16:44] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 12:16:44] Marketplace [get_hosting_score]: response has an invalid format
[info, Dec 29 2011 12:16:44] Marketplace [get_hosting_score]: the "http://www.litecommerce.com/?q=api/get_hosting_score" URL requested
[error, Dec 29 2011 12:16:45] Marketplace [get_hosting_score]: response has an invalid format

Categories not ordering by position in front end

Categories are all created with position 0 on the admin panel, after setting the values and saving, the categories are ordered properly respecting the position numbers.
But if you go to the front end, the categories are just displayed from newest to oldest.

getting 500 Internal Server error for all images and css after install

Successfully installed LiteCommerce shopping cart software v.1.0.17, however when trying to view the site locally, I cannot see any of the images or CSS.

I am getting "Failed to load resource: the server responded with a status of 500 (Internal Server Error)" for all css and images in the site.

all the file permissions seem to be ok, so I am not sure what's wrong.

is there something i am missing?

please help.

thanks,
zain

sql error

Hi,

I get this sql error by Re-building cache, please wait...
ERROR: "0" (code N/A)

SQLSTATE[HY000]: General error: 1005 Can't create table 'testnl.#sql-706f_b714' (errno: 121) SQL query: ALTER TABLE xlite_form_ids ADD CONSTRAINT formid_to_session FOREIGN KEY session_id (session_id) REFERENCES xlite_sessions (id) ON DELETE CASCADE ON UPDATE CASCADE

[05-Apr-2011 23:58:39] Error (code: 0): SQLSTATE[HY000]: General error: 1005 Can't create table 'testnl.#sql-706f_b714' (errno: 121)
SQL query: ALTER TABLE xlite_form_ids ADD CONSTRAINT formid_to_session FOREIGN KEY session_id (session_id) REFERENCES xlite_sessions (id) ON DELETE CASCADE ON UPDAT$
Server API: cgi-fcgi;
Request method: GET;
URI: /osw/xlite/src/cart.php;
Backtrace:
/home/customers/hk/c/test.nl/html/test.nl/osw/xlite/src/var/run/classes/XLite/Core/Database.php : 724
/home/customers/hk/c/test.nl/html/test.nl/osw/xlite/src/var/run/classes/XLite/Core/Database.php : 695
/home/customers/hk/c/test.nl/html/test.nl/osw/xlite/src/Includes/Decorator/Plugin/Doctrine/Plugin/UpdateSchema/Main.php : 50
/home/customers/hk/c/test.nl/html/test.nl/osw/xlite/src/Includes/Decorator/Utils/PluginManager.php : 80
/home/customers/hk/c/test.nl/html/test.nl/osw/xlite/src/Includes/Decorator/Utils/CacheManager.php : 480
Includes\Decorator\Utils\CacheManager::executeStepHandlerThird()
/home/customers/hk/c/test.nl/html/test.nl/osw/xlite/src/Includes/Utils/Operator.php : 163
/home/customers/hk/c/test.nl/html/test.nl/osw/xlite/src/Includes/Decorator/Utils/CacheManager.php : 385
/home/customers/hk/c/test.nl/html/test.nl/osw/xlite/src/Includes/Decorator/Utils/CacheManager.php : 404
/home/customers/hk/c/test.nl/html/test.nl/osw/xlite/src/Includes/Decorator/Utils/CacheManager.php : 497
/home/customers/hk/c/test.nl/html/test.nl/osw/xlite/src/top.inc.PHP53.php : 94
/home/customers/hk/c/test.nl/html/test.nl/osw/xlite/src/top.inc.php : 41
/home/customers/hk/c/test.nl/html/test.nl/osw/xlite/src/cart.php : 32

Install
git clone http://github.com/litecommerce/core.git xlite
cd xlite
git checkout -b master-dev origin/master-dev
cd ..
cp xlite/src/etc/config.php xlite/src/etc/config.local.php
nano xlite/src/etc/config.local.php
chmod 777 xlite/src/var xlite_cms/sites
cd xlite/src
php -f restoredb demo
http://test.nl/osw/xlite/src/cart.php

Maintenance mode

When I was trying to backup Litecommerce (connected to Drupal), the system recommended me to put the store in maintenance mode in the "General Settings" before backing up. However, there doesn't seem to have anything related to maintenance mode or catalog mode in the "General Settings". How can I effectively back up Litecommerce? Do I still have to make a backup of Drupal after backing up Litecommerce?

Incorrect URLs when installed with non-standard port

All urls that have /litecommerce/ in their path are broken, if LiteCommerce host URL contains port definition.
e.g.: https://example.com:8080/litecommerce/images/category/demo_c14015.jpeg appears as https://example.com/litecommerce/images/category/demo_c14015.jpeg
The same situation with links to litecommerce pages, javascript, css files:
e.g: http://example.com/litecommerce/admin.php?drupalReturnURL=https%3A%2F%2Fexample.com%3A8080%2F instead of http://example.com:8080/litecommerce/admin.php?drupalReturnURL=https%3A%2F%2Fexample.com%3A8080%2F

example.com/admin.php Error (code 2)

I had a successful installation with no issues thus far. Site has been up and running for over a week. Added some new items last night, when trying to login to my Administration Panel this morning I received the following error:

ERROR: "Includes\ErrorHandler::FATAL_ERROR" (code 2)

Call to a member function fetch() on a non-object

Screen Shot 2013-04-03 at 5 28 06 PM

This is a standalone copy.

Hacked

I'm not sure, but I tried to login today to access my backend it said
Error:There is no user with specified email address

Even when I tried to retrieve the password using my email address, it still said the same thing.
I then didn't type anything on the empty field and then it displayed the message

Recover password
The confirmation URL link was mailed to

yeah... seriously, that's what it said. Blank. What should I do?

Search not returning products in control panel

I'm trying to search for a product by using a word in the product name.
If I search for it from the store frontend, the product is found just fine.
But if I search for it from the administration panel, it doesn't show up.

Reloading the cache doesn't change anything.

Odd thing is, I can search for the SKU and then just "touch" (click update without changing anything) the product and after "touching" it, the search from the administration panel will work.

Why is the front end and the backend search displaying different results or behaving differently?
I noticed the word "pattern search" in the backend, but using wildcard ( word ) doesn't displays the product either.

I've checked categories, other options and the word case.

Error on install - at step five

I am attempting to install the stand-alone version of litecommerce.

While installing I get the following error at step 5 of the installation;

ERROR: "Includes\ErrorHandler::FATAL_ERROR" (code 2)
Call to undefined function Includes\Decorator\Utils\token_get_all()

Looking in the httpd_errors log I see the following;

PHP Fatal error: Call to undefined function Includes\Decorator\Utils\token_get_all() in /usr/hosting/3s1.com/litecommerce/Includes/Decorator/Utils/Tokenizer.php on line 500, referer: http://3s1.com/litecommerce/install.php

The part may be unimportant buy I'll mention it anyway;
On install all checkouts seemed fine with one exception;

Under non-critical dependancies the line
Disabled functions - indicates "failed" although all sections below that are checked as fine.
While reading the page it seems to indicate that I should click the "failed" to fine out more information, it does not appear to be a link.

Any pointers would be helpful.

Payment Mode is not getting in admin side

Dear develpers,

I'm new to Litecommerce. I loved this coding very much.

I've a problem now. When customer adding their payment details(eg: if check then check details) is not getting in admin side's order page. Only payment mode is getting and not getting the details of the payment filled by the user.

Kindly help. Thanks in advance.

Black background for transparency product image

We use a transparent background with our product images, when they show up on the front-end, the images are black with the transparencies. Almost every place the image appears, the background is black. Only place it is transparent is the pop out frame for the detail information mouse over. Where can we change the background of the image to white instead of black?

Product Options are Not Displayed For Admin Invoice

First off sorry if I am in the wrong place.

The bug is that when a customer orders and item with options (color, size ...) the invoice for the product displays the options that the customer order (http://dl.dropbox.com/u/322509/Customer%20View.png) however when the admin logs into the "Administrator panel" and displays the order the product options are not displayed (http://dl.dropbox.com/u/322509/Admin%20View.png). However if the customer order multiply items with different options they are separated in the admin invoice.

U.S.P.S. Addon Returns Error

When using the USPS addon the site returns an error. Here is the response that I am getting back from the USPS test server.

<Error>
    <Number>80040b1a</Number>
    <Description>API Authorization failure. RateV4 is not a valid API name for this protocol.</Description>
    <Source>UspsCom::DoAuth</Source>
</Error>

Here is the request that is being sent to the server.

<RateV4Request USERID="***">
    <Revision>2</Revision>
    <Package ID="01">
        <Service>ALL</Service>
        <ZipOrigination>18977</ZipOrigination>
        <ZipDestination>18505</ZipDestination>
        <Pounds>10</Pounds>
        <Ounces>0.0</Ounces>
        <Container>VARIABLE</Container>
        <Size>REGULAR</Size>
        <Width>7.0</Width>
        <Length>10.0</Length>
        <Height>9.0</Height>
        <Value>200.00</Value>
        <Machinable>true</Machinable>
    </Package>
</RateV4Request>

"Cache rebuild is already started, please wait" every fresh rebuild

After installing of last Lite Commerce version and some time of its using, I'm getting the following message for every try of cache update:

ERROR: "-1" (code N/A)

Cache rebuild is already started, please wait

It happens even after cleanup in var/run and manually removing of cache rebuild locks (according to sources). Also I noticed that cache is rebuilded even after such error.

Demo mode can't disables

Hi, i've successfully installed lc on my server, but i still encounter a very big problem, in fact the website is in demo mode, so i can't modify much elements. i've tried to disable the addon but i can't do in demo mode, don't know why i've installed in demo mode, i don't see it in installation procedure even if i've tried to reinstall all several times. please help me!

Error after install

The moment install has completed, out of the box install, I get the following:

ERROR: "Includes\ErrorHandler::FATAL_ERROR" (code 2)

Call to a member function log() on a non-object

I have tried multiple installs but every time receive the same error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.