Get FCKeditor work on Oscommerce 2.2 release 2a

OSCommerceToday I downloaded All In One FCK Editor WYSIWYG Editor Oscommerce add-ons since I needed to add a WYSIWYG(What You See Is What You Get) HTML editor on one of my client’s Oscommerce Shopping Cart site.

After I did all uploadings and changes according to the Readme document, I got the following errors after I refreshed the back-end page.

Warning: Failed opening ‘fckeditor_php4.php’ for inclusion (include_path=”) in /var/www/html/catalog/admin/fckeditor/fckeditor.php on line 75

Continue reading ‘Get FCKeditor work on Oscommerce 2.2 release 2a’

Related posts

How to disable/remove/uninstall incompatible add-ons in Firefox

firefox-extensions_thumbnailJust wanted to explore some add-ons after I installed the final version of Firefox 3.0 today. I found this add-on named TwitterFox in Get Add-ons Tab after I clicked Tools –> Add-Ons option. Excitedly installed it since I am using Twitter accounts now. But after the TwitterFox installation, my firefox 3.0 acted very wired. I could not bring the Firefox screen focused. It always hid in the taskbar, and the left/right click of my mouse did not even work at all on FireFox in the taskbar.

Continue reading ‘How to disable/remove/uninstall incompatible add-ons in Firefox’

Related posts

Official Firefox 3.0 download site is down

I really tried to help Mozilla to make the Guinness Record for the most downloaded software within 24 hours. But unfortunately the poor preparation of Mozilla made it very difficult for me to even get on the website. I tried from 1:40pm (Eastern time, 40 minutes after the official release time) to 2:40pm and could not connect to the website. I am sure it was because too many people were connecting to the website at that moment, but Mozilla should have known better before it put such statement as Make Guinness Record on its website to promote Firefox and lure everybody.

I put some available screenshots below and hope the poor website will be back soon.

Mozilla Error

Mozilla.com which hosts Firefox and Thunderbird was down with “Service Unavailable” error message

Firefox Guinness

And the FireFox could not connect to the download page of Firefox 3.0 on Spreadfirefox website

Finally, I even tried the Firefox Check Updates… feature and no luck at all.

[Updated: the website is back now, it is not too late to download the firefox 3.0 and make the Guinness Record now before 18:00 EST 6/18/2008]

Related posts

Get Firefox 3.0 final and make the record

Download DayIf you like FireFox browser as I do, then I would suggest you do not miss today’s event: to download Firefox 3.0 final and to make the world record since today (6/17/2008 10 PDT) is the official release time for FireFox 3.0 Final.

But the final build of Firefox is now available for download on the FTP server. I could not resist and already grabbed my download and installed. (I will download again as soon as its official release becomes available because my downloading will help Set a Guinness World Record for the most downloaded software in 24 hours)

IMPORTANT: Downloads from FTP server and direct links will not count towards the Guinness World Record attempt for the most software downloads in a day. If participation in this event is important to you, wait for the official release.

Continue reading ‘Get Firefox 3.0 final and make the record’

Related posts

Fix wp.getusersblogs error in Windows Live Writer after upgrading to WordPress MU 1.5.1

I have been using Microsoft Windows Live Writer to update my blogs for a while, but today I got some errors when I tried to publish a post to my newly upgraded WordPress MU 1.5.1 blog. After this error message, I got a prompt windows to ask my blog logon user name and password. I thought the upgrading changed the user information anyhow, so that I updated my logon password, and re-typed it in Live Writer. When I re-published, again saw the same error. I stopped, and then tried to view the web blog within the WLW. The same wp.getusersblogs error popped-up as I encountered during the publishing.

The following is the detailed error message:

log Server Error - Server Error -32601 Occurred server error. requested method wp.getUsersBlogs does not exist. You must correct this error before proceeding.

Continue reading ‘Fix wp.getusersblogs error in Windows Live Writer after upgrading to WordPress MU 1.5.1′

Related posts

Make a free auto get/put files schedule with FTP scripts in DOS environment

Challenge:

msdosI need to pull over a file from our FTP server every minute to the database server. I do not want to install any FTP schedule utilities on the database server. So I decided to use the FTP.exe comes with the Windows server OS. I brought up a DOS prompt, type FTP and hit Enter. I got some prompt screens, what I needed to do is to provide the remote server IP (host name) and user credential information. After I logged on, I then can use some UNIX like commands as LS and GET to download files. Great, it approved that we really do not need a fancy FTP client program.

But how can I make the above process automatically, since I could not put user logon credentials into a DOS batch file.

Research Results:

To overcome the challenge above, I need to come up an FTP “script” which can work together with FTP in DOS, since FTP.exe supports scripting with the “-s:” option.

For example, if your plain text FTP script file has a name of FTPSCRIPT.TXT (assume you put the same directory as you type your DOS command), then you can use the following command to execute FTP script:

ftp -s:FTPSCRIPT.TXT

Continue reading ‘Make a free auto get/put files schedule with FTP scripts in DOS environment’

Related posts

Can not start a workflow from a survey response in Windows SharePoint Services 3.0 (MOSS 2007) with "Failed to Start" error

Challenge:

