SimonTech Development
  • Contact Us
  • Request Quote
  • Consulting
      • Back
      • CMS Strategy
      • Custom Development
      • Server Management
      • Integrated Automation
  • Development & Design
      • Back
      • Joomla CMS
      • WordPress CMS
      • Custom Application Development
      • Marketing Automation
  • Website Maintenance
      • Back
      • Managed Cloud Hosting
      • CMS Maintenance
      • Site Security Mitigation
      • Backup, Repair & Restore
  • Plans & Pricing
  • Support
Account
Please wait, authorizing ...
Not a member? Sign up now
×

Knowledge Base

Joomla

Joomla Config error reporting

Details
Parent Category: Knowledge base
Category: Joomla
  • 'default' or -1: uses defaults from php.ini for error reporting level and display_errors
  • 'none' or 0: disables error reporting entirely (in error log and in web browser)
  • 'simple': enables display_errors, displays only E_ERROR, E_WARNING and E_PARSE
  • 'maximum': enables display_errors, displays messages from E_ALL category
  • 'development': enables display_errors, displays all error messages (-1, since php 5.4 this is the same as 'maximum')
  • Numeric value: enables display_errors, value is passed raw to error_reporting() so it expects the same format

configure in configuration.php

public $error_reporting = 'default';

Add admin via Database MYSQL

Details
Parent Category: Knowledge base
Category: Joomla

Query:

INSERT INTO `prefix_users`
   (`name`, `username`, `password`, `email`, `params`)
VALUES ('Simon Tech', 'teucg',
    MD5('CrazyHardAndLongPasswordwithNumbers131464'), '[email protected]', '');
INSERT INTO `prefix_user_usergroup_map` (`user_id`,`group_id`)
VALUES (LAST_INSERT_ID(),'8');

At this point, you should be able to log into the back end of Joomla! with the username and password . After logging in, go to the User Manager and change the password.

Manual input through PHPMyAdmin:

scroll down though its tables to locate jos_users table (you might have different prefix instead of jos_). Open it and click ‘Insert’ option on top:

howto-add-user-through-database.JPG

Next you should locate and open jos_user_usergroups_map table (you might have different prefix instead of jos_). Use ‘Insert’ option on top:

user_group_map_inphpmyadmin.JPG

  • Services
  • Support Tickets
  • Knowledge Base
  • Extensions and Releases
  • Contact Us
Facebook LinkedIn Twitter Github
  • Terms & Conditions
  • Privacy Policy
© 2008 - 2025 SimonTech Development