Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 1666

Joomla! 5.x Coding • Re: Autoload_psr4 or registration problem? My Joomla Component works fine with wamp64 localhost but fails on live site

$
0
0
is it possible that the restoration process is not registering my component and so re-creating an autoload file with out it being mentioned?
Delete the file administrator/cache/autoload_psr4.php and then access the website. The autoload file is created automatically when Joomla is accessed.

Does the .xml manifest file of your component declare the namespace, for example:

Code:

<namespace path="src">Derek\Component\HCOCONCERTSCOMPONENT</namespace>
Turn on the option Debug System in the Global Configuration. If the backend is inaccessible, write-enable the file configuration.php and make the following changes:

Code:

public $debug = true;public $error_reporting = 'maximum';public $log_everything = 1;
The detailed error message and the PHP call stack will now be displayed and also written into the log file administrator/logs/everything.php. Copy and paste the messages into your reply.

Statistics: Posted by toivo — Thu May 16, 2024 10:19 pm



Viewing all articles
Browse latest Browse all 1666

Trending Articles