- Posts: 14116
- Thank you received: 1639
Install Hangs
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
11 years 8 months ago #31389
by ivan.milic
Replied by ivan.milic on topic Install Hangs
Try this:
if j2.5 open
installation/index.php
if j3.1 open
installation\application\framework.php
find this lines :
error_reporting(E_ALL);
ini_set('display_errors', true);
and replace them with:
error_reporting(0);
ini_set('display_errors', false);
you can also pay for template installation 30eur so we tackle the problem.
if j2.5 open
installation/index.php
if j3.1 open
installation\application\framework.php
find this lines :
error_reporting(E_ALL);
ini_set('display_errors', true);
and replace them with:
error_reporting(0);
ini_set('display_errors', false);
you can also pay for template installation 30eur so we tackle the problem.
Please Log in to join the conversation.
-
timmfisk@hotmail.com
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
11 years 8 months ago #31390
by timmfisk@hotmail.com
Replied by timmfisk@hotmail.com on topic Install Hangs
Thanks for the reply. I'm doing the install again. It's odd... the CSS is now working however, I didnt make the edits you suggested yet. Very odd. I will keep you posted.
Thanks!
Thanks!
Please Log in to join the conversation.
-
timmfisk@hotmail.com
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
11 years 8 months ago #31391
by timmfisk@hotmail.com
Replied by timmfisk@hotmail.com on topic Install Hangs
OK... we are progressing.
It seems that the install went well? However, the Install dir had to be removed manually. I clicked the "Site Administartor" button and I get the following error each time I attempt it:
PHP Warning: Creating default object from empty value in
\home\astormisbrewing.org\wwwroot\administrator\includes\application.php on line 276
When I use the "Site" button and just the plain domain URL, I get the following:
PHP Warning: Creating default object from empty value in
\home\astormisbrewing.org\wwwroot\modules\mod_feed\helper.php on line 37
PHP Warning: Creating default object from empty value in
\home\astormisbrewing.org\wwwroot\modules\mod_feed\helper.php on line 37
PHP Warning: Creating default object from empty value in
\home\astormisbrewing.org\wwwroot\modules\mod_feed\helper.php on line 37
Any suggestions?
It seems that the install went well? However, the Install dir had to be removed manually. I clicked the "Site Administartor" button and I get the following error each time I attempt it:
PHP Warning: Creating default object from empty value in

When I use the "Site" button and just the plain domain URL, I get the following:
PHP Warning: Creating default object from empty value in

PHP Warning: Creating default object from empty value in

PHP Warning: Creating default object from empty value in

Any suggestions?
Please Log in to join the conversation.
-
timmfisk@hotmail.com
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
11 years 8 months ago #31393
by timmfisk@hotmail.com
Replied by timmfisk@hotmail.com on topic Install Hangs
Well, the first problem (helper.php) deals with two lines:
PHP Warning: Creating default object from empty value in
\home\astormisbrewing.org\wwwroot\modules\mod_feed\helper.php on line 37
PHP Warning: Creating default object from empty value in
\home\astormisbrewing.org\wwwroot\modules\mod_feed\helper.php on line 37
PHP Warning: Creating default object from empty value in
\home\astormisbrewing.org\wwwroot\modules\mod_feed\helper.php on line 37
When I comment the following lines out (37,38), the site loads perfectly.
//$feed->image->url = $rssDoc->get_image_url();
//$feed->image->title = $rssDoc->get_image_title();
Any ideas? This has got to be something very simple... maybe a DB issue? It's probably not a permissions issue because the images still load... there's no <ALT> data
I haven't worked on the Administrators side yet... still errors out... however, at an earlier point, I was able to log in as an administrator (it crashed) but the cookie was set. So, on the home page, I can edit articles. Confirmation once again that there probably isn't any filesystem permission issues.
I've programmed ColdFusion, ASP, ASP.Net, etc, for years but PHP is not my strong suit.
Any thoughts?
PHP Warning: Creating default object from empty value in

PHP Warning: Creating default object from empty value in

PHP Warning: Creating default object from empty value in

When I comment the following lines out (37,38), the site loads perfectly.
//$feed->image->url = $rssDoc->get_image_url();
//$feed->image->title = $rssDoc->get_image_title();
Any ideas? This has got to be something very simple... maybe a DB issue? It's probably not a permissions issue because the images still load... there's no <ALT> data
I haven't worked on the Administrators side yet... still errors out... however, at an earlier point, I was able to log in as an administrator (it crashed) but the cookie was set. So, on the home page, I can edit articles. Confirmation once again that there probably isn't any filesystem permission issues.
I've programmed ColdFusion, ASP, ASP.Net, etc, for years but PHP is not my strong suit.
Any thoughts?
Please Log in to join the conversation.
-
timmfisk@hotmail.com
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
11 years 8 months ago #31394
by timmfisk@hotmail.com
Replied by timmfisk@hotmail.com on topic Install Hangs
Not quite sure about this...
$template->template = JFilterInput::getInstance()->clean($template->template, 'cmd');
$template->params = new JRegistry($template->params);
I'm guessing the 'cmd' param is the culprit?
$template->template = JFilterInput::getInstance()->clean($template->template, 'cmd');
$template->params = new JRegistry($template->params);
I'm guessing the 'cmd' param is the culprit?
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 8 months ago #31396
by ivan.milic
Replied by ivan.milic on topic Install Hangs
You host on IIS (windows)?
Maybe your error reporting level is set to strict or system default and system default is strict. GO to joomla global configuration and level them down because as I see all of this messages are warnings and that is normal is error_reporting is set to maximal level.
Maybe your error reporting level is set to strict or system default and system default is strict. GO to joomla global configuration and level them down because as I see all of this messages are warnings and that is normal is error_reporting is set to maximal level.
Please Log in to join the conversation.
Time to create page: 0.080 seconds