SOLVED Problem with Gantry and J3.1 no admin access
Posted 11 years 6 months ago
Hello all,
Sorry if post this in the wrong forum.
I have an odd problem. I have a dedicated LAMP server where Joomla 1.5 / 2.5 and 3.1 works nicely.... I just recently upgraded my LAMP server to the last PHP / MySql
All was working fine with joomla 3.1 and basic templates.
When I install any RocketTheme template, I cannot edit it from the back end.
After a 2 minutes wait, a "save file as" window appears with an index.php file instead of the usual "template edit" page... I didn't find any error messages vis c panel.
I did find an error_log under the admin folder but it states some port 80 error that don't seems to be linked to that...
see below the only errors I see:
[14-Oct-2013 17:30:16 America/New_York] PHP Warning: fsockopen(): unable to connect to update.joomla.org:80 (Connection timed out) in /libraries/joomla/http/transport/socket.php on line 251
[14-Oct-2013 17:30:18 America/New_York] PHP Warning: fsockopen(): unable to connect to update.joomla.org:80 (Connection timed out) in /libraries/joomla/http/transport/socket.php on line 251
[14-Oct-2013 17:30:50 America/New_York] PHP Warning: fsockopen(): unable to connect to update.joomla.org:80 (Connection timed out) in //libraries/joomla/http/transport/socket.php on line 251
[14-Oct-2013 18:46:30 America/New_York] PHP Warning: fsockopen(): unable to connect to update.joomla.org:80 (No route to host) in /libraries/joomla/http/transport/socket.php on line 251
[14-Oct-2013 18:46:46 America/New_York] PHP Warning: fsockopen(): unable to connect to update.joomla.org:80 (Connection timed out) in /libraries/joomla/http/transport/socket.php on line 251
[15-Oct-2013 09:35:52 America/New_York] PHP Warning: fsockopen(): unable to connect to update.joomla.org:80 (Connection timed out) in /libraries/joomla/http/transport/socket.php on line 251
[15-Oct-2013 09:35:53 America/New_York] PHP Warning: fsockopen(): unable to connect to update.joomla.org:80 (Connection timed out) in /libraries/joomla/http/transport/socket.php on line 251
[15-Oct-2013 09:38:31 America/New_York] PHP Strict Standards: Only variables should be passed by reference in /tmp/install_525d4557aaadd/install.script.php on line 164
Please note that with Joomla 1.5 and 2.5 all works works fine ( ok a bit slow to open for the Rocketthemes templates in 2.5 ) but it opens the edit page instead of the "save widow" ...
Re: SOLVED Problem with Gantry and J3.1 no admin access
Posted 11 years 6 months ago
When you say that you upgraded to the latest php, I hope you don't mean php 5.5 with that. In case you do, please downgrade to php 5.4 because php 5.5 is just too jung to provide support for it already
Re: SOLVED Problem with Gantry and J3.1 no admin access
Posted 11 years 6 months ago
Thanks For your answer Igor, the php version is : 5.4.20
PHP Built On #1 SMP Mon Aug 23 15:57:10 EDT 2010 i686
Database Version 5.5.32-cll
Database Collation utf8_general_ci
PHP Version 5.4.20
Web Server Apache
WebServer to PHP Interface cgi-fcgi
Relevant PHP Settings
Safe Mode Off
Open basedir None
Display Errors Off
Short Open Tags On
File Uploads On
Magic Quotes Off
Register Globals Off
Output Buffering Off
Session Save Path /tmp
Session Auto Start 0
XML Enabled Yes
Zlib Enabled Yes
Native ZIP Enabled Yes
Disabled Functions None
Mbstring Enabled Yes
Iconv Available Yes
During the pre-install check, all looked fine all the basic settings where on "green".
Re: SOLVED Problem with Gantry and J3.1 no admin access
Posted 11 years 6 months ago
Thanks for following up guys!
Yes, I have curl installed and "allow_url_fopen" is enabled
cURL support enabled / cURL Information 7.24.0
I have no idea how to fix that fsockopen, but I thought that was not linked to my problem as the time stamp do not correspond to my attempts to open that template in the back-end.