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
0
votes
3 answers

DB function reports no errors when adding new article in Joomla

Possible Duplicate: 500 - An error has occurred! DB function reports no errors when adding new article in Joomla! I have an article that I want to publish on my Joomla! site. Every time I click apply or save. I get error 500 - An error has…
Elitmiar
  • 35,072
  • 73
  • 180
  • 229
0
votes
1 answer

Map won't show right in Joomla

I have the following code of a map using api google, I have tested the code in several html editor and its work perfectly, but when i upload in my web page doesn’t work. The map appears all zoomed in some random point in the ocean. I create an…
0
votes
3 answers

Login a user in joomla from com_jumi (or another external (to joomla) script)

I have to log a user automatically when certain events happens, example when a user forgot his password and reset it successfully. By client requirements a have to use a file embedded in com_jumi to make the login and not com_user. I'm using the…
Cesar
  • 4,076
  • 8
  • 44
  • 68
0
votes
1 answer

Error in Joomla Site

I just noticed an error in my Joomla site which says: Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/yucoke/public_html/administrator/components/com_content/helper.php on line 115 and Warning: Invalid argument…
Joe Ng'ethe
  • 874
  • 2
  • 12
  • 26
0
votes
1 answer

Captcha Validation is not working in Joomla Registration

Can you help in below: I've started using user registration my Joomla 1.5 site ... The spam bots are getting registered on the site Though i've used a captcha from site -- http://www.white-hat-web-design.co.uk/blog/php-captcha-security-images/ Its…
Gag
  • 11
  • 5
0
votes
1 answer

Override Joomla Front page layout

i am using joomla 1.5 and using a front page blog layout for my front page as of now, Now i want to switch from that layout to something more vibrant, intuitive to user. i am looking for something like a unstructured home page like a common wall…
0
votes
2 answers

Invalid argument supplied for foreach - Joomla

I have this problem in my Joomla installation. Warning: Invalid argument supplied for foreach() components/com_content/models/frontpage.php on line 104 I tried to google this error but nothing that could solve my problem came up. Somehow this…
Vuk Stanković
  • 7,864
  • 10
  • 41
  • 65
0
votes
1 answer

Why should I keep my Joomla version up to date?

When posting a question and referring to my Joomla version, I have always been told to update to the latest version. I don't see why updating is such a big deal. What are the benefits of updating?
Lodder
  • 19,758
  • 10
  • 59
  • 100
0
votes
1 answer

Joomla 1.5 with FlexiContent : API usable in code to import content from CSV in Joomla?

I'm new to Joomla 1.5 and have to create a component in charge of importing data from a CSV file. These data are custom content types, and after a few searches I selected FlexiContent which seems perfect to create my types. Now I want to import the…
0
votes
1 answer

Superfish menu - submenu - get many items to break

I have a long list with subitems which fall into the same category. As the submenu is growing, I want the submenu to break over in listing the sub menu items in 2 columns. Anybody out there knowing the trick how to do that? see here illustrated my…
Jeannine
  • 3
  • 2
0
votes
0 answers

Plug-in for one-time login

I am doing an intranet site for my company by using Joomla. I need a plugin or component for a one time login (its not a single sign-on concept). The user only needs to give the username and password for the machine or PC, then it will not ask…
0
votes
1 answer

joomla broken index.php

Here's what I did: I wanted to install a module(called *mod_php*) and I read that I could just extract it to the modules directory I went to the Modules manager and created a new Module instance of type *mod_php* I directed it to an existing menu…
0
votes
1 answer

How to convert joomla(ACL) from joomla 1.5 to joomla 2.5 version

I have a function in joomla 1.5 function saveuser($row){ $db =& JFactory::getDBO(); $instance = new JUser(); jimport('joomla.application.component.helper'); $config = &JComponentHelper::getParams('com_users'); …
Hai Truong IT
  • 4,126
  • 13
  • 55
  • 102
0
votes
2 answers

PHP mailer doesn't send emails when debug code is removed

I have a function that sends an email when a form is submitted. This function contains the following if-statement: if ($guestDetails) { $mailer->addRecipient($guestDetails->email); $mailer->addCC( $config->get('emails_admin_email')); …
Anton Soradoi
  • 1,841
  • 1
  • 22
  • 36
0
votes
1 answer

Check Joomla Login From Wordpress Blog

We have a Joomla 1.5 site with a blog in a subfolder /blog/ We would like to have a login status at the top of each page. For consistency of navigation we want to show the joomla login status at the top of the wordpress blog. eg.: Login | Register |…
Stephen Baugh
  • 673
  • 1
  • 9
  • 24