Default Sage Line 50 data locations
Backup Location
Sage 50 Accounts 2013 Client Manager - Compliation of sage line 50 2008 - 2013 accounts packages for accountants, this is not line 50
Upgrade
Upgrade notes 1
Upgrade notes 2
Image appears 'now -- preparing previous install for upgrade'
sage software updates part
Sage ADM Activation
In todays world you cannot just pick a word you use in your everyday life for your password. Read the notes below for guidlines on how to choose a password and how to look after it.
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.