HabbieCMS

MrQuoute

Member
Oct 6, 2020
40
4
Make sure your password, username, and database name are typed correctly (spelling matters)

If it still doesn't work after that, check your error_log for more details

For xampp it's \xampp\apache\logs\error.log
Or from the xampp-control application, you can click the logs button for Apache
[Tue Oct 27 10:04:28 2020] [error] [client localhost] File does not exist: C:/xampp/htdocs/app/tpl/skins/Habbo/images/bg7jaar.png, referer:
[Tue Oct 27 10:04:28 2020] [error] [client localhost] File does not exist: C:/xampp/htdocs/app/tpl/skins/Habbo/images/registerbg.png, referer:
[Tue Oct 27 10:04:28 2020] [error] [client localhost] File does not exist: C:/xampp/htdocs/app/tpl/skins/Habbo/images/footerimg7j.png, referer:
[Tue Oct 27 10:07:16 2020] [error] [client localhost] File does not exist: C:/xampp/htdocs/app/tpl/skins/Habbo/images/bg7jaar.png, referer:
[Tue Oct 27 10:07:16 2020] [error] [client localhost] File does not exist: C:/xampp/htdocs/app/tpl/skins/Habbo/images/registerbg.png, referer:
[Tue Oct 27 10:07:16 2020] [error] [client localhost] File does not exist: C:/xampp/htdocs/app/tpl/skins/Habbo/images/footerimg7j.png, referer:
 

MrQuoute

Member
Oct 6, 2020
40
4
Need your PHP log, not your Apachelog.
U say apache//logs/error. I have one error file.
Post automatically merged:

Terminating on signal SIGTERM(15)
[Tue Oct 27 12:19:16 2020] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Oct 27 12:19:24 2020] [notice] Digest: generating secret for digest authentication ...
[Tue Oct 27 12:19:24 2020] [notice] Digest: done
[Tue Oct 27 12:19:24 2020] [notice] Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Tue Oct 27 12:19:24 2020] [notice] Server built: Nov 11 2009 14:29:03
[Tue Oct 27 12:19:24 2020] [notice] Parent: Created child process 6428
Terminating on signal SIGTERM(15)
] Digest: generating secret for digest authentication ...
[Tue Oct 27 12:19:26 2020] [notice] Digest: done
[Tue Oct 27 12:19:27 2020] [notice] Child 6428: Child process is running
[Tue Oct 27 12:19:27 2020] [notice] Child 6428: Acquired the start mutex.
[Tue Oct 27 12:19:27 2020] [notice] Child 6428: Starting 150 worker threads.
[Tue Oct 27 12:19:27 2020] [notice] Child 6428: Starting thread to listen on port 443.
[Tue Oct 27 12:19:27 2020] [notice] Child 6428: Starting thread to listen on port 443.
[Tue Oct 27 12:19:27 2020] [notice] Child 6428: Starting thread to listen on port 80.
[Tue Oct 27 12:19:27 2020] [notice] Child 6428: Starting thread to listen on port 80.
Terminating on signal SIGTERM(15)
[Tue Oct 27 12:27:24 2020] [warn] pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Oct 27 12:27:29 2020] [notice] Digest: generating secret for digest authentication ...
[Tue Oct 27 12:27:29 2020] [notice] Digest: done
[Tue Oct 27 12:27:29 2020] [notice] Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Tue Oct 27 12:27:29 2020] [notice] Server built: Nov 11 2009 14:29:03
[Tue Oct 27 12:27:29 2020] [notice] Parent: Created child process 3184
[Tue Oct 27 12:27:31 2020] [notice] Digest: generating secret for digest authentication ...
[Tue Oct 27 12:27:31 2020] [notice] Digest: done
[Tue Oct 27 12:27:31 2020] [notice] Child 3184: Child process is running
[Tue Oct 27 12:27:31 2020] [notice] Child 3184: Acquired the start mutex.
[Tue Oct 27 12:27:31 2020] [notice] Child 3184: Starting 150 worker threads.
[Tue Oct 27 12:27:31 2020] [notice] Child 3184: Starting thread to listen on port 443.
[Tue Oct 27 12:27:31 2020] [notice] Child 3184: Starting thread to listen on port 443.
[Tue Oct 27 12:27:31 2020] [notice] Child 3184: Starting thread to listen on port 80.
[Tue Oct 27 12:27:31 2020] [notice] Child 3184: Starting thread to listen on port 80.
 
Last edited:

TesoMayn

Boredom, it vexes me.
Oct 30, 2011
1,482
1,482
I said that file because it's where Google told me xampp has the PHP error log, but it appears to just be the Apache error log

The details about your error log will be in the PHP error log, I'm not 100% sure where xampp stores it, as I don't use xampp

I assume somewhere in \xampp\php
 

MrQuoute

Member
Oct 6, 2020
40
4
I said that file because it's where Google told me xampp has the PHP error log, but it appears to just be the Apache error log

The details about your error log will be in the PHP error log, I'm not 100% sure where xampp stores it, as I don't use xampp

I assume somewhere in \xampp\php
*
* @param string $message
* @param int $code
* @param mixed $data
* @reTurn void
*/
public function __construct($message = null, $code = -32000, $data = null)
{
$this->setMessage($message)
->setCode($code)
->setData($data);
}

/**
* Set error code
*
* @param int $code
* @reTurn Zend_Json_Server_Error
*/
public function setCode($code)
{
if (!is_scalar($code)) {
return $this;
}

$code = (int) $code;
if (in_array($code, $this->_allowedCodes)) {
$this->_code = $code;
} elseif (in_array($code, range(-32099, -32000))) {
$this->_code = $code;
}

return $this;
}

/**
* Get error code
*
* @reTurn int|null
*/
public function getCode()
{
return $this->_code;
}

/**
* Set error message
*
* @param string $message
* @reTurn Zend_Json_Server_Error
*/
public function setMessage($message)
{
if (!is_scalar($message)) {
return $this;
}

$this->_message = (string) $message;
return $this;
}

/**
* Get error message
*
* @reTurn string
*/
public function getMessage()
{
return $this->_message;
}

/**
* Set error data
*
* @param mixed $data
* @reTurn Zend_Json_Server_Error
*/
public function setData($data)
{
$this->_data = $data;
return $this;
}

/**
* Get error data
*
* @reTurn mixed
*/
public function getData()
{
return $this->_data;
}

/**
* Cast error to array
*
* @reTurn array
*/
public function toArray()
{
return array(
'code' => $this->getCode(),
'message' => $this->getMessage(),
'data' => $this->getData(),
);
}

/**
* Cast error to JSON
*
* @reTurn string
*/
public function toJson()
{
require_once 'Zend/Json.php';
return Zend_Json::encode($this->toArray());
}

/**
* Cast to string (JSON)
*
* @reTurn string
*/
public function __toString()
{
return $this->toJson();
}
}

Is error.php from xampp/php/PEAR/Zend/Json/Server
 

Users who are viewing this thread

Top