Hi all,

Since I have a new provider where the error_reporting settings are more tight, I'm having difficulties with the following. The error message is:
Strict Standards: Creating default object from empty value on the following line:

$settings->paths->absolute->site    = $_SERVER['DOCUMENT_ROOT']."/qb/";

Does anybody know how to get rid of this error?

Thanks in advance!

Regards,
Dirk

Hard to tell from a single line, normally it would mean that $settings = new SettingsClass() was missing.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.