Questions tagged [joomla2.5]

Joomla! is an open-source CMS written in PHP and powered by an MVC-oriented framework. Please note that version 2.5 is no longer a supported release and it's highly recommended to upgrade to the latest version. Joomla! questions about programming and administration are best asked on https://joomla.stackexchange.com

Joomla! 2.5

Joomla! is an open-source CMS written in PHP and powered by an MVC-oriented framework. Thousands of extensions are available and can be installed through the admin interface.

Version 2.5 has ended it's life on December 31st, 2014 and it's highly recommended to upgrade to the latest version.

Resources

Related tags

2676 questions
0
votes
1 answer

file does not exist 500.shtml and 404.shtml in joomla internal server error

today i encountered a very weird problem on joomla that is file does not exist 500.shtml and 400.shtml. In my every web page no matter what i am trying to open it is showing me the same error over and over again which turned off my website. I also…
Oh What A Noob
  • 507
  • 1
  • 10
  • 33
0
votes
1 answer

Very slow MySql queries Joomla 2.5

My website is experiencing very slow queries like the one below. It is Joomla 2.5. # Query_time: 19.797091 Lock_time: 0.000561 Rows_sent: 12 Rows_examined: 4127 SET timestamp=1385467501; SELECT a.fulltext, a.id, a.title, a.alias, a.title_alias,…
0
votes
1 answer

Registration Page Error - 404 joomla 2.5

here's the interesting thing - I've used this function before but for someone odd reason its stopped working and its sending me to a page that doesn't exist within my website or folder for that instance .... Example:…
0
votes
1 answer

Fatal error Call to undefined method VmVendorPDF::convertHTMLColorToDec()

I have updated the latest version of Virtuemart 2.0.24c, once the payment get completed it shows the below error Fatal error Call to undefined method VmVendorPDF::convertHTMLColorToDec()
Mohammed Nagoor
  • 884
  • 2
  • 12
  • 25
0
votes
3 answers

Joomla Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM

I have building a web site but i have a error code and i couldnt fould a fix it Error Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/eneskura/public_html/administrator/components/com_tz_portfolio/helpers/tz_portfolio.php on…
user2018768
0
votes
1 answer

Adding restriction to joomla components to logged out user

I have developed a component in Joomla and i want this component to be used by only registered user. If a non-registered user trying to access the url, it should redirect to login page. How this can be done in Joomla 2.5? Please Help
Alien2828
  • 109
  • 1
  • 2
  • 10
0
votes
1 answer

Confliction between joomla module and joomla plugin

Hai I am using two extensions in the same article page of a joomla article, 1.Module-->image crawler for slideshow 2.plugin-->dynamic chart for content display. The problem here is If I unpublished the either one among these two working fine but…
Kiran S Bhat
  • 11
  • 1
  • 5
0
votes
3 answers

div behavior in responsive design

I'm having trouble getting some content to behave on smaller screens using Gantry framework in Rockettheme template Ionosphere. I would like to have these two divs next to each other but when its displayed on a small screen, the text overlaps into…
0
votes
2 answers

Automatic Extension Update: Unknown Archive type

I have created a new version of my Joomla extension. Manual upgrade via zip file or the directory works fine. But the automatic upgrade (which used to work fine before), now gives an error 500 and the following error messages: "Unknown Archive…
codeling
  • 11,056
  • 4
  • 42
  • 71
0
votes
1 answer

Find object in PHP query results

I'm loading values from a custom category table in Joomla 2.5. This works fine, I can display the name for each category. Then I want to add categories with a specific id to a new array, but I can't make it work. In C# i know exactly how to do this,…
PitAttack76
  • 2,120
  • 5
  • 31
  • 44
0
votes
1 answer

Create a mysql function while installing a component

I want to include the creation of a mysql function in my installer of a Joomla 2.5 component. This is the function: DELIMITER $$ DROP FUNCTION IF EXISTS getDistance $$ CREATE FUNCTION `getDistance` ( lat1 DECIMAL( 18, 12 ) , lng1…
Riccardo Zorn
  • 5,590
  • 1
  • 20
  • 36
0
votes
0 answers

Sidebar not displayed. How to tackle this?

I have add sidebar to category. But sidebar not displayed in old articles. if i am adding a new article and by adding this article to category then sidebar will displayed in article page. While sidebar not displayed in old articles. Please Help
Sanjay Rathod
  • 1,083
  • 5
  • 18
  • 45
0
votes
1 answer

How to add tracking numbers to orders and shipping confirmation emails in joomla2.5 with virtuemart2.0.16

How to add tracking numbers to orders and shipping confirmation emails in joomla2.5 with virtuemart2.0.16 ? Please specify in detail. Thanks in advance.
0
votes
1 answer

Joomla: How to refresh module changes without re-installing

I am a new Joomla developer and I wanted to know how can I refresh changes as I develop components without having to re-install it each time. For example, I am creating a new administration menu, I can't see it until I uninstall and install the…
Mika Andrianarijaona
  • 1,619
  • 17
  • 29
0
votes
1 answer

Whats use of following code in lovefactory extension joomla?

$newMembership = JTable::getInstance('MembershipSold', 'Table'); $newMembership->load($this->membership_sold_id); $this->membership_sold = $newMembership; $dispatcher->trigger('onAfterMembershipChanged', array($newMembership)); return…
vivek321
  • 169
  • 3
  • 18
1 2 3
99
100