Discuss Joomla! 2.5.4 Released

A place to discuss recent announcements made by the Joomla! Core Team. Let's hear what you have to say.
Vebby
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Tue May 08, 2012 8:12 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Vebby » Tue May 08, 2012 10:10 pm

Thanks for reply Webdongle

I have not configured anything, just installed the package and that's all.

Where I can change the this double forward slash thing?

Thanks again

Vebby
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Tue May 08, 2012 8:12 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Vebby » Tue May 08, 2012 10:17 pm

Btw this is code of the Joomla Version 2.5 for: http://sitarani.com//media/system/js/caption.js taht you mentioned:

/*
GNU General Public License version 2 or later; see LICENSE.txt
*/
var JCaption=new Class({initialize:function(a){this.selector=a;$$(a).each(function(a)
{this.createCaption(a)},this)},createCaption:function(a){var f=document.createTextNode
(a.title),c=document.createElement("div"),d=document.createElement("p"),e=a.getAttribut
e("width"),b=a.getAttribute("align");if(!e)e=a.width;b||(b=a.getStyle("float"));
if(!b)b=a.style.styleFloat;if(b==""||!b)b="none";d.appendChild(f);
d.className=this.selector.replace(".","_");a.parentNode.insertBefore(c,a);c.appendChild(a);
a.title!=""&&c.appendChild(d);c.className=this.selector.replace(".","_");
c.className=c.className+" "+b;c.setAttribute("style","float:"+b);c.style.width=e+"px"}});

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44088
Joined: Sat Apr 05, 2008 9:58 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Webdongle » Tue May 08, 2012 11:07 pm

I only mentioned that because of the //
Something must be configured incorrectly on your server to produce a // in the path.
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

Vebby
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Tue May 08, 2012 8:12 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Vebby » Wed May 09, 2012 2:57 pm

Can you please give me some idea where I could look for it?

Thanks

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24977
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Discuss Joomla! 2.5.4 Released

Post by pe7er » Wed May 09, 2012 3:31 pm

Did you specify var $live_site = ''; in your configuration.php ?
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

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: Discuss Joomla! 2.5.4 Released

Post by leolam » Fri May 11, 2012 3:52 pm

check your
var $live_site = ''; in your configuration.php
make sure it is empty as Peter more or less suggested

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

Vebby
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Tue May 08, 2012 8:12 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Vebby » Sat May 12, 2012 9:48 am

Thanks guys, the line you have suggested is empty in configuration.php file

public $live_site = '';

I tried to reinstall from ftp, but I get the same thing

Anything else I could look?

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44088
Joined: Sat Apr 05, 2008 9:58 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Webdongle » Sat May 12, 2012 10:06 am

Please run the Forum Post Assistant
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

Vebby
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Tue May 08, 2012 8:12 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Vebby » Sat May 12, 2012 10:19 am

Can you help me do it, I'm new here?

Vebby
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Tue May 08, 2012 8:12 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Vebby » Sat May 12, 2012 10:32 am

Ok I run FPA, what I do now?
Last edited by Vebby on Sat May 12, 2012 10:45 am, edited 1 time in total.

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: Discuss Joomla! 2.5.4 Released

Post by leolam » Sat May 12, 2012 10:34 am

Due to the highly sensitive nature of the information displayed by the FPA script,

it should be removed from the server immediately after use.
You should post the outcome and not the link to the script. remove that please

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

Vebby
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Tue May 08, 2012 8:12 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Vebby » Sat May 12, 2012 10:48 am

