upgrade Joomla from 3.4.4 to 3.5.1

Need help upgrading your Joomla! website or converting to Joomla! 3.x?

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
arazinejad
Joomla! Apprentice
Joomla! Apprentice
Posts: 15
Joined: Sat Jun 18, 2016 2:45 pm

Update joomla 3.4.4 to 3.5.1

Post by arazinejad » Sat Jun 18, 2016 3:51 pm

Greetings

I new with joomla

I just updated my joomla from 3.4.4 to 3.5.1 and my is not working now !

look like the CMS cant find the contents ! and contents cant load on browsers.

what should I do ? or where should I read to learn how to fix this problem !

sovainfo
Joomla! Exemplar
Joomla! Exemplar
Posts: 8808
Joined: Sat Oct 01, 2011 7:06 pm

Re: Update joomla 3.4.4 to 3.5.1

Post by sovainfo » Sat Jun 18, 2016 6:34 pm

As with any update, what does logs/joomla_update.php say?

Start troubleshooting by setting error reporting to 'maximum'. Possibly followed by enabling debug.
Issue with migrating? Include logs/joomla_update.php in your report!
Blank screen? Verify pagesource for HTML code (javascript error)
Installation failing on populating database? Install with set_time_limit(0)
Document your customizations!

arazinejad
Joomla! Apprentice
Joomla! Apprentice
Posts: 15
Joined: Sat Jun 18, 2016 2:45 pm

Re: Update joomla 3.4.4 to 3.5.1

Post by arazinejad » Sun Jun 19, 2016 4:55 am

Thanks for your great solution with logs

I didn't find out anything about update error but I find out some one trying brute force hack algorithm to hack my joomla account !

any useful document to improve security skills in joomla! ?

going to check out the javascript error

User avatar
Templatemesh
Joomla! Apprentice
Joomla! Apprentice
Posts: 44
Joined: Wed Jun 25, 2014 6:40 am
Location: Chennai, India
Contact:

Re: Update joomla 3.4.4 to 3.5.1

Post by Templatemesh » Sun Jun 19, 2016 5:54 am

You can read Joomla update instruction here - https://docs.joomla.org/J3.x:Updating_f ... ng_version

arazinejad
Joomla! Apprentice
Joomla! Apprentice
Posts: 15
Joined: Sat Jun 18, 2016 2:45 pm

Re: Update joomla 3.4.4 to 3.5.1

Post by arazinejad » Sun Jun 19, 2016 7:54 am

I just read all the articles about page/braking after upgrades / thanks for your great answer.

I just find out an error with this subject ( that happened after I upgrade the joomla! ) :

"" PHP Fatal error: Call to a member function getFieldset() on a non-object in /home/aryabod/public_html/components/com_config/view/config/tmpl/default_site.php on line 15 """


I find out the direction , and I saw this :

<?php
/**
* @package Joomla.Site
* @subpackage com_config
*
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

defined('_JEXEC') or die;
?>
<fieldset class="form-horizontal">
<legend><?php echo JText::_('COM_CONFIG_SITE_SETTINGS'); ?></legend>
<?php
foreach ($this->form->getFieldset('site') as $field): <<--------line 15#####
?>
<div class="control-group">
<div class="control-label"><?php echo $field->label; ?></div>
<div class="controls"><?php echo $field->input; ?></div>
</div>
<?php
endforeach;
?>
</fieldset>

arazinejad
Joomla! Apprentice
Joomla! Apprentice
Posts: 15
Joined: Sat Jun 18, 2016 2:45 pm

upgrade Joomla from 3.4.4 to 3.5.1

Post by arazinejad » Mon Jun 20, 2016 10:57 am

Greetings

I new with joomla

I just updated my joomla from 3.4.4 to 3.5.1 and my site is not working now !


I just find out an error with this subject ( that happened after I upgrade the joomla! ) :

Code: Select all

PHP Fatal error: Call to a member function getFieldset() on a non-object in /home/aryabod/public_html/components/com_config/view/config/tmpl/default_site.php on line 15
the Error directed to this code :

Code: Select all

<?php
/**
* @package Joomla.Site
* @subpackage com_config
*
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

defined('_JEXEC') or die;
?>
<fieldset class="form-horizontal">
<legend><?php echo JText::_('COM_CONFIG_SITE_SETTINGS'); ?></legend>
<?php
foreach ($this->form->getFieldset('site') as $field): <<--------line 15#####
?>
<div class="control-group">
<div class="control-label"><?php echo $field->label; ?></div>
<div class="controls"><?php echo $field->input; ?></div>
</div>
<?php
endforeach;
?>
</fieldset>
this function working with languages , my en-gb language version is 3.5.0 and its shown with yellow color, my joomla is 3.5.1.1

and the site default language was Persian and i changed it to En-gb tmp,even the persian language package was up to date , but nothing happend !

i try to change template ! nothing again !

i upgraded every components after upgrading joomla
site.PNG
You do not have the required permissions to view the files attached to this post.

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: upgrade Joomla from 3.4.4 to 3.5.1

Post by leolam » Mon Jun 20, 2016 5:31 pm

You are not allowed to cross/double posting. You already posted here: http://forum.joomla.org/viewtopic.php?f=710&t=926964 so refrain from double posts!

Leo 8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -

User avatar
mandville
Joomla! Master
Joomla! Master
Posts: 15152
Joined: Mon Mar 20, 2006 1:56 am
Location: The Girly Side of Joomla in Sussex

Re: upgrade Joomla from 3.4.4 to 3.5.1

Post by mandville » Mon Jun 20, 2016 10:58 pm

Topics merged. xposting is not only against forum rules it breaks the chain of any support you may get,
HU2HY- Poor questions = Poor answer
Un requested Help PM's will be reported, added to the foe list and possibly just deleted
{VEL Team Leader}{TM Auditor }{ Showcase & Security forums Moderator}

arazinejad
Joomla! Apprentice
Joomla! Apprentice
Posts: 15
Joined: Sat Jun 18, 2016 2:45 pm

Re: upgrade Joomla from 3.4.4 to 3.5.1

Post by arazinejad » Tue Jun 21, 2016 3:49 pm

@leolam
@mandville


excuse me , i was new with forum.

i was regretful for what i did , but i didnt know how to delete some post

sorry again

arazinejad
Joomla! Apprentice
Joomla! Apprentice
Posts: 15
Joined: Sat Jun 18, 2016 2:45 pm

Re: upgrade Joomla from 3.4.4 to 3.5.1

Post by arazinejad » Wed Jun 22, 2016 9:03 pm

the problem cuz is not that error

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: upgrade Joomla from 3.4.4 to 3.5.1

Post by leolam » Fri Jun 24, 2016 3:20 pm

Link to your site please

Leo 8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -


Locked

Return to “Migrating and Upgrading to Joomla! 3.x”