Search results forpub

Mail is disappearing in Mozilla Thunderbirds inbox

M

How Can We Help?

Search

Print Follow these steps if some or all of your messages suddenly disappear in Mozilla Thunderbird 45.7.0

Right click on the folder where messages are disappearing and select Properties

Click on the Repair Folder and then on OK

All hidden mails should be visible again. If the mails are still not showing, troubleshoot the problem using the steps listed here.

Mozilla Thunderbird – Unable to write the email to the mailbox. Make sure the file system allows you write privileges, and you have enough disk space to copy the mailbox

M

How Can We Help? Search Print Although there are many reasons why this error message might appear, one of the reasons is that the mail account giving the error shares the same inbox as another mail account. In this case it could most likely mean that the Message Store Type is different for each mail account. To check the message store type  click on Tools->Account Settings Then click on Server...

How to add an outline to text in GIMP

H

How Can We Help? Search Print Launch GIMP Create a New Image (File->New Image) Select the Text Tool (T) and add some text with the size and colour you want. Right click on the Text Layer and select Layer to Image Size. This will resize the layer to the size of the image Then duplicate the layer Select the layer you have just duplicated. Next right click on the Text Layer and select Alpha to...

How to center a image in GIMP 2.8

H

How Can We Help? Search Print This post contains affiliate links. If you click through and make a purchase, I may receive a commission (at no additional cost to you). As an Amazon Associate I earn from qualifying purchases. This helps support the blog and allows me to continue to make free content. Thank you for your support! Select the layer where the image resides Select the Alignment...

JHTMLform not supported. Invalid Token

J

How Can We Help? Search Print After you upgraded from Joomla! 1.5.0 to 1.5.2/1.5.3 you receive the error message JHTMLform not supported. Invalid Token. when trying to login to the backend. Or when trying to fill in a form or login on Front End you get Invalid Token or JHTMLform not supported. Invalid Token. Follow the steps below in order to solve this problem STEP 1 Locate the following path in...

Warning: Missing argument 1 for JDocumentHTML::getBuffer()

W

How Can We Help? Search Print When you have upgraded from Joomla! 1.5.0,1.5.1,1.5.2 to 1.5.3 and on the front end receive the error Warning: Missing argument 1 for JDocumentHTML::getBuffer() and don’t know what to do. Follow the steps below in order to fix it. STEP 1 Download the latest complete Joomla! 1.5.3 or later from the Joomla! Website, and locate the following file in the...

How to remove the Front Page Article from the Home Page “Front Page” using Joomla! 1.5

H

How Can We Help? Search Print STEP 1 Go to your Joomla! 1.5 Administration (Backend) eg. www.yoursite.com/administrator and login with your username and password STEP 2 Click on Content -> Article Manager STEP 3 No you’ll see all your Articles listed, you’ll see the title Front Page and underneath that you’ll find there is either an Red Cross or Green Check Mark next to...

Adding a Menu Entry for a Single Article in Joomla! 1.0.x

A

How Can We Help? Search Print STEP 1 In the Joomla! Administrator (www.yoursite.com/administrator), select Menu->Menu Manager or Click on the Icon Menu Manager. STEP 2 Click on the mainmenu radio button and then the Menu Items icon underneath the Menu Items title. STEP 3 Once in the Menu Manager click on the New button STEP 4 In the New Menu Item page click on Link – Content...

Accidently deleted top menu in Joomla! 1.5 and need to re-add it

A

How Can We Help? Search Print What happens if you have accidently deleted the Top Menu or Any other Menu for your site and need to have it restored. STEP 1 In the Joomla! Administrator (www.yoursite.com/administrator), select Extensions->Module Manager now the Module Manager appears. STEP 2 Click on the NEW button to create a new Module for your site that you need to have in our case we are...

Joomla! 1.5 – JFolder::create: Could not create directory Warning! Failed to move file

J

How Can We Help? Search Print When trying to install a new Component, Module, Template or Plugin using Joomla! 1.5 I receive the following error JFolder::create: Could not create directory Warning! Failed to move file. Question: How do I solve this? Answer: To solve this issue access the configuration.php file in the root folder where your Joomla! files are located. Open the configuration...

Fatal error: Call to undefined method: stdClass->onAuthenticate() in /home/sitename/libraries/joomla/user/authentication.php on line 121 (Joomla! 1.5)

F

How Can We Help? Search Print When trying to log into the backend after entering the username and password and as soon as you click on login, I get the following error. Fatal error: Call to undefined method: stdClass->onAuthenticate() in /home/sitename/libraries/joomla/user/authentication.php on line 121 (Joomla! 1.5) Solution Change the file permissions of the plugin folder to at least 755...

How to remove Article Filtering in Joomla! 1.5.* when having a menu item with type “Display a list of Categories in a Section” or “Section Layout”

H

How Can We Help? Search Print If you have a menu item with type “Category List” then it’s under the Basic Parameters options. More on this click here Unfortunately there isn’t an easy option for this yet in type “Section Layout“. To remove the Article Filtering option you need to do some code modifications. Locate the following...

How to use the Custom, stockable variants plugin in VirtueMart 2.0

H

How Can We Help? Search Print This is a basic tutorial to help you get started. We will use a Basic Size and Colour selection per product, say if you had a clothing store you would want users to select a Size and Colour for a clothing item, with a different price and different stock levels, you would use the Custom, stockable variants plugin for VirtueMart 2.0 Steps Open the Administration...

Stop Joomla! 3.x From Stripping Out Code

S

How Can We Help? Search Print Joomla! has this option called Turn Off Filtering when editing content which in short means that text won’t get filtered for a specific user group if turned off. To Turn Off Filtering follow the steps below: Click on System -> Global Configuration Click on the Text Filters tab Set No Filtering next to the User Group where text filtering should be disabled...

Warning No installation plugin has been enabled. At least one must be enabled to be able to use the installer. Go to the Plugin Manager to enable the plugins

W

How Can We Help? Search Print When trying to install a Joomla 3.x.x Component, Module or Plugin you receive the error message: Warning No installation plugin has been enabled. At least one must be enabled to be able to use the installer. Go to the Plugin Manager to enable the plugins. Follow these steps to solve the problem: Click on Extensions->Manage->Discover Click on the Discover button...

Operation could not be completed (error 0x00000709) when trying to connect to a Network Printer. Windows 8.1

O

How Can We Help? Search Print Open Devices and Printers Click on the Add Printer tab Select The printer that I want isn’t listed Add a local printer or network printer with manual settings Create a new port and set the type to Local Port and click on next Type the Printer location in the Port Name window and click ok Select Printer and Model and click on Next Give your printer a name and...

How to change the Return-path email address using the PHPMailer class

H

How Can We Help? Search Print Fill the $Sender property with the email address you wish to have as the Return-path  E.g. $mail->Sender="[email protected]"; This property can be found on Line 97 in the class.phpmailer.php file    /**    * Sets the Sender email (Return-Path) of the message.  If not empty,    * will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.    * @var string    */...

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me