Recent Posts

Pages: [1] 2 3 ... 10
1
Loadmaster / Loadmaster 44.0.1.67 - released 25/01/2024
« Last post by norman on January 25, 2024, 08:40:16 pm »
New release. Among other things it allows the RHA terms on your invoices to be altered.

Norman
 ;)
2
Miscellaneous / Some Microsoft web pages won't load
« Last post by norman on September 04, 2022, 09:52:00 pm »
An unusual effect. You go to most sites and they are OK. You go to log into Hotmail or other Microsoft sites and they just seem to hang.

We use System Mechanic and the Fingerprinting Check was set to ON in Chrome and Edge. Turning this OFF resolved the issue.

Norman
 ;)
3
Other software / ParcelTrak
« Last post by norman on September 04, 2022, 09:34:31 pm »
Yes. We still support ParcelTrak!

It is DOS based but very advanced for its age. The program will continue to function if you run it under VDOS (free). It even supports Windows printers.

ParcelTrak was written in Retrieve 4GL, a 4GL database system sold by Sage. We were a Sage Sovereign Development Centre for many years.

Norman
 ;)
4
Operational Status / Zeus down - and up
« Last post by norman on August 31, 2022, 09:06:23 am »
The SD card which boots Zeus decided to give up on Monday 29th August (Bank Holiday).

The unfortunate effect being that a new OS had to be loaded then Apache, MYSQL, PHP, Lets Encrypt and the SMF software completely reinstalled. The bulletin board was then restored from the last backup.

This all takes time but it's back now. Wednesday 31st August.

Norman
 ;)
5
Miscellaneous / Google Mail & SMTP password issue
« Last post by norman on June 14, 2022, 11:35:12 am »
If using Google for SMTP mail and all of a sudden it says your username or password is wrong then this is down to new enhanced security by Google.

Go into Settings and Enable two-factor authentication. Now find the App Password entry underneath and ask it to create a password.

Use this password in your SMTP settings.

Norman
 ;)
6
Windows / Google maps - turn off internet explorer compatability mode
« Last post by norman on May 14, 2022, 09:27:36 pm »
This just shows a message on the map telling you to turn off internet explorer compatability mode. It is annoying but not harmful.

The only way to resolve this is to add registry keys in Windows using Regedit.

At two locations add a DWORD called iexplore.exe with a decimal content of 11000

HKLM\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION

HKLM\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION

Right-click the key and select New > DWORD.

Give that DWORD the decimal value of 11000. This will make all sites render without compatibility view.

To prevent the notice coming up in a particular program add a DWORD in the same location as follows -

Zipsys - add ZIPSYS.exe with a decimal content of 11000
Loadmaster - add Loadmaster.exe with a decimal content of 11000
Sameday Express - add Same Day Express.exe with a decimal content of 11000

Norman
 ;)

7
General discussions / Office moving 01/07/2022
« Last post by norman on May 11, 2022, 11:35:58 am »
Please note that on the 1st July, 2022 we will be changing our Registered Office address to :-

310 Wellingborough Road, Northampton NN1 4EP

Our contact emails and phone numbers will remain the same as now.

Our banking details will remain the same as well.

Norman
 ;)
8
Operational Status / Broadband down 11/05/2022 - and up
« Last post by norman on May 11, 2022, 11:33:19 am »
The broadband went down this morning for a couple of hours (BT connection). It did not affect websites or emails as these are hosted elsewhere, just the Bulletin Board.

It just goes to show how we rely on an internet connection - probably too much.

We do have mobile broadband so nothing else was affected.

All back to normal at 11.15am.

Norman
 ;)
9
Operational Status / Email and Website down 11/01/2022
« Last post by norman on January 11, 2022, 11:50:23 am »
Our servers at Freeola are currently down due to a fault at the data centre main site. This affects our web sites and emails. It actually started with drop-outs at 7.45pm on 10/01/2022.

Was expected to be fixed by 12 mid-day 11/01/2022

3.45pm Still down

7.45pm Everything operational.

We were able to continue to receive and send emails all the time because we had set up 'relaying' using Outlook in a resilience exercise we performed some time ago.

Our main office systems are based on Windows and Linux servers that we maintain ourselves. We also use two distinct duplicated sites on different IP addresses, rather than rely on one.

Norman
 ;)
10
Miscellaneous / Let's Encrypt web site cert will not renew
« Last post by norman on January 09, 2022, 08:00:04 pm »
On Linux to see certificates type -

sudo certbot certificates

To renew manually -

sudo certbot renew --force-renewal

If you just have one site try -

sudo certbot certonly --force-renew --cert-name sitename.com

Or more than one site -

sudo certbot --force-renew -d sitename1.com -d sitename2.com

And check .htaccess redirects http to https

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.(.*)$ [OR,NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]

Norman
 ;)
Pages: [1] 2 3 ... 10