Items filtered by date: December 2014

I think this is sage line 50

serial and activation key combo are not valid. and you cannot change them.

solution:

  • go to the account data folder and move/remove present accounts.
  • you can then run the program and change the details.
Published in Sage
Sunday, 06 May 2012 18:00

Powerline setup notes

  • edimax needs to be unplugged for full settings refresh
  • devices need to have the same network ID to see each other
  • powerpacket does not nee the same IP to work, as IP is just for edimax wifi AP
  • powerplug light on edimax is activity light only
Published in Hardware

I have a legitimate copy of Office 2003 which has been installed and working fine on my computer.  However, last Wednesday my computer crashed and I had to reinstall Windows Vista and all my programs, including Office 2003.  When I installed Office 2003, it validated ok, but now every time I open an Office program or a file in one of the programs, I am asked to "Accept" the EULA.  When I click on the dialog, it goes away and I can use the program.  But, the next time I open an Office program it starts all over again.  How can I fix this?


To resolve this behavior, follow these steps:

  1. Log on to the computer by using a user account that has administrative credentials.
  2. Start an Office program, such as Word. The End User License Agreement dialog box appears.

    Note For Windows Vista, click Start, click All Programs, click Microsoft Office, right-click an Office program, click Run as administrator, and then click Continue.
  3. Click I Accept.
  4. Exit the Office program that you just started.
  5. Repeat step 2 to step 4 for the other Office programs that still prompt you with the EULA.

Taken from this microsoft answer


Solution 2

  • give the account that you are using administrative rights
  • run office and accept the eula
  • check you no longer have to accept eula
  • remove admin rights

Solution 3

I too had this problem and have been scouring for an answer.  Everyone says sign on with and administrator account, but I already am.  Finally I went to Control Panel-User Accounts and turned User Account Control Off.  Rebooted machine, started office programs, accepted EULA's, restarted office programs to make sure EULA doesn't pop up, go back to User Accounts and turn User Account Control on, rebooted. Now EULA doesn't pop up anymore.

Published in Microsoft Office

somtime you require alternative ways of getting the command prompt up in windows

  • ctrl-alt-del
  • ctrl-alt-esc
  • tap right shift 5 times, sticky key method
  • boot safe mode with command prompt
Published in Windows Family
Sunday, 06 May 2012 16:41

NAS Hardware and Software Setup

Linux and Samba still works.
Most versions of Linux support NTFS now so the Linux and Samba solution works.

Look at: NASLite, FreeNAS, SME Server, OpenFiler, Clarkconnect.
You could even use a full distribution like Fedora or Ubuntu (with Samaba) for more versatility.

You don't need much more than a 500MHz cpu to do this. [Inexpensive!]

Why does a 'build your own' need to be large?
Use a uATX board and a mini case.
In a pinch you could even make an old laptop work.

Best solution imo is a linux based nas/router eg NSLU2, WRT's, bubba, Thecus n****, linkstation pro, asus wl500gp etc etc, a lot have hacked firmwares or support debian based distros offering ext3 and/or full ntfs read/write.

With the added bonus of having a very cheap and energy efficient server/download/bittorrent box. Downside is you'll have to get your hands dirty getting it set up.

 

Published in Hardware

cannot update windows time with internet sync

Solution 1

  1. on the router disable the firewall, and point DMZ to the dodgy computer
  2. now try sync
  3. if sync works the time will automaticlly update from now on

Solution 2

  1. disable, apply. then enable and apply uac
  2. reboot pc
  3. try sync
  4. also try syncing while uac is not on

Solution 3

Unable to start the Windows Time Service. Please try again later
http://superuser.com/questions/283427/cant-synchronize-time-windows-7

my Windows Time Service is missing
http://vvirtual.wordpress.com/2011/02/22/%E2%80%9Cwindows-time%E2%80%9D-service-is-missing/

Published in Windows Family

