Author Archives: ewanvrooyen

Joomla: Who’s Online Module – wrong number of guests

If you find that the “Who’s online module” is showing more users online that actually is this should fix it. Go to > /modules/mod_whoisonline/helper.php Change: $query = ‘SELECT guest, usertype, client_id’ . ‘ FROM #__session’ . ‘ WHERE client_id = … Continue reading

Share
Posted in Joomla | Leave a comment

Joomla: 403 – You are not authorised to view this resource.

You might sometimes get the following error when clicking on a menu link: 403 – You are not authorised to view this resource. You may not be able to visit this page because of: 1.an out-of-date bookmark/favourite 2.a search engine … Continue reading

Share
Posted in Joomla | Tagged , , , | 4 Comments

Set up email account outlook express

Settings needed for an Email Account in Outlook Express To ensure that Outlook Express will be able to connect to your email account, check the email account settings below, needed to set up new email accounts in Outlook Express. Standard … Continue reading

Share
Posted in Microsoft Windows, Outlook Express | Leave a comment

Upgrade Sobi2

Uninstall Old Version * Remove all plug-ins using the Sobi2 plug-in manager. Don’t remove the database tables for the plug-ins. * Uninstall the component using the Joomla! Extension Manager (Extensions -> Install/Uninstall -> Components). Install New Version * Install your … Continue reading

Share
Posted in Business Directory, Joomla | 1 Comment

How to fetch geo coordinates in add/edit entry form

Create custome text field and add below code. <script src=”http://maps.google.com/maps?file=api&v=2&key={googleApiKey}” type=”text/javascript”></script> <div id=”map” style=”width: 500px; height: 340px”></div> <p><span>Type your address:</span> <input type=”text” size=”43″ id=”address” value=”Street, City” /> <input type=”button” value=”Search” onclick=”showAddress()” /></p> <script type=”text/javascript”> //<![CDATA[ var start_latitude = “62.103882522897855″; var … Continue reading

Share
Posted in Business Directory, Joomla | Leave a comment

Social Media: How to handle Negative, Rude or Deceitful Comments

How does one handle negative comments or outright lies being posted on social platforms across the web? This is becoming a greater and greater concern and the root problem is that social media cannot truly be “controlled”. The best defense … Continue reading

Share
Posted in facebook, twitter, Website Marketing | Tagged , | Leave a comment

No horizontal scroll-bar at the bottom of the page

Solution: In style-sheet > change: overflow: hidden; to overflow: visible; #art-main { position: relative; /*overflow: hidden;*/ overflow: visible; z-index: 1; width: 100%; left: 0; top: 0; cursor:default; }

Share
Posted in Artisteer, Joomla | Tagged , | Leave a comment

Joomfish – 500 – No valid database connection:

When editing article in the front end I sometimes get a “500 – No valid database connection:” error. 1. Backup site using akeeba backup 2. Joomla backend > Global Configuration > Server > Database settings (right colomn) > Change the … Continue reading

Share
Posted in Joomfish, Joomla | Leave a comment

Change Collation from latin1_swedish_ci to utf8_general_ci using Akeeba backup

An easy way to change the collation if you are cloning your website to another server using Akeeba backup is to use the setting > Fine settings > Force Utf8

Share
Posted in Joomla, MySQL - phpMyAdmin, Website Hosting | Leave a comment

Fatal error: Maximum execution time of 120 seconds exceeded in \tool_phoca_changing_collation\index.php on line 91

If you are using the the phoca collation tool OR get Fatal error: Maximum execution time of 120 seconds exceeded errors when running scripts do the following: Try these different settings in C:\wamp\bin\apache\apachex.x.x\bin\php.ini Find: post_max_size = 8M upload_max_filesize = 2M … Continue reading

Share
Posted in Joomla, wamp server, Website Hosting | Tagged , , , , | Leave a comment