This blog has been archived and is not maintained any longer. For similar useful posts, please visit www.jeromeesperanza.com
Sunday, October 24, 2010
Drupal Seminar and Demo, Buendia, Makati, November 2010
Friday, December 11, 2009
Apache, MySQL and PHP (AMP) for MAC = MAMP
Just spreading the word...
To note:
"Be aware that the current WAMP installer includes PHP 5.3.0. (to date)... Joomla and Drupal are not yet compatible with PHP 5.3.0. WordPress is compatible with PHP 5.3.0, but you need to make a small edit to the php.ini file to manually set the time zone for your location.
In Drupal, the following error occurs when you run the installation wizard:
Deprecated: Function ereg() is deprecated in C:\wamp\www\drupal\includes\file.inc on line 895If you are using WAMP, you can address this error by downloading the latest 5.2.x version of PHP. Click the WAMP icon in the system tray and choose PHP > Version > Get More. The current MAMP installer ships with PHP 5.2.10, so this issue does not affect MAMP and Mac users."
AMP on!
Sunday, September 13, 2009
E-Commerce Website project, review of CMS...
Magento
Magento is an interesting platform for your e-commerce website. It's modular architecture and unprecedented flexibility means your business is no longer constrained by your eCommerce platform. Magento is total control.
PrestaShop
PrestaShop is professional e-Commerce shopping cart software that you can download and use for free. It supports a lot of interesting features for a total control of your e-Commerce shop.
Drupal e-commerce
Drupal e-Commerce is a package of modules to let you create your own online store. It is totally free, open source, rich featured and flexible. The system can use PayPal, Authorize.net, eWAY, C.O.D. or you can roll your own.
Zen-Cart
Zen Cart truly is the art of e-commerce; free, user-friendly, open source shopping cart software. The ecommerce web site design program is being developed by group of like-minded shop owners, programmers, designers, and consultants that think ecommerce web design could be and should be done differently.
CubeCart
CubeCart is an "out of the box" ecommerce shopping cart software solution which has been written to run on servers that have PHP & MySQL support. With CubeCart you can quickly setup a powerful online store which can be used to sell digital or tangible products to new and existing customers all over the world.
osCommerce
osCommerce is an Open Source online shop e-commerce solution that is available for free under the GNU General Public License. It features a rich set of out-of-the-box online shopping cart functionality that allows store owners to setup, run, and maintain online stores with minimum effort and with no costs, fees, or limitations involved.
VirtueMart
VirtueMart is not a CMS but an Open Source E-Commerce solution to be used together with Joomla! (and Mambo). Joomla! and VirtueMart are written in PHP and made easy for use in a PHP/MySQL environment.
FatFreeCart
FatFreeCart is a free shopping cart developed by the team behind E-junkie shopping cart. It works inside your website, your blog and will even work from your MySpace page. It is simply a copy-paste cart and does not require you to register with us or install anything. It works with PayPal and Google Checkout. It supports product variations, shipping, handling and sales tax.
More issues to follow... am sure... :D
Tuesday, May 27, 2008
Google Analytics in Drupal
However, I think the best method that work for a test site is perhaps creating a block and publishing the google analytics script in there. To best have accurate analysis reports, publish analytics block accordingly, e.g. excluding the /node/edit* pages or /admin* pages. This way only anonymous visits are logged and recorded. On the other hand, reverse the publishing to determine administrative behaviors. Neat! Worked like a charm!
P.S.
the generated reports didn't come until after 24 hours... or a disclaimer from google that due to technical problems it may not generate some reports at all, somethin' like that... the adage, patience is a virtue... indeed!
Friday, February 8, 2008
"Make sure you have a working image toolkit installed and enabled" in Drupal
"Make sure you have a working image toolkit installed and enabled"
it says "for more information see settings page"
Solution would be to enable the ImageMagick toolkit in the settings page (don't be surprised if this is not available in the drupal forum before):
Go to settings > image handling > enable imagemagick or gd2
afterwhich the image handling option will not be made available anymore (not viewable from the settings page)
See other suggestions here from the drupal forum
- http://drupal.org/node/60927
Tuesday, February 5, 2008
Forgot your password in Joomla, Drupal, or any other php run cms with mysql database (with management in phpmyadmin)?
In the event you forget your administrator password or passwords in in Joomla, Drupal, mediawiki, coppermine, etc. (or any opensource php-driven cms with mysql database manageable in phpmyadmin for that matter), a workaround is fortunately available. For newbies, forgetting one's administrator user account's password the only solution will have to be re-installing the entire cms from scratch thus re-creating an administrator account in the process. A solution is as follows:
- Go to site/phpmyadmin (login, of course assuming you have the necessary rights to the database/s)
- Browse for the database, then the table (in the case of Joomla, Drupal, etc. this is commonly the table 'users') intended to be edited
- click edit user, then under the 'Function' column (dropdown list) choose MD5, edit the 'Value' or your password (you will initially see the encrypted version of your original password), then type in the desired, new password of your choice
- Lastly, don't ever forget your password again, silly! :D
Thanks to pete avila and michael for the tip!
----------------------------------
This blog has been archived and is not maintained any longer. For similar useful posts, please visit www.jeromeesperanza.com