Questions tagged [joomla1.5]

Joomla! is a free and open-source web content management system written in PHP. It is released under the GNU General Public License. This tag is for programming-specific questions referring to version 1.5.

Joomla! 1.5

Joomla! is a free and open-source web content management system written in PHP. It is released under the GNU General Public License.

Version 1.5 of Joomla! was the first long-term support (LTS) version of Joomla!, released in January 2008. The support ended in December 2012.

Resources

Related Tags

1166 questions
3
votes
2 answers

Creating simple CRUD frontend component in joomla1.5

I am trying to convert a php application to joomla1.5 app. I have read some docs on how to create components in joomla1.5 but however i am lost at the best approach to create a simple CRUD frontend Component. Here are my few questions 1) Should i…
user1220771
  • 35
  • 1
  • 4
3
votes
1 answer

Joomla 1.5.25 JSession set not writing to db on close after upgrade from 1.5.23

Joomla 1.5.25 just upgraded from 1.5.23 having problems saving to session and persistency, works perfectly on 1.5.23, but session data is not being saved to db when using JSession->set Wrote custom app on top of joomla, managing users imported from…
rroche
  • 1,262
  • 1
  • 13
  • 29
3
votes
3 answers

How to write single component XML to install it on all versions of Joomla?

I've written 4 different component xmls for 4 Joomla versions i.e v1.5, v1.6, v1.7 and v2.5. All the 4 xmls are exactly same except only one line which specifies joomla version number. For v1.5 : For…
Vinay Jeurkar
  • 3,054
  • 9
  • 37
  • 56
3
votes
3 answers

Smartformer Component on joomla 1.5 intermittent error

I'm currently using smartformer component for joomla 1.5 and have been facing a weird situation from this component. Here is the scenario: I have created a survey form using the component as the user logs in to the site they would see the welcome…
Christopher Pelayo
  • 792
  • 11
  • 30
3
votes
5 answers

How to insert HTML/javascript/css code in joomla article

I am using Joomla 1.5. and I am writing a blog in joomla and want to highlight some HTML and javascript code but when I save that article after inserting the HTML code as it is, it gets exicuted itself. I also tried it with codecitation plugin but…
RoyalEnfy
  • 127
  • 1
  • 11
3
votes
1 answer

faultCode 105 faultString XML error: Invalid document end at line 1, column 1

I have facing problem to access xmlrpc. Whenever I tried to access xmlrpc through this http://localhost/joomla/xmlrpc link I got following error: faultCode 105 faultString XML error: Invalid document end at line 1, column 1
suvankar
  • 1,548
  • 1
  • 20
  • 28
3
votes
1 answer

Joomla 1.5 com_user and importing user plugins like Joomla 1.6 and above

When accessing com_users component in Joomla 1.6 and 1.7 on front-end the application automatically imports all plugins from 'user' group. Obviously it is very useful if one doesn't want to create a component to simply pass some variables to a…
WooDzu
  • 4,771
  • 6
  • 31
  • 61
3
votes
2 answers

Specified key was too long; max key length is 1000 bytes

importimg Joomla 1.5 database via mySQL dump but it gives error "1071 - Specified key was too long; max key length is 1000 bytes" the culrpit sql statement is: CREATE TABLE `jos_core_acl_aro` ( `id` INT( 11 ) NOT NULL AUTO_INCREMENT , …
CuriousMind
  • 33,537
  • 28
  • 98
  • 137
3
votes
1 answer

How does this Joomla password reset exploit work?

One of our Joomla sites got hacked and the attacker replaced my template's index.php with his ugly page - "Hacked" heading and some arabic lines in red. Apparently, the attacker some how reset the password(and email address too) of first user in the…
rineez
  • 753
  • 13
  • 33
3
votes
1 answer

How to pass URL parameters to a joomla module

I have my own nice link http://www.link.com/sometext, now I would "enhance" this having the opportunity to write something like http://www.link.com/sometext?parameters=myParam cause I need to send a parameters to the article called by sometext. Can…
BAD_SEED
  • 4,840
  • 11
  • 53
  • 110
3
votes
2 answers

How can i use multiple template files for a Joomla Module

I am trying to create my own module, i followed the following tutorial: LINK in the file "/modules/mod_hello_world2/mod_hello_world2.php" resides the code below. // get the items to display from the helper $items =…
TheWolfNL
  • 1,263
  • 1
  • 13
  • 29
3
votes
1 answer

Auditing Joomla! 1.5 for system health and security?

I have a Joomla! 1.5 client asking to do an audit of their install's health, SEO and security. Joomla! Tool Suite / HISA doesn't exist anymore; are there any comparable extensions I could use? If not, what are the main issues one must generally…
aendra
  • 5,286
  • 3
  • 38
  • 57
3
votes
1 answer

How to edit emails in Joomla Virtuemart?

The customer ordered a product and received an email. http://img197.imageshack.us/i/emptyfieldsemail.png/ But there are optional fields and I want to remove them from email body if they are not filled by the user. If the company name is not filled…
wallace740
  • 1,380
  • 5
  • 19
  • 36
3
votes
3 answers

How do I edit contacts from the front end in Joomla 1.5x?

I'd have thought this would be a native feature (seeing as joomla allows you to connect contacts with user accounts) but we can't find any way to do this! Does anyone know of any extensions/modules that would allow this? I'm not so hot on PHP so…
Shift8
  • 141
  • 3
  • 10
3
votes
3 answers

how to rename a joomla component?

I want to change the component name build by me , i have tried changing the xml file but it does not help also tried changing the component name through datbase but same result .can anybody help me in this ? any help would be appriciated . thanks…
user514275
  • 31
  • 2