Skip to content
Narrow screen resolution Wide screen resolution Auto adjust screen size Increase font size Decrease font size Default font size

dioscouri.com

Home arrow BILLETS arrow Troubleshooting
Troubleshooting
Images Aren't Displaying
Do you have "live_site" defined in your Joomla 1.5 installation?

To check, go to Help>>System Info and look for the "live_site" variable.

If it isn't defined, you'll need to edit your configuration.php file to include a listing for:

$live_site = "http://www.yourdomain.com";
 
PHP Notices

These are just "Notices", not "Errors" or "Warnings". They don't impact the running of your script and are displaying because you've got your error_reporting level set unnecessarily high in your php.ini file.

See here for more details:
http://us2.php.net/error_reporting

You can change the Error Reporting setting in your Joomla>>Global Configuration>>Server page or change the setting in your php.ini file according to the link above.

Thanks! 

 
Database Tables Don't Exist

Why is this Happening?

 We have found that some of our users, particularly those using an international translation of Joomla, aren't having their database tables created during installation.

Solution

Inside the zipfile for the component, you will find a file called install.sql which contains all the database table definitions. 

  1. Using either phpMyAdmin or a Joomla! SQL Component (like EasySQL), copy/paste all of the install.sql file into one SQL query. 
  2. Replace all the #_ in the names of the database tables with your Joomla! installation's prefix (many will use jos_) so that each table name reads "prefix_billets_xxxxx". 
  3. Run the SQL
 
Have you had a good Dioscouri experience?  Leave us a review on extensions.joomla.org!   Thanks!
Skilled in PHP and Joomla!? Like working from home? Want to join our team? If freedom and creativity appeal to you, contact us in our Support Center!

Login Menu