Questions tagged [joomla3.3]

For programming questions relating to using Joomla!, version 3.3. Please note that version 3.3 is no longer a supported release of the Joomla! series and it's highly recommended to upgrade to the latest version.

Joomla! 3.3

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 3.3 was released in April 2014. The support ended in February 2015.

Resources

96 questions
0
votes
2 answers

joomla 3.3.6 404 article not found

A client has made a minor change to his joomla site, and now the whole site is displaying 404 article not found. He said that he created an article, deleted it, and created a new article with the same name. That's it. How can I resolve this problem…
createscape
  • 713
  • 7
  • 20
0
votes
1 answer

Joomla migration to joomla 3.3.6

I have encountered a problem when updating my Joomla website to 3.3.6. Everything seems to be working fine but when I finished the update, my administrator panel and frontend are showing a blank white page. I have tried renaming the component file…
Msonny
  • 1
  • 1
0
votes
2 answers

413 Request Entity Too Large In Joomla 3.3

Hello all i'm getting this error when I'm posting new articles of 4500 lines it says Request Entity Too Large The requested resource /administrator/index.php does not allow request data with GET requests, or the amount of data provided in the …
Swar Shah
  • 143
  • 3
  • 8
0
votes
1 answer

Joomla! 3 reference materials

Does somebody have a complete reference for developing extensions in Joomla especially in Component Development? I only have the Learning Joomla! 3 Extension Development 3rd Edition by Tim Plummer but it only discusses the basics in component…
Break the Law
  • 217
  • 2
  • 14
0
votes
2 answers

Event Handling in Joomla Custom Component

I want to ask expert joomla devs out there, about event handling(dropdown values etc.) On how is it coded? In .NET(VB/C#) there is a custom event handler for every control in the User Interface during development (e.g button1_click). Any references?
Break the Law
  • 217
  • 2
  • 14
0
votes
1 answer

Toolbar buttons not working in Edit View Joomla Custom Component

I have created an edit view for my fields view. When I click any button (save, save & close, cancel) it does nothing. Here is my AddToolbar code: protected function addToolbar() { JFactory::getApplication()->input->set('hidemainmenu',…
Break the Law
  • 217
  • 2
  • 14
0
votes
0 answers

Parsing an img src with DOM returns only the first character of string

$doc = new DOMDocument(); $document=$doc->loadHTML($introtext); $imageparse = $doc->getElementsByTagName('img'); $i=0; foreach ($imageparse as $parser) { $images[$i]= $parser->getAttribute('src'); $i++; } var_dump($images[0]); INTROTEXT…
IseNgaRt
  • 601
  • 1
  • 4
  • 22
0
votes
1 answer

How do you ignore Joomla Form Field SQL limit

When you use the standard Joomla Form Field SQL there's a limit to the number of entries it can return (somewhere around 5000, I found). I found this out when I queried a select list that had 30k+ entries. It wouldn't work unless I added a limit…
Jaime
  • 679
  • 1
  • 6
  • 12
0
votes
1 answer

how can use lightbox5 in joomla3

I am using lightbox6.0 (free). this software create a module(lightbox module only) for joomla2.5. but I want to install to jooomla3.3. How can change it and use in joomla3. when I instal module in joomla3 I have this error in view: …
maryam
  • 584
  • 9
  • 26
0
votes
2 answers

How to edit the source code of joomla individual pages

I have a Joomla site, and I want to remove a the footer div from a page without it affecting it on the other pages. Please is there a way I can do it.
Amireds
  • 11
  • 3
0
votes
3 answers

How to use php pages in Joomla?

I have 2 php pages, form.php and results.php. The form accepts user data and send to the database with mysql query, the results page retrieves the data for display. I have installed Joomla as my CMS and it is connected with the database in which…
user3829075
  • 15
  • 1
  • 7
0
votes
1 answer

Fatal error: Call to a member function loadByOption() on a non-object

I am facing a problem. I have installed Vodes 1.5 in website. In admin panel, when I click on the save button I get the error " Fatal error: Call to a member function loadByOption() on a non-object in…
Rupzz
  • 136
  • 1
  • 3
  • 16
0
votes
1 answer

How to append a random number as parameter in URL

I have a problem with caching in my site and I think it comes from the Template I am using (JSN GRUVE). Caching is still working even after disabling it in my Joomla settings ( Global configuration, System plugin , Modules ) One way I thought I…
MaVRoSCy
  • 17,747
  • 15
  • 82
  • 125
0
votes
1 answer

Fatal error: Call to a member function loadByOption() on a non-object

I am facing a problem. I have got following error "Fatal error: Call to a member function loadByOption() on a non-object in /var/www/Joomla/administrator/components/com_vodes/models/config.php on line 58". I am using Joomla 3.3.3 . I have upgraded…
Rupzz
  • 136
  • 1
  • 3
  • 16
0
votes
1 answer

Deprecated: Function ereg() is deprecated in Joomla

I am facing a problem . In front page of my website i got following warning: Deprecated: Function ereg() is deprecated. Yesterday it was working right. I have searched in google and got that we have to substitue with "preg_match". I did it but…
Rupzz
  • 136
  • 1
  • 3
  • 16