- Code: Select all
Strict Standards: Only variables should be assigned by reference in
C:\xampp\htdocs\joomla\administrator\components\com_openestate\admin.openestate.php on line 19
Strict Standards: Only variables should be assigned by reference in
C:\xampp\htdocs\joomla\administrator\components\com_openestate\admin.openestate.php on line 22
Strict Standards: Non-static method OpenEstateViews::wrapper() should not be called statically in
C:\xampp\htdocs\joomla\administrator\components\com_openestate\admin.openestate.php on line 35
Strict Standards: Non-static method OpenEstateViews::submenu() should not be called statically in
C:\xampp\htdocs\joomla\administrator\components\com_openestate\admin.openestate.html.php on line 84
Strict Standards: Non-static method OpenEstateViews::bar() should not becalled statically in
C:\xampp\htdocs\joomla\administrator\components\com_openestate\admin.openestate.html.php on line 85
Strict Standards: Only variables should be assigned by reference in
C:\xampp\htdocs\joomla\administrator\components\com_openestate\admin.openestate.html.php on line 19
<http://openestate.org/>
Začátek formuláře
Konec formuláře
PHP-Wrapper
Use the PHP-Wrapper to integrate your exported properties from OpenEstate-ImmoTool into Joomla.
Setup the environment of the PHP export
Strict Standards: Only variables should be assigned by reference in
C:\xampp\htdocs\joomla\administrator\components\com_openestate\admin.openestate.html.php on line 91
Začátek formuláře
Strict Standards: Declaration of JParameter::loadSetupFile() should be compatible with that of JRegistry::loadSetupFile() in
C:\xampp\htdocs\joomla\libraries\joomla\html\parameter.php on line 395
Script Path
Script URL
Konec formuláře
Strict Standards: Non-static method OpenEstateWrapper::getScriptPath() should not be called statically in
C:\xampp\htdocs\joomla\administrator\components\com_openestate\admin.openestate.html.php on line 159
Strict Standards: Non-static method OpenEstateWrapper::getScriptUrl() should not be called statically in
C:\xampp\htdocs\joomla\administrator\components\com_openestate\admin.openestate.html.php on line 195
The PHP export is not correctly configured!
The PHP-export scripts and the Joomla component are currently compatible with PHP4 and PHP5. This is why a newer installation of PHP5 may throw E_STRICT errors as they are shown above.
PHP docs about E_STRICT wrote:When enabled, messages will be issued to warn you about code usage which is deprecated or which may not be future-proof.
To disable these kind of messages, you can use PHP's error_reporting mechanism. Here you can find some additional examples.