Get EasyTable Pro !

Get a Subscription for EasyTable Pro!
(
The current version is emailed to you when your subscription is payed.
Existing Subscribers can download here

Tuesday May 22 , 2012
Font Size
   
Support
Print

Forum Registration

Due to the high volume of pornographic spam we have changed the forum registration process so that new registrations require administrator approval. You can read more about it in this forum thread.

How do I login/post to the support forums?

How do I login?

To login to the forums you need register with the website. You can do this either from the Forums Registration page or from any other pages in the website you can click on the "Create an account" link in the "Member Login" module.

How do I post to the support forums?

First navigate to the forums section of the website.

If you're a current Support Subscriber you will see the additional "Subscribers Forum" as shown in this screenshot:

Forums

Click on the name of the forum you want to post in. Then once in the forum click on the "New Post" button as shown in the image below of the "Support Subscribers" forum.

Here's the New Topic Button

 

Why do I need to increase my PHP memory limit?

General

When asking this question most users forget that their web server is a multi-user system.

The configuration for the memory_limit of PHP running as an Apache module to server webpages has to take into consideration how many Apache process you can have at the same time on the machine (this is controlled the MaxClients configuration option for Apache).

If MaxClients is 100 and you have 2,000 MB or RAM, a very quick calculation will show that you should not use more than 20 MB *(because 20 MB * 100 clients = 2 GB or RAM, ie the total amount of memory your server has)* for the memory_limit value.

Add to this other software running on the server, like MySQL, mail servers, the operating system and Apache itself and you can easily run out of memory and have odd results.

Joomla

When using the Joomla CMS memory usage can increase dramatically with a large number of extensions installed and a large amount of data to be managed.

Signs that you may be experiencing memory limit problems include

  • pages not rendering completely
  • components or extensions reporting memory errors
  • partial content being returned and
  • page timeouts on pages that use a lot of components/extensions.

Bug Reports/How to get Help

All Users

The quickest way to solve a problem is to look for existing solutions. On this website that means the following:

  1. Read the articles about your particular software.
  2. Read the FAQ (Frequently Asked Questions) - we have lots of answers in there.
  3. Search the forums for error messages or appropriate keywords.
  4. Do not use the Forum's Private Message (PM) function - we don't check them

If none of those help then login to the appropriate forum and post your question. When you post your question don't forget to provide context so people can provide the best answer - start with the things suggested below.

Free Software Users

If you have problems using any of the software on this website please use the FAQ's and user forums to try and resolve it.

Don't send us an email as this will not help you get an answer and it won't help other users who may be experiencing similar problems. Don't use the contact forms either as they go to sales. Email and contact forms only go to one address whereas our support forums are seen by many people making the chances of you getting a prompt answer much higher.

Read the FAQ's, search the forums and if you can't find an answer then post a question on the forums, remember the things suggested below.

Current Support Subscribers

If you're a paid support subscriber please use the subscribers forum which is monitored by our support staff. If it is urgent in addition to posting to the subscribers forum use our contact form, especially if it's out of normal business hours. Remember, the more information you provide us the more likely it is we'll be able to solve the problem, start with the things suggested below.

If you don't have a paid support subscription then you will have to use the  community forums which aren't monitored by us but which we do visit occasionally.

General Information to Provide

When posting a question about any problems you may be experiencing the following things will be useful:

  • version details for
    • our software and
    • things like Joomla, PHP, mySQL etc
  • browser name, version & platform (eg. Firefox, Safari, Chrome and which platform Mac/Win)
  • check your browsers JavaScript console and provide details of any errors shown in it.
  • try alternative browser to see if it's a bad browser behaviour/plugin issue. (90% of errors come from old versions of IE on Windows.)
  • URL showing the problem
    • if no URL is available then a screen shot
  • any error messages (please cut and paste them out of your browser into the forum, don't try to remember them and type them in.)
  • turn on Joomla's debug mode and try to create the error again (also look at the debug output and copy and paste any relevant sections into your forum post.)

Don't use the Forum software's Private Message function (PM's)

This can't be said enough - don't use the PM function, it goes to one person only whereas we have multiple people watching the forums. We don't have the same people logging in every day so your PM may not be seen until they come back from holidays, a business trip or a pilgrimage!

Problems logging into forums

Changes in forum group memberships can sometime cause login issues due to out of date cookies or cached information held by the browser.

If you have a problem logging into the forums please try the following suggestions to see if any of them resolve the problem:

  • logout & then click the link Delete all board cookies. (It's also on the bottom of the main forum page). Login and see if that worked.
  • Logout then try to login from the websites home page
  • If you use your browser to automatically save and fill out passwords try turning that off and logging out and then back in.
  • Try a different browser, ie. if you normally use IE7 try Firefox or Safari to login with.
  • Finally if none of them have worked try resetting your password using the forum login page

Problems uploading files or installing extensions/templates

Out of Memory when Processing Files?

When PHP runs out of memory while running a large application ( like a CMS with lots of bells and whistles in a dynamic template ) you will see errors with the key phrases "Fatal Error" and "Allowed memory size of XXXXXX bytes exhausted".

Contributing causes include:

  • a comparatively low memory_limit setting compared to the work you're asking the server to do.
    • 64M is considered normal for dynamic eCommerce and CMS driven websites
  • asking the server to process/unzip/compress a very large file
  • over-loading your CMS/eCommerce/Web App with lots of extensions

The easiest solution is to increase PHP's memory_limit - depending on your hosting environment there are a variety of ways to do this - click here for a Google Search to get you started. If you have no idea how to do this the best solution will be to talk to your website provider.

File Uploads

Ok, first up file uploads for those that aren't clear are the following sorts of things:

  • adding a picture on your computer to an aritcle (you upload the image file)
  • installing a new component/plug-in/temple (these items are uploaded to your website)
  • uploading data to a custom component (like PDF & JPGs to Flipbook or CSV files for use in EasyTable)

A file upload is literally the transmission of data from your computer to the web server that your website runs on.

Unlike normal activities like editing text or creating menus which send small amount of data to specific fields, file uploads send much larger amounts of data in a pre-packaged format.  Files that can be uploaded can be a variety of types, common ones include:

  • ZIP/GZ  (compressed data files)
  • JPG/PNG/GIF (images)
  • SWF, AVI, MOV, MP3, MP4 (Flash, audio & video)

As file uploads are usually self contained packages they have to be treated with much more care. As such hosting services and most CMS software have limits on what can be uploaded. Some file restrictions that you might encouter include:

  • no executable files
    • to prevent virus transmission
  • no script files
    • like PHP
    • Perl etc
    • done to prevent hacking of the website
  • no files over a specified size
    • typically ranges from 0Mb to a user configurable number
    • usually the better the host the bigger you can go

Generally the one that causes the most trouble with a CMS website is the maximum file size you're allowed to upload. In Joomla this is controlled by a PHP variable called upload_max_filesize.

The value this variable has is usually controlled by your hosting service at the cheap end of town and by yourself in the nicer hosting services.

What's my upload_max_filesize?

The default PHP value is 2M (2 megabytes), most hosting providers change it from this either up or down. There are a variety of ways to find your websites value:

  • on WHM/CPanel system
    • Open the PHP Configuration icon PHP Configuration button in CPanel and look for the line highlighted in image below.
  • on Joomla 1.5
    • Select the menu "Help" -> "System Info" -> "PHP Information"
    • Scroll down to the end of the PHP Core section to find the value of upload_max_filesize
  • using a test PHP file
    • create and upload a phpinfo() file to your server (if you don't know what this means don't do it)
  • contact your hosting provider

PHP_Configuration

How can I change my upload_max_filesize?

There are a range of ways including using your WHM access to change it, setting a php.ini file up and finally calling your hosting provider. We recommend you read about it because you can cause problems if you do it the wrong way.

Please beaware the changing your upload_max_filesizecan cause problems if you make it greater than or equal to your post_max_size (another PHP setting). Apart from the file you're uploading you need to allow room for the other form elements, so the size of the file + the size of other form elements (text fields, drop down items, selection boxes etc) must be less than your post_max_size.

As a starting point here's a Google search for you.

 

General Joomla Installation Issues

JInstaller::install: Failed to copy file

Joomla Help Menu [Select System Info]This is a common message that usually results from file or directory permissions on the hosting environment.  The easiest way to check if the problem is being caused by permission issues is to use Joomla's built-in "System Info" option in the Help menu.

When you select the "System Info" option, then you are presented with a range of information tabs about your website and the Joomla installation.

As shown in this screenshot one of the tabs you can choose is called “Directory Permissions’ - for you to be able to successfully install components, plug-ins and templates then all of these directories listed should show as “Writable”.  If they don't (the directory permission show as “Unwritable”) you will need to change the permissions for your Joomla installation.

How do I change the permissions for my Joomla installation?

Joomla Directory PermissionsFirst up - changing permissions can be dangerous. If you don't really understand permissions and ownership get the technical support staff at your hosting service to fix the permissions for you.  Specifically the webserver will need read and write access to the Joomla installation, it will also need ownership or membership of a group that owns the websites directories.

Changing permissions will depend on your website hosting setup.

  • If your host provides cPanel access you can use the “File Manager” to change the directory permissions.
  • If your host provides Shell access you can use chmod and chown to set the permissions to 755 and the group owner to the webserver's group
  • If your host has a custom control panel specific to them you may be best off opening a support ticket to get the problem resolved.

It's not my Permissions!

If your permissions are all showing as writable then the next most likely cause is that your Joomla installation is version 1.5.10 - a typical error in this case will look like this:

JInstaller::install: File
'/website/tmp/install_38bd786260b81/SomeComponent.install.php' does not exist.
Component Install: Could not copy PHP install file.

Joomla 1.5.10 had a slight change which causes this error to be thrown, it has been resolved in all subsequent versions.  The simplest solution is to upgrade to a latter (and more secure) version of Joomla 1.5.

It's not my Permissions and it's not Joomla 1.5.10

Joomla_Global_Settings_FTP_OffIf you've gotten this far and it hasn't worked the final thing to check is your “Global Configuration” for “FTP Settings”. If you have FTP enable/disbaled, flip the FTP option (set it to the opposite setting) and try again.

 

In our experience with our software/templates and with Third Party products these steps have resolved 99% of installation issues via the Joomla Installer.

How do I get custom development or general Joomla Support?

See People Software is a brand of Craig Phillips Pty Ltd (CPPL).

CPPL's core business is:

  • software development for:
    • iPhone applications
    • Joomla Extensions
  • devloping new websites using Open Source solutions like Joomla!
    • setup
    • on-server configuration & support
    • training
    • templates
    • public/intranet website
  • Managed Web Services
    • Maintenace
    • Managed Websites
    • Managed Services
    • Service Monitoring

The best way to get us involved is to drop us a line via our contact form!

For support for our Software please see this FAQ


RSForm! Pro by RSJoomla!


RSForm!Pro is a powerful Joomla! form creator, helping you to create custom forms in minutes. The new product makes form management much easier and gives you the time to handle your clients better.

For only €19.00 how can you go wrong?
 ( We've used it for years... Shouldn't you? )

Member Login