This blog has been archived and is not maintained any longer. For similar useful posts, please visit www.jeromeesperanza.com
Thursday, May 8, 2008
Need to install Apache, MySQL, and PHP (Linux, Mac OC, Solaris or Windows)?
I was reminded of a friend who asked me the other day about installing a CMS package, as well as installation of Apache to his server... Thus, this article... He was asking for feedback on manually installing each application needed: Apache web server app, mysql and php... Manually installing each package separately may be the best, effective way. However, personally, I have had no problem in installing the three in a bundled package like most LAMP packages offer... Besides, I tried the manual installs and found it to be a tedious process... Personally tested XAMPP, a very easy to install Apache Distribution for Linux, Solaris, Windows and Mac OS X. The package also includes the Apache web server, MySQL, PHP, Perl, a FTP server and phpMyAdmin.
Download XAMPP and other add-ons at these links (for Linux, Mac OC, Solaris or Windows):
Apache Friends.Org: XAMPP Official Developers' Site
Sourceforge.Net
Simply download, extract, then enjoy! And by the way, it's free!
Wednesday, April 23, 2008
Troubleshooting startup errors in Dreamweaver (updating dreamweaver): The following translators were not loaded due to errors
Having followed the procedures in updating dreamweaver (as mentioned in said article), Dreamweaver did startup successgully but this time errors kept popping:
The following translators were not loaded due to errors (any of the ff. may appear):
ASP.htm: has configuration information that is invalid.
ASP.NET.htm: has configuration information that is invalid.
ColdFusion.htm: has configuration information that is invalid.
PHP_MySQL.htm: has configuration information that is invalid.
JSP.htm: has configuration information that is invalid.
XSLT.htm: has configuration information that is invalid.
A solution to this may be applied:
Delete FileCache.dat files from the Dreamweaver user configuration folder.
Delete the WinFileCache-7A9586CB.dat, MacFileCache-BFE7CE2E.dat, or FileCache.dat file from the Dreamweaver user configuration folder. It is recommended to delete the FileCache.dat file if you are experiencing a JavaScript error related to "dwscripts" or if you are receiving a "translators were not loaded" error message. The string of characters after "FileCache-" may differ on your machine. The location of the FileCache.dat file depends your operating system and your version of Dreamweaver. Note that on Windows, the Application Data and AppData folders are hidden by default, so verify that your Windows Explorer folder options are set to View Hidden Folders.
Dreamweaver CS3 on Windows Vista:C:\Users\[username]\AppData\Roaming\Adobe\Dreamweaver 9\Configuration
Dreamweaver CS3 on Windows XP:
C:\Documents and Settings\[username]\Application Data\Adobe\Dreamweaver 9\Configuration
Dreamweaver 8 on Windows XP:
C:\Documents and Settings\[username]\Application Data\Macromedia\Dreamweaver 8\Configuration
Dreamweaver 8 on Windows Vista:
C:\Users\[username]\AppData\Roaming\Macromedia\Dreamweaver 8\Configuration
Dreamweaver CS3 on Macintosh:
Mac HD/Users/[user]/Library/Application Support/Adobe/Dreamweaver 9/
Dreamweaver 8 on Macintosh:
Mac HD/Users/[user]/Library/Application Support/Macromedia/Dreamweaver 8/
Source: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19105
This worked for me. Next Dreamweaver startup was successful this time without any errors :D
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