Prestashop used to be a lot easier to move, you just moved it. Unfortunately now you need to make alterations to the database for it function correctly when you move your install. The recommend method is to log in to Prestashop's backend on your old server and make the changes so they match you new server before moving, this is not always an option because you might not have the details for the new server and this gives rise to the second situation you might be in, reconfiguring prestashop's setting after the move where you do not have access to the prestashop backoffice area because it does not work.

So basically this means there are 2 methods of making these database changes:

  1. Before the move using the Prestashop Backoffice / Admin (preferred)
  2. After the move using PHPMyadmin (can be used before and after move)

Also there are considerations about which version of prestashop you are using as this makes a difference.

but in either case if you do not empty and disable the Prestashop cache this will cause you many hours of fun

Moving Prestashop v1.6

Before continuing, if your site is a live shop you should put it in to maintenance mode

  • (Preferences --> Maintenance --> Enable Shop).

Emptying and Disabling the Prestashop Cache

Disabling the cache is an important thing to do when moving prestashop because it can store redirects amongst other things that cause prestashop to load details from the old location even if you have made changes to the location settings mentioned later. It is also wise when moving prestashoop to disable or empty yoou browser cache. Sometimes even after emptying the cache you can get redirect issues and in which case restarting the browser can help especially with .htaccess and 301 redirects.

The admin area does not get cached so when the shop is moved (as per instructions below) you should be able to login, wipe and disable the cache if you access the admin directly after making the changes required for the move.

Via Prestashop's Backoffice / Admin

While you have access to the backoffice you are able to empty and disable the cache which is by far the easiest and most preferred option.

  • Goto (Advanced Parameters --> Performance ) and configure the settings in order as shown below.

Configuring the settings below will ensure you have no caching enabled and that all pages are compiled on demand preventing issues coming from this system. Make sure you scroll all the way down and disable all the caches

There is a "Clear Cache" button at the very top right of the page. This might clear all caches in one go

SMARTY

  • Template compilation = Force compilation
  • Cache = NO
  • Click Save
  • Cache = YES
  • Click Save

your smarty cache has now been flushed

CCC (Combine, Compress and Cache)

Disabling these features is optional and are just included to help debugging if your site does not start working as it should

  • Smart cache for CSS= NO
  • Smart cache for JavaScript= NO
  • Minify HTML= NO
  • Compress inline JavaScript in HTML= NO
  • Move JavaScript to the end= NO
  • Apache optimization= NO

Caching

  • Cache = NO
  • Click Save
  • Cache = YES
  • Click Save

your Cache has now been flushed. You can leave the cache disabled while you make sure the site is running as it should but this is not mandatory.

Manually

This should only be used if you do not have access to the Prestashop admin. I dont know exactly how to manually empty the cache but the following method, although extreme will work.

  1. Delete or move all files in /cache/ folder
  2. Download a fresh copy of Prestashop with the same version number as your shop
  3. Extract all of the files and folders in the cache folder from the zip into the cache folder of your shop

You can also try configuring Prestashop as shown below for your new server and see if you can log into the backoffice, then following the instructions above,empty and disable the cache through the backoffice as this should not be suffering from any caching issues.

 

Before Moving Prestashop - Using the Backoffice

PrestaShop 1.6.x. How to move website from sub-directory to the root folder - Template Monster Help - This has a video showing you the process

After Moving Prestashop - via PHPMyadmin

It should be noted that you can use these methods before you move your prestashop install if required, maybe the server is broken and you cannot access the Backoffice

These settings might only be required for legacy applications but should be changed.

ps_configuration --> PS_SHOP_DOMAIN --> value           | change to the new domain
ps_configuration --> PS_SHOP_DOMAIN_SSL --> value       | change to the new domain

Unless using multishop you should only have 1 entry in this table, if you have more you will need to alter them accordingly. You must alter the following values:

ps_shop_url -->
domain        | change to the new domain
domain_ssl    | change to the new domain
physical_uri  | change to the physical path ( i.e. /builder/public_html/shop/ )

When i edited the physical_uri i was able to access the Backoffice.

Housekeeping after gaining access to the backoffice on the new server

