Github update causes

xtrgeo

Member
I am using both a Linux and a Windows server. In both servers i have the same sites for testing purposes. In one specific site when i upgrade from Github, IN BOTH SERVERS, i get HTTP 500 (Internal Server Error).

In all other sites, update works fine in both servers.

What may be wrong on this specific site?????
 
Well only you can tell us that. :)

I can only assume there is a conflict with something specifically on that one site. Have you looked at the server logs?
 
Yes, sometimes they can provide information that you may not necessarily see on the frontend.

Their location depends on the system, for windows I use wamp and that just dumps everything in a log directory wamp\logs, I would imagine xammp to be the same.

Linux I believe is something like /var/log/httpd/error_log but I use cpanel so simply press a button... lol
 
Found the error log file...
Code:
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Only variables should be assigned by reference in /opt/lampp/htdocs/joomla17/plugins/system/nnframework/nnframework.php on line 18
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Only variables should be assigned by reference in /opt/lampp/htdocs/joomla17/plugins/system/nnframework/nnframework.php on line 47
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Only variables should be assigned by reference in /opt/lampp/htdocs/joomla17/plugins/system/jumirouter/jumirouter.php on line 20
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Only variables should be assigned by reference in /opt/lampp/htdocs/joomla17/plugins/system/jumirouter/jumirouter.php on line 33
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Only variables should be assigned by reference in /opt/lampp/htdocs/joomla17/plugins/system/jumirouter/jumirouter.php on line 35
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Only variables should be assigned by reference in /opt/lampp/htdocs/joomla17/plugins/system/jumirouter/jumirouter.php on line 36
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Only variables should be assigned by reference in /opt/lampp/htdocs/joomla17/plugins/system/jumirouter/jumirouter.php on line 55
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Only variables should be assigned by reference in /opt/lampp/htdocs/joomla17/plugins/system/modulesanywhere/modulesanywhere.php on line 47
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Only variables should be assigned by reference in /opt/lampp/htdocs/joomla17/plugins/system/modulesanywhere/modulesanywhere.php on line 50
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Non-static method NNParameters::getParameters() should not be called statically, assuming $this from incompatible context in /opt/lampp/htdocs/joomla17/plugins/system/modulesanywhere/modulesanywhere.php on line 85
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Only variables should be assigned by reference in /opt/lampp/htdocs/joomla17/plugins/system/nnframework/helpers/parameters.php on line 94
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Only variables should be passed by reference in /opt/lampp/htdocs/joomla17/plugins/system/nnframework/helpers/parameters.php on line 133
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Only variables should be passed by reference in /opt/lampp/htdocs/joomla17/plugins/system/nnframework/helpers/parameters.php on line 140
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Only variables should be passed by reference in /opt/lampp/htdocs/joomla17/plugins/system/nnframework/helpers/parameters.php on line 140
[Fri Jul 27 00:33:54 2012] [error] [client 46.103.150.125] PHP Strict Standards:  Only variables should be assigned by reference in /opt/lampp/htdocs/joomla17/plugins/system/modulesanywhere/helper.php on line 53
[Fri Jul 27 00:33:55 2012] [error] [client 46.103.150.125] PHP Fatal error:  Class 'JParameter' not found in /opt/lampp/htdocs/joomla17/plugins/content/jwts/jwts.php on line 24
????????



Edit: Found the solution. As soon as I disabled a specific plugin the site works fine. But what is the conflict between this plugin (tabs and slides) and fabrik???
 
Well I will assume that you are on the latest Joomla 2.5.6 and not joomla 1.7 :)

Have you checked updates for all your other plugins? I noticed some updates for the nonumbers stuff today which I don't believe comes up in the Joomla updater. I used the nonumber extension manager to update them, (pretty decent interface). I don't think your logs are related to the issue though.

The only thing I can suggest at the moment, after making sure all your software is up to date, is to start disabling modules \ plugins to see if you can find the conflict.

Maybe start off with the nonumbers framework and then the tabs and slides etc.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top