-
Recent Posts
Recent Comments
- john on Joomla multilingual search error: Warning: sprintf() [function.sprintf]:
- Simon on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
- Cristian on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
- Insurance on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
- Gangadhar on Dreamweaver: The following translators were not loaded due to errors: ICERegions.htm
Archives
Categories
- Adobe
- Artisteer
- Broadband
- Browsers
- Business Directory
- cpanel
- CSS
- Domain Names
- Dreamweaver
- Google Map
- I-Tech Web Design North Wales
- Internet Explorer
- Internet Explorer
- JCE
- jomres
- Joombah jobsboard
- Joomfish
- Joomla
- map
- Microsoft Windows
- MySQL – phpMyAdmin
- NWH News
- Outlook
- Outlook Express
- Performance
- Permalinks
- Printers
- SF404SEF
- Sky
- test
- TomTom GO 520
- Uncategorized
- wamp server
- Web Business News
- Website Hosting
- Website Marketing
- Wordpress
- Youtube
Meta
Category Archives: Joomla
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
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
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
Posted in Business Directory, Joomla
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
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
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
Posted in Joomla, wamp server, Website Hosting
Tagged apache, Maximum execution time, php.ini, tool_phoca_changing_collation, Wamp
Leave a comment
Change mysql database collation from latin1_swedish_ci to utf8_general_ci
If you created your site in with a specific collation language and need to change it you can use this great tool to change all the fields: Download Phoca Changing Collation Tool Unzip the zip file and copy the folder … Continue reading
Posted in Joomla, MySQL - phpMyAdmin, wamp server, Website Hosting
Tagged collation, database, mysql, Wamp
Leave a comment
SH404SEF – Joomfish: Secondary Language homepage link does not translate
If you have a problem with Joomfish, where you click on the language picker to choose the secondary language (Not default language) and the pages translate, but when you click on the homepage menu link and the page reverts to … Continue reading
How can I change my MySQL database collation?
Usually when you are using foreign characters or multilingual sites (Joomfish for Joomla) you should change your MySQL collation in order to solve problems with encodings. The most common case is to change your MySQL collation from latin1_swedish_ci to utf8_general_ci. … Continue reading
Posted in Joomla, MySQL - phpMyAdmin, Website Hosting
Leave a comment