Category: Code or Hosting
-
Compare Two Facebook Users to Find Common Friends
I recently went to find if two of my friends have the same friends, other than me. To get to the compare page for you and a friend, go to your friend’s wall. Click the down arrow on the Messages button and choose “see friendship”. Supposedly, once the page has loaded if you look in…
-
Using Cyberduck Version 4.2.1 (9350) with an SSL Connection to FileZilla Server 0.9.37 beta
So, I have a default (mostly) install of FileZilla Server: I can connect just fine using FileZilla Client, but not Cyberduck (originally on a Mac, but I replicated the issue on Windows). I kept getting this error: Very useful, obviously, the log on the server only shows this: (000098)1/7/2013 15:49:37 PM – (not logged…
-
Windows 7 Default New Mail Sound
Is located here: C:\Windows\Media\Windows Notify.wav
-
Protocol-Less URLs?
Ok, I happened upon this recently, and it sort of blew my mind. Section 4.2 of RFC 3986 provides for fully qualified URLs that omit protocol (the HTTP or HTTPS) altogether. When a URL’s protocol is omitted, the browser defaults to the underlying document’s protocol. “Put simply, these “protocol-less” URLs allow a reference like this…
-
ColdFusion 9.0.1 Update Fails on Windows 2008 Status: ERROR Additional Notes: ERROR – cfmx-patch-move-files-all.xml Failed to copy C:ColdFusion9libcfperfmon_9.dll to C:Windowssystem32cfperfmon_9.dll due to C:Windowssystem32cfperfmon_9.dll (The process cannot access the file because it is being used by another process)
On Windows 2008 and 2008 R2, when running the ColdFusion 9.0.1 updater it will fail to complete successfully. Each time failing with the same message in the install log (The Adobe_ColdFusion_9.0.1_InstallLog.log is not written to until the upgrade installer is closed. As long as it is still open, it has not written to the log…
-
Determine version of ColdFusion
Determining the version of ColdFusion can be a task you need to perform from time to time, to find out the version, create a page on the site with the following content: <cfdump var=”#SERVER#” /> As far as I can tell, there is not a simpler way of obtaining version without access to the ColdFusion…
-
Creating the ColdFusion Client Variable Storage Database and Tables within MySQL
ColdFusion does not create the proper tables for client variable storage when using MySQL as the database engine. This is valid in ColdFusion 9 and also still present in ColdFusion 10. These tables should be created manually for client variable storage to function. Two tables are required. CDATA and CGLOBAL. Details about theses tables are…
-
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. The root cause was that: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. The root cause was that: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up. CF can not open a TCP socket to the database server. Check that the database server is actually running, listening on…
-
ColdFusion CFIDE Folder
System Information Server Details Server Product ColdFusion Version 9,0,2,282541 Edition Standard Serial Number XXXXXXXXXXXXXXXXXXXX Operating System UNIX OS Version 2.6.32-279.11.1.el6.x86_64 Adobe Driver Version 4.1 (Build 0001) JVM Details Java Version 1.6.0_29 Java Vendor Sun Microsystems Inc. Java Vendor URL http://java.sun.com/ Java Home /opt/coldfusion9/runtime/jre Java File Encoding UTF8 Java Default Locale en_US File Separator / Path…
-
Easy Admin Color Schemes Causes Transparent Sub Menus Since Upgrade to WordPress 3.5
I saw someone upgrade their WordPress install to 3.5 and run into an issue where the background on menu sub menus would be transparent. Turns out the fix was rather simple. Go to Admin Color Schemes -> All Admin Color Schemes. Edit under the scheme of your choice, and add the following CSS in an appropriate…