After you have got access to the Backoffice you should go through the following configurations to make sure everything is working correctly.

You should now goto (Preferences / SEO & URLs ) and configure the settings in order as shown below:

  • SET SHOP URL section - check your settings are correct here, they should match what you have just set in the database. If not change them and hit save
  • SET UP URLs section
    • Disable Friendly URL
    • Disable Apache's Multiviews option (optional your server might not support this feature)
    • Disable Apache's mod_security module (optional your server might not support this feature)
    • Click save
    • Enable Friendly URL - This has now regenerated your .htaccess file to match the new location
  • ROBOTS FILE GENERATION - run this and generate your new robots.txt file for the new location
  • Wipe Cache - Just to be thorough you should wipe the cache again
  • Enable Cache - if required
  • Wipe Browser Cache - Delete old or unwanted assets
  • Restart Browser - sometimes the browser will incorrectly serve the wrong assets even though you have wiped the cache because it stores them in the session.

 

Moving Prestashop Older Versions of Prestashop

By the looks of it in v.14 the location settings are in the settings.inc.php file and therefore can be changed before or after a move, but as prestashop has got more complicated (v1.5) the location settings have been added into the database and are supposed to be changed in the backoffice before moving your site as a rule. In v1.5 you can changes these settings after a move but it is a little more tricky.

Additional Steps if changing Domain - Before or After move

These steps might be optional

  • Disable SSL - This might not always be required if SSL is already configured on the target but such enviroments like you Xampp install on your windows PC it is better to have this turned off. There are 2 ways that SSL can be configured:
    • .htaccess - You can set rules in here to enforce SSL either for the front office, back office or both i.e.
      ## SSL enforcement for Prestashop Back Office
      RewriteCond %{HTTPS} !=on
      RewriteRule ^admin6def/.* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
    • Admin Options - Preferences --> General Options --> Enable SSL - This enforces HTTPS for admin and enables it where required in the front office
  • Disable Canonical Redirect - There are 2 places this can be set
    • .htaccess - If the domain that you are moving to is different you can either disable this or change the domain. The .htaccess method only handles the non-www --> www redirection or vice-versa.
    • Module - You might of installed a 3rd party extension that handles product page canonicalization to make SEO better showing the search engines which is the primary product page when there are multiple entry ppints. Extensions might also handle the non-www --> www redirection. The extensions will need disabling or reconfiguring>
    • You should also make sure the cache is emptied or turned off for the changes to be applied

Notes

  • PS 1.6.0.14  - In prestashop admin, SET SHOP URI when changed in this version the database entry below is changed
    prefix_shop_url --> physical_uri = /myaccount/public_html/
    Changing this setting on it's own does not change the shop's location.
  • If you get really stuck you can move the shop to the same directory on the new server as it was on the old server. it will obviously re-direct yiou on the home page if the caches are on, but you will be able to get in to the admin and run the cache delete option in there.
  • on older version of Prestashop the following database entry is important.
    PS_BASE_URI value="/shop/"
    SHOP_URL

Links

Published in Prestashop
  • A while ago I started having trouble with my optical drives. Both of them keep showing up in Explorer as CD/DVD drives on boot, but as soon as I put a disc in either one, it suddenly turns into a hard-drive—“local disk” is displayed in the Type column, though the File System column remains UDF/CDFS. (I though that maybe it was a permission issue on the registry key in HKLM\System\CurrentControlSet..., but I’m not so certain because of the next test.)
  • When I try to open a disc (of any type), I get an access denied error message. If I open an elevated command-prompt, I am able to access the files.

Solution

Access to CD/DVD Drive is Denied through Windows 7 Explorer (Permission Problem) from superuser.com

You might also find these registry files useful

  • make sure all 3 parts of the reg entery are added including propereties
  • install drive reg file  2
  • change owner of properties sub key to SYSTEM
     