sharepoint When I was approached by a co-worker to come up a quick solution to design a training registration application. The requirement is to display all upcoming training events in calendar view and allow users to register to each training. And upon the registration is submitted, the training department and the user’s supervisor should receive notifications immediately (although not required now, but might need the approval from the supervisor in later development). The deadline is very…, how to say it, … how about this afternoon. Well, while the co-worker asked how to design the database tables and asp.net coding, I suggested why not giving the SharePoint a shot. Since I am the one proposed, then I had to create it for her.

Well, that was what I came up so far. In our Microsoft Office SharePoint Server System (MOSS) 2007 with Windows SharePoint Services 3.0 (WSS), I created a calendar list to display training events; in the calendar item there was a link to another new created survey list acting as a registration form. Then I added a workflow to the survey so that emails will be sent out whenever a new response is added into the survey (or register list).

Everything is working fine, but however, the workflow does not start. Instead, the status of the workflow appears as Failed to Start.

Trouble-Shootings:

I searched this issue on Google, and I found out a lot of people had the similar errors before. Someone pointed out the cause was the user of application pool who should be Network Services instead of a user with administrative right; Someone suggested to re-active the workflow feature in SharePoint Application server; Someone asked whether it was done in SharePoint Designer  2007.

Continue reading ‘Can not start a workflow from a survey response in Windows SharePoint Services 3.0 (MOSS 2007) with "Failed to Start" error’

Related posts

new changes in wp-config.php for WordPress MU 1.5.1

It has been closely two weeks since WordPress released its latest MU 1.5.1 version. I could not get a chance to upgrade mine till today. Normally I just upload all the newer files but wp-config.php to my server via FTPing. During this upgrading, I noticed that the last modified time for newer version of wp-config-sample.php has been changed. To find out what kind of changes inside, I opened the wp-config-sample.php file.

Continue reading ‘new changes in wp-config.php for WordPress MU 1.5.1′

Related posts

Fix RIM BlackBerry 8703e "JVM Error 523"

blackberry_8307e Challenge: Today when I tried to browser a website on my BlackBerry 8703e, it all of the sudden frozen up and then showed a white screen with "JVM Error 523" in the middle after a self-reboot.

I tried to scroll down and clicked the Reset link under the error message, but nothing happened. I could not even do a power off reset, since the Power button on the top was basically non-responsiveness.

So, I opened the back cover and took out the battery, and then I put back the battery. Yes, I could see the desktop after the boot-up and even the message of "verifying security software…". But unfortunately the blackberry immediately went back to the White Screen with the same "JVM Error 523". At that point, the device is totally useless, since none of any buttons on the blackberry was functional.

Continue reading ‘Fix RIM BlackBerry 8703e "JVM Error 523"’

Related posts

Funny English translations to some signs in China

Funny_LaughThink China is ready for International tourists in 2008 Olympics Game? Think again :-). Today, I got an email forwarded by one of my co-workers with some funny pictures (as the below). It is fun to read them and of course a little sad as well. Can we be more readproof in designing these signs, or just we do not care. Have fun!

Continue reading ‘Funny English translations to some signs in China’

Related posts

Cannot use right click or drag/drop of mouse in Microsoft Word and Outlook 2003

Word_Icon_A Today I tried to copy and paste an email in Outlook 2003 but found out the SELECT ALL function of my mouse did not work. I could not highlight any texts in the mail body, and I could not even see the copy & paste options and the whole context menu by right clicking my mouse. 

Since I know I configured in the Outlook to use Microsoft Word 2003 as the primary email compose tool, I opened a new Word Window to see how things do in the Word. Same thing happened in Microsoft Word 2003, I could not use all my mouse right clicking.

Continue reading ‘Cannot use right click or drag/drop of mouse in Microsoft Word and Outlook 2003′

Related posts

Ubuntu 8.04 installed (with pictures)

ubuntu804 As its previous versions, the newer version of Ubuntu (version number 8.04 and code name ) is very easy for the installation. After downloading the ISO file from the Internet and pointing it with one of my virtual machine, the installation menu was there quickly. With its no-brain 7-step installation process, the overall time was less than an hour ( I got some issues with my virtual machine, but it was still cool compared with couple of hours with Windows OS installation).

Read on for more installation photo gallery… You can click the thumbnail to view the larger picture.

Continue reading ‘Ubuntu 8.04 installed (with pictures)’

Related posts

How to initial and cancel the call forwarding on Verison phones

Already got back to the office, and need to return the loaned 3G phone which I used overseas. Before I gave up this cool baby, I would have to cancel the calling forward to get my phone number back to my blackberry. Since I am not good at  remembering all these codes, I put them in this post for the future reference. Please be noted the codes here only for Verizon wireless provider.

To forward phone number A  to phone B, use *72 + phone number B:
On the phone currently using phone number A, dial “*721234567890” and send. Here, *72 is the special code, and 1234567890 is the new phone number which accepts the forwarded calls.

To cancel the call forwarding, dial *720
To cancel the forwarding, just dial “*720” on the original forwarded phone, and that is it.

On both of the above processes, please do not forget the * sign at the beginning. And normally you will hear a continued beep sound, that is OK your request still goes through if your provider allows you to do the call forwarding(meaning you paid this service).

Related posts

I am back to the state, but not home yet

D@mn long line in the hall of Homeland Security and Board Protection, I missed the last flight and had to stay in Newark tonight with two babies.

Related posts