News:

Looking for documentation? Take a look on our wiki

Main Menu

Problems updating Joomla 3.4 to 3.6

Started by nagehoko, December 26, 2016, 12:19:18 PM

Previous topic - Next topic

nagehoko

Hello Forum,
Firstly, Happy Holidays and a prosperous new year;
Secondly infinite thanks for this great support
And now to the question, apologize for my bad English but I will try to explain myself well
My website is a Joomla 3.4 with Virtuemart 3.0.18; Working perfectly both Joomla and Vm
When I have tried several times in this last year, updating to J 3.6.x everything is very fast in the Joomla part, but the access to Vm is impossible giving error in the FrontEnd; However in the Backend is still all Vm, allowing its management and access to all its options
I always finish doing a restoration from a backup of my Hosting "Webempresa" and everything is as before
Is there any solution?
I reiterate my gratitude and await your instructions
Currently using: VM 3.0.18, Joomla 3.4.8,  PHP 5.5.38

GJC Web Design

Quotebut the access to Vm is impossible giving error in the FrontEnd;

without the error unlikely anyone can help
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

nagehoko

Apologies for expressing myself so poorly
The error consists in, once updated the Joomla version of v3.4 to v3.6, when clicking in the superior menu "Tiendaonline" (link to the main page of Vm) only leaves a blank screen with the error 500
In the Backend of Joomla the Vm program is still installed, allowing access and change configurations. But in FrontEnd, part of the user only leaves the commented blank page. The rest of the website works perfectly.
I can not include images because the system of this forum tells me that I have the folder full and that I contact the administrator
Thank you for answering, I hope your instruction instructions

Website: http://acercamadera.com
Currently using: VM 3.0.18, Joomla 3.4.8,  PHP 5.5.38

GJC Web Design

Quoteleaves a blank screen with the error 500

then you must find the 500 server error

this has been mentioned multiple times on here!!!   search......

e.g. http://forum.virtuemart.net/index.php?topic=117042.0
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

nagehoko

#4
Thank you for your quick response, I have searched the indicated files and the following texts are the ones listed in them, as I have not been able to add images I paste them into text.
Sorry but I do not interpret what these lines of code say, can you help me?
____________________________

error_log

[26-Dec-2016 18:42:16 Europe/Berlin] PHP Warning:  ini_set() has been disabled for security reasons in /home/acercama/public_html/libraries/joomla/session/session.php on line 130
[26-Dec-2016 18:42:16 Europe/Berlin] PHP Warning:  ini_set() has been disabled for security reasons in /home/acercama/public_html/libraries/joomla/session/session.php on line 133
[26-Dec-2016 18:42:16 Europe/Berlin] PHP Warning:  ini_set() has been disabled for security reasons in /home/acercama/public_html/libraries/joomla/session/session.php on line 970
[26-Dec-2016 18:42:16 Europe/Berlin] PHP Warning:  ini_set() has been disabled for security reasons in /home/acercama/public_html/administrator/components/com_virtuemart/helpers/config.php on line 518
[26-Dec-2016 18:42:16 Europe/Berlin] PHP Warning:  ini_set() has been disabled for security reasons in /home/acercama/public_html/administrator/components/com_virtuemart/helpers/config.php on line 520
[26-Dec-2016 18:42:16 Europe/Berlin] PHP Warning:  ini_set() has been disabled for security reasons in /home/acercama/public_html/administrator/components/com_virtuemart/helpers/config.php on line 626

_____________________
Config.php
516   }
517      self::echoAdmin();
518      ini_set('precision', 15);   //We need at least 20 for correct precision if json is using a bigInt ids
519      //But 15 has the best precision, using higher precision adds fantasy numbers to the end, but creates also errors in rounding
520      ini_set('serialize_precision',16);
.
.
.
.
622 } else {
623         $jconfig = JFactory::getConfig();
624         $errep = $jconfig->get('error_reporting');
625         if ( $errep == 'default' or $force) {
626            $ret[0] = ini_set('display_errors', 0);
627            $ret[1] = error_reporting(E_ERROR | E_WARNING | E_PARSE);
628         }
629      }

