- 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 #17244
by Lucien_VRN
Replied by Lucien_VRN on topic Re: localhost install of Hotstart file - error message
I'm not sure what file I should be trying to amend? Ther eis no clear line of code that refers to $debug=0, (newbie here so excuse if I am being stupid)! I have other local joomla instals on the same localhost (under different names) and the administrator login runs ok on those, it is only the Hot Destinations one that is causing me an issue.
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 #17251
by ivan.milic
Replied by ivan.milic on topic Re: localhost install of Hotstart file - error message
add
error_reporting(0);
before
define('_JEXEC', 1);
in administartor/index.php
error_reporting(0);
before
define('_JEXEC', 1);
in administartor/index.php
The following user(s) said Thank You: Lucien_VRN
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 #17254
by Lucien_VRN
Replied by Lucien_VRN on topic Re: localhost install of Hotstart file - error message
Resolved this one, all now working perfectly
the ini file to be amended was
d:\xampp\htdocs\joomla25_1\administration\includes\application.php
turned off the error reporting in that one and all works ok now.
the ini file to be amended was
d:\xampp\htdocs\joomla25_1\administration\includes\application.php
turned off the error reporting in that one and all works ok now.
Please Log in to join the conversation.
Time to create page: 0.079 seconds