- Posts: 16
- Thank you received: 0
Install Hangs
-
timmfisk@hotmail.com
Inactive member - Topic Author
- New Member
Less
More
11 years 4 months ago #31397
by timmfisk@hotmail.com
Replied by timmfisk@hotmail.com on topic Install Hangs
Is there a Table to set this or an XML file? I still cant access the Administrator site.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #31400
by ivan.milic
Replied by ivan.milic on topic Install Hangs
In joomla global configuration you have parameter "Error Reporting" so you can just change it. On some systems that has no effect (relay) so you can then just create file name php.ini and put this in it:
[PHP]
error_reporting = 0
display_errors = Off
[PHP]
error_reporting = 0
display_errors = Off
The following user(s) said Thank You: timmfisk@hotmail.com
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 4 months ago #31401
by timmfisk@hotmail.com
Replied by timmfisk@hotmail.com on topic Install Hangs
Good call. I created a PHP.ini and changed the following, commenting-out the original:
;error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE
... and changed it to a production-type system. Only crashing will report an error.
error_reporting = E_ERROR
I'm not very fond of this because the code doesn't seem very stable in this respect. There should be more IF-THEN-ELSE Conditions for each parameter property. Oh well.
Thank you, All portions of the site appear to be working at an acceptable level now.
;error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE
... and changed it to a production-type system. Only crashing will report an error.
error_reporting = E_ERROR
I'm not very fond of this because the code doesn't seem very stable in this respect. There should be more IF-THEN-ELSE Conditions for each parameter property. Oh well.
Thank you, All portions of the site appear to be working at an acceptable level now.
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 4 months ago #31402
by timmfisk@hotmail.com
Replied by timmfisk@hotmail.com on topic Install Hangs
I wanted to take a moment and thank you for your insights.
Some of the problems didn't make any sense and why the issues "disappeared" without my intervention are beyond me... especially the CSS and the Installation script problems on the J2.5.
I still don't know why J3.x failed but I can focus on that later and let you know what I find.
Now that the site is running on the J2.5, I know I am really going to enjoy it and I am sure my visitors will also. You did a good job on the site design. It's very aesthetically pleasing and the content being included in the package makes going into production that much easier. You are the only one I have seen who does that and that is what sold me on your product... it's a game changer.
Keep up the good work
Thanks,
Tim
Some of the problems didn't make any sense and why the issues "disappeared" without my intervention are beyond me... especially the CSS and the Installation script problems on the J2.5.
I still don't know why J3.x failed but I can focus on that later and let you know what I find.
Now that the site is running on the J2.5, I know I am really going to enjoy it and I am sure my visitors will also. You did a good job on the site design. It's very aesthetically pleasing and the content being included in the package makes going into production that much easier. You are the only one I have seen who does that and that is what sold me on your product... it's a game changer.
Keep up the good work
Thanks,
Tim
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #31410
by ivan.milic
Replied by ivan.milic on topic Install Hangs
That means PHP or MY sql is old for j3.1
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 4 months ago #31426
by timmfisk@hotmail.com
Replied by timmfisk@hotmail.com on topic Install Hangs
The site is running on PHP 5.x
Please Log in to join the conversation.
Time to create page: 0.158 seconds