Admin side login problems.
Posted: Wed May 27, 2026 3:41 pm
Hello again
My shop is oh-so very close to going live
I am getting a error trying to login to my admin side
#0 /home/public_html/Shop/*********/index.php(13): require()
#1 {main}
thrown in /home/public_html/Shop/*********/includes/application_top.php on line 20
// start the timer for the page parse time log
define('PAGE_PARSE_START_TIME', microtime(true));
include 'includes/configure.php';
require 'includes/system/autoloader.php';
$class_index = catalog_autoloader::register();
// make a connection to the database... now
$db = new Database() or die('Unable to connect to database server!');
$hooks = new hooks('shop');
$all_hooks =& $hooks;
$hooks->register('system');
foreach ($hooks->generate('startApplication') as $result) {
if (!isset($result)) {
continue;
}
if (is_string($result)) {
$result = [ $result ];
}
if (is_array($result)) {
foreach ($result as $path) {
if (is_string($path ?? null) && file_exists($path)) {
require $path;
}
}
}
}
This site can’t be reached
Check if there is a typo in home.
If spelling is correct, try running windows network Diagnostics.
DNS_PROBE_FINISHED_NXDOMAIN
----------------------------------------------
Krystal my host have run some tests.
page is giving a 500 error. On checking this it's trying to run an autoload file. These are usually created with Composer. I would suggest reaching out to your developer so they can get this resolved.
I have no idea what Composer is!
Any ideas what I may have done wrong, (again!!)
Regards Shaun
My shop is oh-so very close to going live
I am getting a error trying to login to my admin side
#0 /home/public_html/Shop/*********/index.php(13): require()
#1 {main}
thrown in /home/public_html/Shop/*********/includes/application_top.php on line 20
// start the timer for the page parse time log
define('PAGE_PARSE_START_TIME', microtime(true));
include 'includes/configure.php';
require 'includes/system/autoloader.php';
$class_index = catalog_autoloader::register();
// make a connection to the database... now
$db = new Database() or die('Unable to connect to database server!');
$hooks = new hooks('shop');
$all_hooks =& $hooks;
$hooks->register('system');
foreach ($hooks->generate('startApplication') as $result) {
if (!isset($result)) {
continue;
}
if (is_string($result)) {
$result = [ $result ];
}
if (is_array($result)) {
foreach ($result as $path) {
if (is_string($path ?? null) && file_exists($path)) {
require $path;
}
}
}
}
This site can’t be reached
Check if there is a typo in home.
If spelling is correct, try running windows network Diagnostics.
DNS_PROBE_FINISHED_NXDOMAIN
----------------------------------------------
Krystal my host have run some tests.
page is giving a 500 error. On checking this it's trying to run an autoload file. These are usually created with Composer. I would suggest reaching out to your developer so they can get this resolved.
I have no idea what Composer is!
Any ideas what I may have done wrong, (again!!)
Regards Shaun