Ok here's da outcome:
Last PHP Error(s) Reported :: Forum Post Assistant (v1.2.1) : 12th May 2012 wrote:[09-May-2012 16:39:31 UTC] PHP Fatal error: require_once() [<a href=\'function.require\'>function.require</a>]: Failed opening required \'/home/sitareng/public_html/includes/defines.php\' (include_path=\'.:/usr/local/php53/pear\') in /home/sitareng/public_html/index.php on line 18
Forum Post Assistant (v1.2.1) : 12th May 2012 wrote:
Basic Environment :: wrote:Joomla! Instance :: Joomla! 2.5.4-Stable (Ember) 2-April-2012
Joomla! Platform :: Joomla Platform 11.4.0-Stable (Brian Kernighan) 03-Jan-2012
Joomla! Configured :: Yes | Writable (644) | Owner: sitareng (uid: 846/gid: 845) | Group: sitareng (gid: 845) | Valid For: 2.5 and above
Configuration Options :: Offline: 0 | SEF: 1 | SEF Suffix: 0 | SEF ReWrite: 0 | .htaccess/web.config: Yes | GZip: 0 | Cache: 0 | FTP Layer: 0 | SSL: N/A | Error Reporting: default | Site Debug: 0 | Language Debug: 0 | Default Access: 1 | Unicode Slugs: 0 | Database Credentials Present: Yes

Host Configuration :: OS: Linux | OS Version: 2.6.32-220.7.1.el6.x86_64 | Technology: x86_64 | Web Server: Apache | Encoding: gzip, deflate | Doc Root: /home/sitareng/public_html | System TMP Writable: Yes

PHP Configuration :: Version: 5.3.10 | PHP API: cgi-fcgi | Session Path Writable: Unknown | Display Errors: 1 | Error Reporting: 30709 | Log Errors To: php_errorlog | Last Known Error: 09th May 2012 11:39:31. | Register Globals: | Magic Quotes: 1 | Safe Mode: | Open Base: | Uploads: 1 | Max. Upload Size: 32M | Max. POST Size: 8M | Max. Input Time: 90 | Max. Execution Time: 60 | Memory Limit: 64M

MySQL Configuration :: Version: 5.1.62-cll (Client:5.0.91) | Host: --protected-- (--protected--) | Collation: utf8_general_ci (Character Set: utf8) | Database Size: 631.28 KiB | #of _FPA_TABLE: 61
Detailed Environment :: wrote:PHP Extensions :: Core (5.3.10) | date (5.3.10) | ereg () | libxml () | openssl () | pcre () | sqlite3 (0.7-dev) | zlib (1.1) | bcmath () | bz2 () | calendar () | ctype () | curl () | dba () | dom (20031129) | enchant (1.1.0) | hash (1.0) | fileinfo (1.0.5-dev) | filter (0.11.0) | ftp () | gd () | gettext () | SPL (0.2) | iconv () | session () | intl (1.1.0) | json (1.2.1) | ldap () | mbstring () | mcrypt () | mysql (1.0) | mysqli (0.1) | pcntl () | standard (5.3.10) | PDO (1.0.4dev) | pdo_mysql (1.0.2) | pdo_pgsql (1.0.2) | pdo_sqlite (1.0.1) | pgsql () | Phar (2.0.1) | posix () | pspell () | readline () | Reflection ($Revision: 321634 $) | imap () | shmop () | SimpleXML (0.1) | soap () | sockets () | SQLite (2.0-dev) | exif (1.4 $Id: exif.c 321634 2012-01-01 13:15:04Z felipe $) | tidy (2.0) | tokenizer (0.1) | wddx () | xml () | xmlreader (0.1) | xmlrpc (0.51) | xmlwriter (0.1) | xsl (0.1) | zip (1.9.1) | cgi-fcgi () | bz2_filter (0.1) | http (1.6.5) | mailparse (2.1.5) | memcache (2.2.5) | stats (1.1) | xattr (1.1.0) | SourceGuardian (8.2) | mhash () | ionCube Loader () | Zend Guard Loader () | Zend Engine (2.3.0) |
Potential Missing Extensions :: suhosin |

Switch User Environment (Experimental) :: PHP CGI: Yes | Server SU: Yes | PHP SU: Yes | Custom SU (LiteSpeed/Cloud/Grid): Yes
Potential Ownership Issues: No
Folder Permissions :: wrote:Core Folders :: images/ (755) | components/ (755) | modules/ (755) | plugins/ (755) | language/ (755) | templates/ (755) | cache/ (755) | logs/ (755) | tmp/ (755) | administrator/components/ (755) | administrator/modules/ (755) | administrator/language/ (755) | administrator/templates/ (755) |

Elevated Permissions (First 10) :: None
Extensions Discovered :: wrote:Components :: SITE :: com_wrapper (2.5.0) | com_mailto (2.5.0) |
Components :: ADMIN :: com_templates (2.5.0) | com_messages (2.5.0) | com_config (2.5.0) | com_login (2.5.0) | com_menus (2.5.0) | com_cache (2.5.0) | com_plugins (2.5.0) | com_cpanel (2.5.0) | com_languages (2.5.0) | com_users (2.5.0) | com_weblinks (2.5.0) | com_redirect (2.5.0) | com_modules (2.5.0) | com_finder (2.5.0) | com_banners (2.5.0) | com_content (2.5.0) | com_joomlaupdate (2.5.0) | com_media (2.5.0) | com_installer (2.5.0) | com_checkin (2.5.0) | com_categories (2.5.0) | com_newsfeeds (2.5.0) | com_admin (2.5.0) | com_search (2.5.0) |

Modules :: SITE :: mod_users_latest (2.5.0) | mod_footer (2.5.0) | mod_custom (2.5.0) | mod_related_items (2.5.0) | mod_syndicate (2.5.0) | mod_whosonline (2.5.0) | mod_articles_latest (2.5.0) | mod_wrapper (2.5.0) | mod_menu (2.5.0) | mod_articles_categories (2.5.0) | mod_languages (2.5.0) | mod_login (2.5.0) | mod_articles_category (2.5.0) | mod_weblinks (2.5.0) | mod_articles_news (2.5.0) | mod_random_image (2.5.0) | mod_finder (2.5.0) | mod_articles_popular (2.5.0) | mod_feed (2.5.0) | mod_articles_archive (2.5.0) | mod_banners (2.5.0) | mod_breadcrumbs (2.5.0) | mod_search (2.5.0) | mod_stats (2.5.0) |
Modules :: ADMIN :: mod_multilangstatus (2.5.0) | mod_quickicon (2.5.0) | mod_custom (2.5.0) | mod_version (2.5.0) | mod_toolbar (2.5.0) | mod_popular (2.5.0) | mod_latest (2.5.0) | mod_menu (2.5.0) | mod_logged (2.5.0) | mod_login (2.5.0) | mod_submenu (2.5.0) | mod_status (2.5.0) | mod_feed (2.5.0) | mod_title (2.5.0) |

Plugins :: SITE :: plg_editors_codemirror (1.0) | plg_editors_tinymce (3.4.9) | plg_user_profile (2.5.0) | plg_user_joomla (2.5.0) | plg_user_contactcreator (2.5.0) | plg_system_p3p (2.5.0) | plg_system_redirect (2.5.0) | plg_system_sef (2.5.0) | plg_system_languagefilter (2.5.0) | plg_system_logout (2.5.0) | plg_system_languagecode (2.5.0) | plg_system_log (2.5.0) | plg_system_debug (2.5.0) | plg_system_cache (2.5.0) | plg_system_highlight (2.5.0) | plg_system_remember (2.5.0) | plg_search_weblinks (2.5.0) | plg_search_contacts (2.5.0) | plg_search_newsfeeds (2.5.0) | plg_search_content (2.5.0) | plg_search_categories (2.5.0) | plg_finder_weblinks (2.5.0) | plg_finder_contacts (2.5.0) | plg_finder_newsfeeds (2.5.0) | plg_finder_content (2.5.0) | plg_finder_categories (2.5.0) | plg_extension_joomla (2.5.0) | plg_editors-xtd_image (2.5.0) | plg_editors-xtd_pagebreak (2.5.0) | plg_editors-xtd_article (2.5.0) | plg_editors-xtd_readmore (2.5.0) | plg_content_finder (2.5.0) | plg_content_emailcloak (2.5.0) | plg_content_pagenavigation (2.5.0) | plg_content_pagebreak (2.5.0) | plg_content_loadmodule (2.5.0) | plg_content_vote (2.5.0) | plg_content_joomla (2.5.0) | plg_content_geshi (2.5.0) | plg_quickicon_extensionupdate (2.5.0) | plg_quickicon_joomlaupdate (2.5.0) | plg_authentication_gmail (2.5.0) | plg_authentication_ldap (2.5.0) | plg_authentication_joomla (2.5.0) | plg_captcha_recaptcha (2.5.0) |
Templates Discovered :: wrote:Templates :: SITE :: atomic (2.5.0) | beez_20 (2.5.0) | beez5 (2.5.0) |
Templates :: ADMIN :: hathor (2.5.0) | bluestork (2.5.0) |

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44088
Joined: Sat Apr 05, 2008 9:58 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Webdongle » Sat May 12, 2012 2:38 pm

SEF ReWrite: 0 | .htaccess/web.config: Yes
Because you have .htaccess enabled, RewriteEngine will be On. In Global cofig set 'Use URL rewriting' Yes.

If that doesn't work then in the .htaccess uncomment # RewriteBase
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

Vebby
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Tue May 08, 2012 8:12 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Vebby » Sun May 13, 2012 11:09 am

Webdongle wrote:
SEF ReWrite: 0 | .htaccess/web.config: Yes
Because you have .htaccess enabled, RewriteEngine will be On. In Global cofig set 'Use URL rewriting' Yes.

If that doesn't work then in the .htaccess uncomment # RewriteBase

The first option didn't work. I got this:

Not Found

The requested URL /using-joomla/extensions/components/content-component/article-category-list/8-beginners was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

I'll check for your second advice.

Here are the lines for rewrite:

***** Manual signatures are NOT allowed *****_____
## Mod_rewrite in use.

RewriteEngine On
***** Manual signatures are NOT allowed *****_____

Shall I just write “Off”?

Thanks

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44088
Joined: Sat Apr 05, 2008 9:58 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Webdongle » Sun May 13, 2012 11:37 am

Vebby wrote:...

Shall I just write “Off”?

...
No

change
# RewriteBase /
to
RewriteBase /
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

Vebby
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Tue May 08, 2012 8:12 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Vebby » Sun May 13, 2012 11:53 am

Did that, didn't work either.

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44088
Joined: Sat Apr 05, 2008 9:58 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Webdongle » Sun May 13, 2012 11:58 am

PM me an ftp and SU I will take a quick firsthand look if you want ?
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

User avatar
johngw
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 115
Joined: Mon Nov 27, 2006 12:26 pm
Location: Handen Stockholm
Contact:

Re: Discuss Joomla! 2.5.4 Released

Post by johngw » Sat May 19, 2012 6:10 pm

Does anyone understand what's wrong? I have updated from Joomla! 2.5.2 to 2.5.4 and got this message (see attached file). It seems as if the update is still made​​, or what? What 's otherwise the error?
You do not have the required permissions to view the files attached to this post.
Best regards
John Wennerlund

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44088
Joined: Sat Apr 05, 2008 9:58 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Webdongle » Sat May 19, 2012 6:14 pm

Database tab ... 'Fix' any errors there ?
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".

guyson
Joomla! Fledgling
Joomla! Fledgling
Posts: 2
Joined: Sun Jun 17, 2012 7:08 pm
Contact:

Re: Discuss Joomla! 2.5.4 Released

Post by guyson » Sun Jun 17, 2012 7:42 pm

johngw wrote:Does anyone understand what's wrong? I have updated from Joomla! 2.5.2 to 2.5.4 and got this message (see attached file). It seems as if the update is still made​​, or what? What 's otherwise the error?
John, are you still having issues with Joomla?

kko
Joomla! Apprentice
Joomla! Apprentice
Posts: 11
Joined: Thu Feb 18, 2010 7:35 pm

Re: Discuss Joomla! 2.5.4 Released

Post by kko » Tue Jul 03, 2012 7:56 pm

mladiucitelj wrote:I have a problem after updating from 2.5.3 to 2.5.4.

Everything worked fine, but now I tryed to change some settings on one of my menu items. Then suddenly URL of my menu item changed!

Like this:

Before: mysite.com/example1/example2

NOW: mysite/example1/Joomla! Update/example2

Why "Joomla! Update" is now inserted in my URL? And the bigger problem is that the link is not right now and can't change it (it shows me error 404).

Other menu items are ok for now, because I didn't open settings in the backend...

Please help , I really don't know what to do now... :(

EDIT: on that page I have google custom search. Tryed to create another menu with g custom search and "Joomla! Update!" inserted into my url again!
Hi, I am having this exact problem. My site was fine a few days ago. But now, every new menu item I create has "Joomla! Update" in the url, producing 404 errors.

Can someone please help? Thanks.

transact
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Thu May 19, 2011 3:45 pm

Re: Discuss Joomla! 2.5.4 Released

Post by transact » Tue Aug 21, 2012 6:18 pm

mladiucitelj and kko identified a problem in this thread where "Joomla! Update" was being included in menu URLs, resulting in 404 page not found errors. Today I experienced this same problem. When I looked in the _menu table in the joomla database for the row that represented the menu item with the bad URL, I noticed that the path column had this "Joomla! Update" embedded within it. I updated the row to remove the "Joomla! Update" and the menu item worked again. I don't know how this happened but this is clearly a problem in Joomla 2.5.4.

A few days prior to this problem being noticed, I was doing regular maintenance on the affected site. As part of this maintenance, I wen to the Extension Manager/Update, purged cache and then selected Find Updates. There was no joomla update identified, but there was one for an extension I use (JCE editor) which I installed. I suspect something in this chain of activity resulted in the problem, but I cannot be sure. Note, this site runs on Windows Server 2008.

User avatar
Webdongle
Joomla! Master
Joomla! Master
Posts: 44088
Joined: Sat Apr 05, 2008 9:58 pm

Re: Discuss Joomla! 2.5.4 Released

Post by Webdongle » Tue Aug 21, 2012 7:14 pm

@transact

2.5.4 was released at the begining of April and Joomla's auto update was moved from Etension manager update to the Components >>Joomla! update (http://www.site.com/administrator/index ... omlaupdate)

And we are now on Joomla 2.5.6

Perhaps you should Download the Joomla 2.5.6 full package and install like an extension. Then in try Discover and Database tabs in the extension manager. If you had Akeeba's Admin Tools installed previous to your update then have a look at https://www.akeebabackup.com/documentat ... pdate.html
http://www.weblinksonline.co.uk/
https://www.weblinksonline.co.uk/updating-joomla.html
"When I'm right no one remembers but when I'm wrong no one forgets".


Locked

Return to “Announcements Discussions”