Uncategorized
HTML: Using the alt tag
by admin on Dec.19, 2009, under Uncategorized
Per the w3c Standards the alt tag is used to serve as content when the element(image) cannot be rendered normally. The means the value define by the alt tag should only display if the image is not available. It was not meant to be used as a tooltip but earlier version of internet explorer ignored this specification. This standard was adopted in IE 7 and above. This has always been the case with Firefox ,and Opera. if you are looking for a tooltip to pop up then you will need to use the title tag.
13.8 How to specify alternate text
7.4.3 The title attribute
Paypal Deadline
by admin on Aug.16, 2009, under Uncategorized
The Paypal Gateway upgrade deadline is near folks ..
More information can be found at >>>>>>>>
CF Custom tag to use the latest version can be downloaded from RiaForge
SSL: Firefox SSL error sec_error_unknown_issuer
by admin on Feb.04, 2009, under Uncategorized
Error: sec_error_unknown_issuer
I found this error was mostly ocurring under firefox version 3 and the root cert was listed within the browser settings.
To resolve this error you must install the root cert on the server. This seems to happen mostly with PositiveSSL’s from Comodo.
Root cert needed: PositiveSSLca.crt from
Download
Reference:
Positive SSL installation
Drupal: install blank page
by admin on Dec.13, 2008, under Uncategorized
If you receive a blank page during the install of Drupal , you will beed to add the following to the bootstrap.inc files located in /includes/bootstrap.inc
ini_set(“include_path”,”.”);
This can be added anywhere in the beginning of the file.
Error log showed:
PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required ’modules/block/block.install’ (include_path=’.;c:\\php\\includes’) in /includes/install.inc on line 690, referer: http://xxx.com /install.php?profile=default
========
Additional config , Override All needed to be enabled in the apache config for the virtual host.
=========
Plesk: Stats and other scheduled tasks failed – 0×8007000d
by admin on Jul.16, 2008, under Plesk, Uncategorized
Error msg
General page initialization failed
0×8007000d
I think the error occurs because the run as information is missing and the tasks is corrupted. I was not able to find anything on the forums at Plesk for this error. My only fixed was to delete and recreate the tasks. Oh yeah there is one more problem , i was not able to view the properties for the tasks so i could not see the commands. I add to pull the commands from another working system. i have posted the commands below aliong with the task name. This worked on Plesk version 8.3
All the start in folders should be “C:\Program Files\SWsoft\Plesk\admin” and write down your current schedule for the task and reenter it. The task can run as the system user or the admin .
=============
Task :
Plesk Scheduler Task #{0C235029-C1F5-4916-AB08-1C6FEA9CE9EA}
Command to execute
C:\WINDOWS\system32\cmd.exe /c “”C:\Program Files\SWsoft\Plesk\admin\bin\runtask.exe” “–application=C:\Program Files\SWsoft\Plesk\admin\bin\php.exe” “–parameters=-q -dauto_prepend_file=\”\” -c php.ini \”C:\Program Files\SWsoft\Plesk\admin\plib\report\autoreport.php\” –auto daily”"
===========
Task :
Plesk Scheduler Task #{7F9CD2FC-8C81-4f3c-AE0B-BB8C9BA560A7}
Command
C:\WINDOWS\system32\cmd.exe /c “”C:\Program Files\SWsoft\Plesk\admin\bin\runtask.exe” “–application=C:\Program Files\SWsoft\Plesk\admin\bin\php.exe” “–parameters=-q -dauto_prepend_file=\”\” -c php.ini \”C:\Program Files\SWsoft\Plesk\admin\plib\report\autoreport.php\” –auto monthly”"
==================
Task
Plesk Scheduler Task #{99254CDC-8EA7-49ee-8A49-FC2A169843B7}
Command
C:\WINDOWS\system32\cmd.exe /c “”C:\Program Files\SWsoft\Plesk\admin\bin\runtask.exe” “–application=C:\Program Files\SWsoft\Plesk\admin\bin\php.exe” “–parameters=-q -dauto_prepend_file=\”\” -c php.ini \”C:\Program Files\SWsoft\Plesk\admin\plib\report\autoreport.php\” –auto weekly”"
========
Task name – stats command
Plesk Scheduler Task #ad08f1e5-f9e2-4be7-b4f7-fc8248acf5e8
command
C:\WINDOWS\system32\cmd.exe /c “”C:\Program Files\SWsoft\Plesk\admin\bin\runtask.exe” –defaultmail “–application=C:\Program Files\SWsoft\Plesk\admin\bin\statistics.exe” “–parameters=”"
==============
Task
Plesk Scheduler Task #C6586631-C086-43FE-9B96-BA28E52FDCD6
Command
C:\WINDOWS\system32\cmd.exe /c “”C:\Program Files\SWsoft\Plesk\admin\bin\runtask.exe” “–application=\”C:\Program Files\SWsoft\Plesk\DrWeb\drwebupw.exe\”" “–parameters= /GO /ST \”/RPC:\Program Files\SWsoft\Plesk\DrWeb\DrWebUpW.log\” \”/DIR:C:\Program Files\SWsoft\Plesk\DrWeb\\\”"”