____________________
session.php
129       // Disable transparent sid support
130      ini_set('session.use_trans_sid', '0');
131
132      // Only allow the session ID to come from cookies and nothing else.
133      ini_set('session.use_only_cookies', '1');
.
.
.
.
969   // Sync the session maxlifetime
970      ini_set('session.gc_maxlifetime', $this->_expire);
971
972      return true;
973   }

Currently using: VM 3.0.18, Joomla 3.4.8,  PHP 5.5.38

nagehoko

#5
Errors after upgrading from J 3.4 to J 3.6
_____________________________________

[26-Dec-2016 19:33:20 Europe/Berlin] PHP Warning:  ini_set() has been disabled for security reasons in /home/acercama/public_html/includes/framework.php on line 75
[26-Dec-2016 19:33:20 Europe/Berlin] PHP Warning:  ini_set() has been disabled for security reasons in /home/acercama/public_html/libraries/joomla/session/handler/joomla.php on line 45
[26-Dec-2016 19:33:20 Europe/Berlin] PHP Warning:  ini_set() has been disabled for security reasons in /home/acercama/public_html/libraries/joomla/session/handler/joomla.php on line 48
[26-Dec-2016 19:33:20 Europe/Berlin] PHP Warning:  ini_set() has been disabled for security reasons in /home/acercama/public_html/libraries/joomla/session/session.php on line 908
[26-Dec-2016 19:33:20 Europe/Berlin] PHP Warning:  ini_set() has been disabled for security reasons in /home/acercama/public_html/administrator/components/com_virtuemart/helpers/config.php on line 518
[26-Dec-2016 19:33:20 Europe/Berlin] PHP Warning:  ini_set() has been disabled for security reasons in /home/acercama/public_html/administrator/components/com_virtuemart/helpers/config.php on line 520
[26-Dec-2016 19:33:20 Europe/Berlin] PHP Fatal error:  Using $this when not in object context in /home/acercama/public_html/libraries/joomla/filter/input.php on line 141


Code: libraries/joomla/filter/input.php

138 public function clean($source, $type = 'string')
139   {
140      // Strip Unicode Supplementary Characters when requested to do so
141      if ($this->stripUSC)
      {
Currently using: VM 3.0.18, Joomla 3.4.8,  PHP 5.5.38

GJC Web Design

QuotePHP Fatal error:  Using $this when not in object context in /home/acercama/public_html/libraries/joomla/filter/input.php on line 141

that is definitely what is giving u the white screen 

are u using ari slider?

http://forum.joomla.org/viewtopic.php?f=710&p=3379318
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

nagehoko


If friend, I use it but if I can do without if it is the cause of the problems, this is the description that surely you know

Maybe changing any of your settings would not make a mistake?


ARI Cloud Carousel module based on Cloud Carousel jQuery plugin and provides possibility to create awesome 3D image carousel based on images from specific folder(s)


The link of your last message I did not understand it very well, I spoke of UNICODE letter errors ... I do not understand it I'm sorry

I wait for your news thank you very much
Currently using: VM 3.0.18, Joomla 3.4.8,  PHP 5.5.38

nagehoko

I just disabled the module "Ari" and proceeded to perform the joomla upgrade; Now everything works perfectly
Joomla 3.6.5 with Vm 3.0.18

Thank you very much for all your time and wisdom, without you it would be impossible, thank you

Is there any compatible alternative, to put a carrousel of images, is something simple but gives a lot of view to the pages?

What can I do to thank you for your help and dedication?
;)
Currently using: VM 3.0.18, Joomla 3.4.8,  PHP 5.5.38

GJC Web Design

As I read it it should be fixed in the latest ari release of this slider

If not you can PM or email me and I can fix the problem
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation