FAQ

From ExponentCMS Docs

Jump to: navigation, search

Image:Icon_Faq_40px.png FAQ : Frequently Asked Questions

The FAQ page contains answers or links to answers for many Frequently Asked Questions. Please check here for information prior to requesting further help in the Exponent Support Forums.


Contents

Installation, Configuration and Upgrades Icon_Warning_20px.png

I'm new to Exponent. Where is the guide to Installing Exponent?

There are various pages on this site to help you install Exponent, but start with:

Where do I download Exponent?

How can I test drive Exponent?

What are the System Requirements for Exponent?

How do I set the File Permissions for Exponent?

How do I create the Exponent Database?

How do I install Exponent in a subdirectory?

I get a Content Not Found error. What should I do?

If you have just installed Exponent an get a Content Not Found error when trying to access your website, then:

How do I add Image manipulation support through the GD library?

  • tbd

I am getting errors after I installed Exponent on my Windows server

  • tbd

How do I create a default title for all my pages?

My page is coming up blank. How can I see what is wrong?

How do I upgrade Exponent?

How do I Backup the Exponent Database?

How do I Backup my Files?

How do I Upload and Extract Exponent during Upgrade

How do I get Exponent to display European Dates?

How do I move my Exponent website to a new Location

To move your Exponent website to a new server or to a new location on the same server.

Why are some of the Content Editing Icons missing from my Text Editor?

Managing Content Icon_Warning_20px.png

How do I reuse content?

  • tbd

How do I use recurring events in the calendar?

  • tbd

How can I enter HTML into the the WYSIWYG editor?

  • tbd

How do I create a special title for each page?

  • tbd

What Browser should I use with Exponent?

  • tbd

Why do images and resources I've deleted remain on the web server?

This is caused by some Exponent modules not being fully functional. When you delete an image or resource from a module there are two things that the Exponent module you are using needs to do:

  1. First the module needs to remove the reference to the file from the module's table in the the database. All modules do this part without a problem, so any content you remove will no longer appear on your website.
  2. The second thing the module needs to do is remove the actual file from the server. Many modules are released without this functionality, so even though the file doesn't display it's still there on the server. If you really want them removed from the server, do so via FTP.

Why can't I view images uploaded to my site?

Modules and Themes Icon_Warning_20px.png

How do I install a new Theme?

How do I preview a Theme?

How do I install a new Module?

How do I make a new Module available to add to a page?

I have added a Module to a page but can't add Content

If you have manually installed a module, then you can't add content until you add the Module's tables to the Exponent database.

My themes will not install properly how can I fix permissions?

My modules will not install properly how can I fix permissions?

How do I change the Theme used by my website?

How do I delete a Theme from my website?

How do I change the layout or view of a module?

How do I hide the login box?

To remove the Login Module from a page, you need to edit your Active Theme.

  • See the Themes and PHP page for a guide to adding or removing Content Modules from your an Exponent Theme.

Where do I find views files?

How do I create a new view for a module?

Note: You should NEVER modify a View file in your /modules/ folder as this will be overwritten when you upgrade your Exponent website.

How do I find out if a module is hard coded in index.php?

How do I change a view hard coded in index.php?

How do I edit a Site-Wide view such as the Pop-Up view?

Note: You should NEVER modify a View file in your /views/ folder as this will be overwritten when you upgrade your Exponent website.

Can my site have a different view or layout for users who are logged in?

Administrators & Developers Icon_Warning_20px.png

My site isn't working properly. How do I see what the problem is?

By default Exponent hides all PHP Errors from view. To help diagnose problems, you should Show PHP Errors.

How can I directly access the Administration Control Panel ?

For a full list of URLs which you can input directly into your browser:

How do I change the layout of the HTML Editor

How do I retrieve my Admin Password or Admin Username?

If you have lost your Super User password, or lost your Super User username, you will find them in the file:

/conf/config.php

You will need to connect to your site via FTP to retrieve this file. You can also access and amend this information via your Exponent database. For more info see Forum Post: Lost admin password

How do I protect my Exponent Directories/Folders

To protect your Exponent directories/folders from prying eyes, you should tell Apache to NOT index directories. The easiest way to achieve this is to edit the .htaccess file in your Exponent base directory (/public_html/.htaccess on most servers). Add the code:

Options FollowSymLinks MultiViews

Note: If this file doesn't already exist, then create it. Please also note that this is a hidden file, so ensure you switch on View Hidden Files in your FTP client beforehand. See Forum: Protecting Exponent Sub-directories for more information.

My site is in Maintenance Mode and I can't Login

If your site is in Maintenance Mode and you are unable to login, then you can easily switch it back to Normal Mode as follows:

  1. Edit the file
    conf/config.php
  2. Set line 47 (or there abouts) to:
    define("MAINTENANCE_MODE",0);

A value of 0 switches Maintenance Mode off, and a value of 1 switches it on.

Personal tools