- Posts: 28
- Thank you received: 0
localhost install of Hotstart file - error message
-
Lucien_VRN
Inactive member - Topic Author
- Member
Less
More
12 years 8 months ago - 12 years 8 months ago #17196
by Lucien_VRN
localhost install of Hotstart file - error message was created 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 \xampp\htdocs\joomla25_1\administrator\includes\application.php on line 276
Strict Standards: Creating default object from empty value in \xampp\htdocs\joomla25_1\administrator\includes\application.php on line 276
Notice: Undefined property: stdClass::$params in \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?
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 \xampp\htdocs\joomla25_1\administrator\includes\application.php on line 276
Strict Standards: Creating default object from empty value in \xampp\htdocs\joomla25_1\administrator\includes\application.php on line 276
Notice: Undefined property: stdClass::$params in \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?
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17212
by ivan.milic
Replied by ivan.milic on topic Re: localhost install of Hotstart file - error message
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' );
error_reporting(0);
above:
defined( '_JEXEC' ) or die( 'Restricted access' );
Please Log in to join the conversation.
-
Lucien_VRN
Inactive member - Topic Author
- Member
Less
More
- Posts: 28
- Thank you received: 0
12 years 8 months ago #17222
by Lucien_VRN
Replied by Lucien_VRN on topic Re: localhost install of Hotstart file - error message
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
Any ideas on fixing that? The template itself looks great, really excellent
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17228
by ivan.milic
Replied by ivan.milic on topic Re: localhost install of Hotstart file - error message
Check if debugging is turned off in global configuration.
Please Log in to join the conversation.
-
Lucien_VRN
Inactive member - Topic Author
- Member
Less
More
- Posts: 28
- Thank you received: 0
12 years 8 months ago #17231
by Lucien_VRN
Replied by Lucien_VRN on topic Re: localhost install of Hotstart file - error message
public $access = '1';
public $debug = '0';
public $debug_lang = '0';
These are the settings in configuration.php, is this what you mean?
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17235
by ivan.milic
Replied by ivan.milic on topic Re: localhost install of Hotstart file - error message
you can disable that messages in php.ini
Please Log in to join the conversation.
Time to create page: 0.094 seconds