Registry file 1 {code class="brush: ps"}Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}] "Class"="CDROM" "ClassDesc"="@%SystemRoot%\\System32\\StorProp.dll,-17001" @="DVD/CD-ROM drives" "IconPath"=hex(7):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\ 74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,\ 00,6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,\ 2d,00,33,00,30,00,00,00,00,00 "Installer32"="storprop.dll,DvdClassInstaller" "EnumPropPages32"="storprop.dll,DvdPropPageProvider" "SilentInstall"="1" "NoInstallClass"="1" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}\0000] "InfPath"="cdrom.inf" "InfSection"="cdrom_install" "ProviderName"="Microsoft" "DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01 "DriverDate"="6-21-2006" "DriverVersion"="6.1.7601.17514" "MatchingDeviceId"="gencdrom" "DriverDesc"="CD-ROM Drive"{/code}

Registry file 2 - DVD with properties key {code class="brush: ps"}Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}] "Class"="CDROM" "ClassDesc"="@%SystemRoot%\\System32\\StorProp.dll,-17001" @="DVD/CD-ROM drives" "IconPath"=hex(7):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\ 74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,\ 00,6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,\ 2d,00,33,00,30,00,00,00,00,00 "Installer32"="storprop.dll,DvdClassInstaller" "EnumPropPages32"="storprop.dll,DvdPropPageProvider" "SilentInstall"="1" "NoInstallClass"="1" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}\0000] "InfPath"="cdrom.inf" "InfSection"="cdrom_install" "ProviderName"="Microsoft" "DriverDateData"=hex:00,80,8c,a3,c5,94,c6,01 "DriverDate"="6-21-2006" "DriverVersion"="6.1.7601.17514" "MatchingDeviceId"="gencdrom" "DriverDesc"="CD-ROM Drive" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E965-E325-11CE-BFC1-08002BE10318}\Properties] "DeviceType"=dword:00000002 "DeviceCharacteristics"=dword:00000100{/code}

Published in Windows 7
Steps are common for Windows Vista and Windows 7. 
 
Method 1.
a. The Internet Explorer shortcut in the Quick Launch toolbar and in the Start menu of Windows 7 x64 will run the 32-bit version of Internet Explorer by default.
b. There are actually two shortcuts for Internet Explorer in the "All Programs" menu.
c. Here's the title of each and the exe's they run:
d.
Internet Explorer 32 bit
"C:\Program Files (x86)\Internet Explorer\iexplore.exe"
Internet Explorer (64-bit)
"C:\Program Files\Internet Explorer\iexplore.exe"
The first one runs IE from the "Program Files (x86)" folder, this is the 32-bit version. The second one is the 64-bit version.
 
 
Method 2.
If you want to change the default internet explorer from 32 bit to 64 bit you may perform the following steps.
You can change the program windows uses by default to open with different file extensions.
Here is how:
a. Click on Start and go to Default Programs.
b. Click on Associate a file type or protocol always open in a specific program.
c. Browse to all the extensions where internet explorer is set as default and then click onchange.
d. Now Click on browse and then go to location C:\Program Files\Internet Explorer\iexplore.exeand select it.
e. Click Ok and then Close.
f. Click Save.
Published in Windows Family
Sunday, 06 May 2012 15:35

WSOD - White screen of death

Win7 seems to install and reboots. Then I get a white screen with a cursor in the upper left hand corner. I can move the cursor but nothing else happens.

If I reboot again in safe mode from the HD windows loads but says it cannot finish installing in safe mode. If I reboot in regular mode it's the same thing over again.


Solution 1

If you've installed more than 2GB RAM, try cutting it back to just 2GB.

If this worked, you have a problem related to some AMD64 chips.

More info here:
http://social.technet.microsoft.com/Forums/en-US/w7itproui/thread/db44f451-f531-4553-96b7-b29e5388613e


Solution 2

After installing W7 and rebooting I got a white screen.

  1. start W7 in safe mode
  2. in search programs type: msconfig
  3. in tab computer booting choose advanced settings check: number of processors and the maximum memory

I have a dual processor CPU and this did the trick.


try reseting the BIOS

Published in Windows Vista
Page 66 of 96