ckeditor straight from the original designers, which now have done this joomla plugin still messes with your html and code preventing geshi.
There is an easy solution to protect any code within specified tags.
CKEDITOR.config.protectedSource.push( /{code[\s\S]*?}[\s\S]*?{\/code}/g ); CKEDITOR.config.protectedSource.push( /{geshibot[\s\S]*?}[\s\S]*?{\/geshibot}/g );
when you go to login to the joomla admin section you only get a blank or white screen
** this csv export procedure might not maintain cariage returns and will need adjustment if so. CKeditor QuickFaq article is a good example **
This is a worked example of exporting data from a QuickFaq via csv, data manipulation in libre office and then importing the articles into K2. The articles contain full html and must not be modified or escaped. This custom routine will work for migrating all sorts of data to and from a MySQL database with html, or not, without loosing any data
export type CSV
fields terminated by ,
fileds enclosed by ¬¬¬replaceme¬¬¬
fields escaped by
lines terminated by
replace NULL by
Remove CRLF characters within fields - not ticked
Put fields names in the first row - ticked
NEW Terms in PHPMyadmin - still checking (29-05-14)
export type CSV
Columns separated with: ,
Columns enclosed with: ¬¬¬replaceme¬¬¬
Columns escaped with:
Lines terminated with:
Replace NULL with:
Remove CRLF characters within fields - not ticked
Put fields names in the first row - ticked
The csv export should now be imported into libre office with the following settings. The purpose of this step is so that the exported data can be matched up to the data structure of the K2 articles and categories
i used navicat as phpmyadmin had some issues with not setting an escaped character.
Date order YMD
Date delimiter -
Time delimeter :
DateTime Order Date Time (should be unchanged)
Decimal symbol . (should be unchanged)
Additional notes, these might not be required but when these instructions are used again can be pruned or merged.
on the working csv there only seems to be 1 LF at the end whereas the one that does not work has CRLF
\n = linefeed
\r = carriage return
solution is to use the pipe symbol the vertical line, seperating thing does not like multiple symbols
use CSV for export
Fields terminated by |
Fields enclosed by "
Fields escaped by nothing here
Lines terminated by nothing here
Replace NULL by NULL (possibly leave this blank)
Remove CRLF characters within fields - unticked
Put fields names in the first row - ticked
so unexplained is most likely due to a field seperator present in the html code such as ,"; so use one that is not present and is most likely the pipe symbol. a quick text scan will show it up.
to find the fault, find a break in the file when loaded in office/spreadsheet and then scan for that text in the csv file using notepad++ and this will reveal all.
¦ does not seem to work but give it a go
¬¬¬replaceme¬¬¬
You can test a spam scanner / filter by adding the following code to the body of your email
{code class='brush: text;'}XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UBE-TEST-EMAIL*C.34X{/code}
when you try and install a HP printer which is located on a windows XP PC via network share on a windows vista or windows 7 computer you will run in to configuration issue. Only the following method will allow this configuration to work.
Don't use hp setup utility
Sometimes whatever you do, windows updates fail.
The solution is to not install all updates at once. It seems if some updates are installed before others it causes a failure which in turn causes windows to revert all changes. The usual culprit is the .NET framework stuff and sometimes drivers
These are issues i have come across when upgrading prestashop either using the autoupgrader or upgrading manually.
upgrade will not work says fopen url is not activated etc...
--
add php.ini with allow_url_fopen = On in the admin/autoupgrade folder
Here is a useful link to some other issues and solutions regarding upgrading.
The Simple Management Network Protocol (SNMP) Service on Windows is available for Windows XP/Vista/7/2003/2008 to add monitoring capabilities and expose key information to other computers on your network. Once enabled, software can monitor OID (Object Identifiers) exposed by SNMP. By default, this service is not installed; however, it is easy to install and configure.
The software that i would recommend to use for monitoring SNMP is a complete IT solution for the small business network, Spiceworks.
The following links are to articles on how to setup SNMP.
When you start a Windows Vista-based computer, you may receive the following Stop error message on a blue screen:
0x0000C1F5
This issue can occur if the system file $TxfLog file has become corrupted. The Common Log File System (Clfs.sys) driver does not fix the $TxfLog file when the file becomes corrupted. In addition to the Stop error message, Windows Vista may not start until the offending disk is removed or repaired.
To resolve this issue the corrupted file needs to be repaired.
Solution 1:
This can be accomplished by booting to an installation disk that has the ability to self heal this type of issue. This can be done with a Windows 7 Beta installation disk. To recover a Windows Vista volume with Stop Error 0x0000C1F5 without data loss, perform the following steps:
Note: The Windows 7 Beta installation disk includes self-healing code that resets the corrupted $TxF RM log file, therefore the problematic volume should be recovered by simply booting from the Windows 7 Beta installation disk.
Solution 2:
If solution 1 fails and gives you the same error even when you boot of the OS bootable media your only course of action is the following which will fix the probloem in all cases but has an extra step