localhost install of Hotstart file - error message

More
12 years 8 months ago - 12 years 8 months ago #17196 by Lucien_VRN
I have install XAMPP Version 2.5 on my local machine to build and test sites before upload. Localhost works fine with Joomla 2.5.4 build with the standard sample date.

When I unzip and install the Hot_Destinations25_hotstart zip file into my local htdocs folder (a newly created subfolder I called Joomla 25_1) it installs OK, I remove the temporary install files and it goes to the Administrator Page. Above the administrator module I get 3 lines of code:

Notice: Trying to get property of non-object in D:\xampp\htdocs\joomla25_1\administrator\includes\application.php on line 276

Strict Standards: Creating default object from empty value in D:\xampp\htdocs\joomla25_1\administrator\includes\application.php on line 276

Notice: Undefined property: stdClass::$params in D:\xampp\htdocs\joomla25_1\administrator\includes\application.php on line 277


If I select View Site site it runs OK except for an overflow error message in the scroller
screen_dump.png
any ideas/fixes greatly appreciated?
Attachments:
Last edit: 12 years 8 months ago by Lucien_VRN. Reason: reduced file size of screen dump for upload

Please Log in to join the conversation.

More
12 years 8 months ago #17212 by ivan.milic
That are only warnings, you can disable them. Open index.php of template and put this line:

error_reporting(0);

above:

defined( '_JEXEC' ) or die( 'Restricted access' );

Please Log in to join the conversation.

More
12 years 8 months ago #17222 by Lucien_VRN
Thanks Ivan, that worked perfectly. I still have the similar issue with the Adimistrator page, it shows 3 lines of warnings and no icons. If you click on view site or log out they work, but no other access into Administration.

Any ideas on fixing that? The template itself looks great, really excellent
Attachments:

Please Log in to join the conversation.

More
12 years 8 months ago #17228 by ivan.milic
Check if debugging is turned off in global configuration.

Please Log in to join the conversation.

More
12 years 8 months ago #17231 by Lucien_VRN
public $access = '1';
public $debug = '0';
public $debug_lang = '0';

These are the settings in configuration.php, is this what you mean?

Please Log in to join the conversation.

More
12 years 8 months ago #17235 by ivan.milic
you can disable that messages in php.ini

Please Log in to join the conversation.

Time to create page: 0.094 seconds
Powered by Kunena Forum