Basic principle in downgrading your Joomla from 3.3.3 to 3.2.4 can be found below.

Joomla 3.3.3 requires a minimum of PHP 5.3.10. While some of our Joomla websites are hosted on an SME Server Contribs v 8.0, the latest update of PHP is only version 5.3.3 and have no plans of updating it on version 8 I believe.

  • Backup your website folder because we will be needing the components folder later
  • Backup your database, then drop the table if you want to use the same database name
  • Download Joomla v3.2.4 then install it as normal using the existing database credentials
  • Copy all of your images to yourwebsite/images, same with the templates/templatename
  • Re-install all of your modules
  • If you will get ‘404 not found’ error when accessing a particular component from the control panel, then copy the content of the complaining component folder (eg. jshopping) from the backup to yourwebsite/administrator/components/jshopping/
Add a comment

  • Inside your default template (eg. templates/templatename/css/), create a file name called editor.css, and add an import lines importing your current template’s css files.
    @import url("main.css");
    @import url("template.css");

    You may need to modify your body background if it's not white.

    body {background:#fff;}
  • Go to Extensions -> Plugin Manager -> Editor – TinyMCE, make sure Template CSS classes is on, then type editor.css on Custom CSS classes
Add a comment

Asrock motherboard keeps showing the 'Asrock Instant Flash' with "No BIOS file found."

To fix that:

  1. Go to Asrock website and download the latest BIOS file of your motherboard.
  2. Unzip the BIOS file and save the file to a USB stick.
  3. Boot the computer then the 'Asrock Instant Flash' will show.
  4. Select the USB Device from the right hand menu, then let it search for the BIOS file. Once found, press Enter to flash the BIOS, then wait to finish.
  5. IMPORTANT: Shutdown the computer, unplug the power cable and let it seat for 10 minutes.
  6. Switch the computer and that should be it.
Add a comment

  1. MYOB AccountRight 2014 and 2015 Shortcut

If you wanted to place another shortcut of MYOB AccountRight 2014 on a different profile, you can create a new shortcut on the desktop being the Target as:

%userprofile%\AppData\Local\Programs\MYOB\MYOB AccountRight 2014.2\Huxley.Application.exe

 

 

Add a comment

Magento version: 1.4.2
XAMPP version: 3.1.0
PHP version: 5.4.7

If you can still log into Magento’s backend, you can easily modify the base URLs of the site via:

System -> Configuration -> Web (Under the General section) -> Unsecure

There change the Field "Base URL" to the new domain.

System -> Configuration -> Web (Under the General section) -> Secure

The "Base URL" field should match the site’s domain.

But, if you cannot access the backend anymore, you need to modify the URL within the database thru phpMyAdmin if you have one configured.

Add a comment
Read more ...