joomla2.5,joomla1.5,fatal-errorRelated issues-Collection of common programming errors


  • JakeGould
    php joomla2.5
    This question already has an answer here:PHP expects T_PAAMAYIM_NEKUDOTAYIM?4 answersI have building a web site but i have a error code and i couldnt fould a fix itErrorParse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/eneskura/public_html/administrator/components/com_tz_portfolio/helpers/tz_portfolio.php on line 42line 42- $class::addEntry(JText::(‘COM_TZ_PORTFOLIO_SUBMENU_GROUP_FIELDS’), ‘index.php?option=com_tz_portfolio&view=fieldsgroup’, $vName == ‘fieldsgroup’);how

  • MBaas
    joomla mootools joomla2.5
    I have an article that has several large lists – and I would like to make them easier to navgiate by converting the -structure into a mootools-tree (following the example from http://mootree.mindplay.dk/example_1.html ).So I have disabled any text-filtering (only for my admin user) and am using “no editor” to enable plain-text entry, have entered the following code, hoping it would combine mootools.tree-activation within Joomla and the example – but there’s no tree being shown.Any ideas?<?ph

  • Israelm
    php joomla2.5
    I am working with Jommla 2.5.7, when trying to add or modify an article i get this error: Uncaught SyntaxError: Unexpected end of input But this only happends with Crome, if i try to create an article ussing FireFox then it goes ok.Does any one of you have had this error before? Seems Crome doesnt load properly the tiny_mce.js:1 file and get Uncaught SyntaxError: Unexpected end of input before get Uncaught SyntaxError: Unexpected end of input, i have uploaded again the file but still get the err

  • Irvin Dominin aka Edward
    javascript jquery google-chrome joomla2.5
    I am using slider for scrolling images in Joomla,but my js works fine in fire fox but it is showing UncaughtSyntaxError: Unexpected token = error in chromemy code is:var $j = jQuery.noConflict(); $j(document).ready(function () {function animateThumbs( direction, $item, val, opacity ) {var ani = {opacity: opacity};ani[ getMarginProperty() ] = val;if ( direction == ‘next’ ) {var x1 = ‘.t1’,x2 = ‘.t2, .t4’,x3 = ‘.t3, .t5, .t7’,x4 = ‘.t6, .t8’,x5 = ‘.t9’;} else {var x1 = ‘.t9’,x2 = ‘.t6, .t8’,x3 = ‘

  • Özkan ÖZLÜ
    mysql database joomla joomla2.5
    I am running a website using Joomla! 2.5.9 for 7 months. Everything was going fine until this week. On monday and today(Friday) web site fails to run because of ****_session table has been broken down. I don’t have a chance to take a look at logs about what is wrong. Anyway, I repaired the table on Monday and everything was normal until today. Today it repeated the same error. Then I repaired again. I don’t want the table to be broken and don’t want to repair it again.I want to know if there is

  • Gisto
    php joomla joomla1.7 joomla1.6 joomla2.5
    Trying to have more than one popup calendar in a component I’m building but only the first one works.<?php echo JHTML::calendar($this->escape($item->datepassed), ‘teacher_datepassed’, ‘teacher_datepassed’, ‘%Y-%m-%d’); ?>Some research though can’t seem to find an example of more than one that worked:http://docs.joomla.org/JHtml::calendar/1.6 http://www.zriel.com/joomla/25-how-to-add-pop-up-calendar-in-backend-of-joomlaThoughts?Thanks!

  • Dasun
    jquery joomla joomla2.5 joomla3.0 joomla3.1
    I have been a Joomla developer for almost an year now. I have been struggling to import jQuery into joomla everyday. Joomla comes with mootools. When I import jQuery it crashes. Also when I create modules I have to import jQuery into each module which makes to site slow. Sometimes it makes the whole site crashes. I want both mootools and jquery to work hand in hand so I can use both without any crashes. What’s the best way to import jQuery into Joomla ? Is there a specific place where the import

  • user1912285
    php joomla joomla2.5 virtuemart
    My site has been crash when i add these php code in index.php in template folder:<?phpif (!class_exists( ‘VmModel’ )) require_once(JPATH_ADMINISTRATOR.DS.’components’.DS.’com_virtuemart’.DS.’helpers’.DS.’vmmodel.php’);if (!class_exists( ‘VmConfig’ )) require_once(JPATH_ADMINISTRATOR . DS . ‘components’ . DS . ‘com_virtuemart’.DS.’helpers’.DS.’config.php’);if(!class_exists(‘VirtueMartCart’)) require_once(JPATH_VM_SITE.DS.’helpers’.DS.’cart.php’);$hv_cart = VirtueMartCart::getCart(true);foreach

  • Jocelyn
    mysql joomla joomla2.5 joomla-extensions
    When I’m trying to save content on my joomla site to the database , it sometimes crashes with these warnings … This seems to be part of the Joomla core code . It usually saves fine in the database , but it recently started to throw me these errors .. can someone please help me on giving me tips on how I can fix this issue It’s a project I’m working on and I’d like to launch it soon … It seems to happen when the loading of the site is slow …Warning: Invalid argument supplied for foreach()

  • Jocelyn
    mysql joomla database-connection joomla2.5
    So my joomla site crashes throwing me this error , the weird thing is that the other guy being on my site at the sametime in another state still has my site working for him ok … It crashes when I try to save info to post in the database .. Below is the error, i WOULD appreciate and be forever grateful for any tip to fix this ! Thanks !! By the way , I was browsing it from the starbucks and everyone’s using wifi …Error loading module MySQL server has gone away SQL=SELECT m.id, m.title, m.mo

  • sushil bharwani
    performance joomla1.5 database-performance
    We have build a Intranet on Joomla, its used by more than 20,000 users. At times there are 200 or more concurrent users on the site. And site starts working slow and sometimes crashes. What should we be looking at. Are there known joomla performance issues that can be handled. We doubt that there are some database queries that makes it slow. Any suggestions in this direction will be helpful

  • Kissaki
    joomla joomla1.5 joomla-sef-urls
    I know you probably don’t get many questions like this… I am working on a component that I want to be able to deal with the non-SEF URLs whilst SEF is enabled, whether it be the built-in SEF or something like sh404sef.Does Joomla store the ORIGINAL non-SEF URL anywhere ie. index.php?com=com_fred&view=homepage?I’ve found that any SEF activated, changes the JURI::getInstance() value to the SEF equivilant. I’ve also found the the $REQUEST[‘URI’] value does not work on all platforms/servers et

  • Peter Mortensen
    html css internet-explorer-6 joomla1.5
    I know. The dreaded ugly browser we don’t want to support, but, it seems it couldn’t be simpler to crash this thing.The URLThe images gallery is a Joomla Plugin (Sigplus), and it works fine with all other standard browsers. In Internet Explorer, it was not showing correctly. All the images were showing in one line vertically, one below the other. But the browser would not hang or crash and the gallery worked as well.The following is a Joomla plugin, and I didn’t want to mess with how it wor

  • rolve
    javascript jquery joomla joomla1.5
    My problem is that the Cookie Law bar won’t hide… http://www.kasedesign.co.uk/scc/The same code hides fine on other websites I’ve done, such as http://www.kasedesign.co.uk/spa/ I’ve not used this code on a Joomla website before though.I read on here that containing the script within a Window OnLoad might help and it got rid of my error, but the cookie bar didn’t hide.Can anyone point me in the right direction?

  • FDI
    javascript mootools joomla1.5
    I’m working on a joomla site http://bit.ly/jFt6Km have a mootools slideshow working fine on ff and IE but does not in chrome chrome error: Uncaught TypeError: Object # has no method ‘stop’ on line 57mootools codewindow.addEvent(‘domready’,function() { 2 /* settings */ 3 var showDuration = 6000; 4 var container = $(‘slideshow-container’); 5 var images = container.getElements(‘.slide’); 6 var captions = container.getElements(‘.slide .text’); 7 var thumbs = container.getElements(‘.thumbs img’); 8 v

  • JustLearn
    jquery mootools components joomla1.5
    i m newbie to joomla, although i have worked a lot with jQuery so i feel comfortable in jQuery rather than mootools, now i m developing a joomla component, so what i do.. on joomla/administrator/component/com_property/admin.controller.php i write below code defined(‘_JEXEC’) or die(‘Restricted access’); JHTML::_(‘behavior.mootools’); $document =& JFactory::getDocument(); $rootURL = JURI::root(); $document->addScript($rootURL.’media/system/js/jquery.min.js’ );now when i go to add a pro

  • Dasun
    joomla joomla2.5 joomla1.5 joomla-extensions
    I’m trying to migrate my joomla website from 1.5.26 to 2.5. While migrating the joomla website through jupgrade extension, it is showing me “Migrating undefined”. So, i’ve on the migration error in jupgrade extension then it shows me the following error which are related to the j25_users table. Please have alook at the following error:-( ! ) Fatal error: Uncaught exception ‘Exception’ with message ‘Unknown column ‘subscribe’ in ‘field list’ SQL=INSERT INTO `j25_users` (`id`,`name`,`username`,`em

  • Tanmay
    joomla1.5 joomla1.7
    I thought of migrating from J 1.5.23 to 1.7 and like almost everyone i too ran into problems (Good i backed-up my site) The problem i am facing is that my jUpgrade gets stuck at ‘Migrating undefined’. 1.7 gets downloaded completely and also extracts correctly. I think i am still facing this problem because i somehow run out of space during the installation. what i wanted to know was How much disk space does migration require? I have like 25 Mb free on my server and i am allowed only 100 MB so. T

  • Daneshnamah Eqtisad
    joomla2.5 joomla1.5 fatal-error
    I am trying to upgrade my website joomla from 1.5 to 2.5 using jUpgrade. but I am encountering this problem since a long time. jUpgrade component starts upgrading, downloads and exctracts the new joomla but while migrating the categories OR contents, it stucks and gives this error:========== [undefined] [undefined]Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 5 bytes) in /home/daneshna/public_html/up/libraries/joomla/database/database/mysqli.php on line 483I tri

  • Anwar
    joomla joomla1.5
    I am developing a website using joomla 1.5. I am using the editor XStandard Lite 2.0. when I try to edit the articles, i have created earlier or to create a new article, it will save without giving any error message but the whole message is deleted and the message “undefined” is displayed.can any one help me resolve this issue?

  • vascowhite
    php session fatal-error
    For some reason I get this error:Fatal error: Allowed memory size of 134217728 bytes exhausted (triedto allocate 36 bytes) in C:\xampp\htdocs\school\blom\inlogdinkie\engine\class.php on line 13On this piece of code:<?phpclass gebruiker extends start{private $_login_form;public $log_in;public $logged_in;function __construct(){$this->logged_in = false;$this->_login_form = new login_form();parent::html($this->_login_form);}function log_in(){$html = $this->_login_form;if($this->log

  • neeraj
    parsing soap wsdl fatal-error
    My WSDL was working fine earlier but after adding second method “UpdateUserName” it started giving error Fatal error: SOAP-ERROR: Parsing WSDL: Unexpected extensibility elementHere is my WSDL<?xml version=”1.0″?> <definitions name=”CreateUpdateUser” targetNamespace=”urn:CreateUpdateUser” xmlns:tns=”urn:CreateUpdateUser” xmlns:xsd=”http://www.w3.org/2001/XMLSchema” xmlns:soap=”http://schemas.xmlsoap.org/wsdl/soap/” xmlns:soapenc=”http://schemas.xmlsoap.org/soap/encoding/” xmlns:wsdl=”ht

  • Ewout
    plugin-development fatal-error
    I’m writing a plugin, most of my code is wrapped in classes, except for an admin_notice fallback function that I call when I am not loading the main plugin class:class MyClass {//Main plugin class }if ( $check = true ) {$myClass = new MyClass(); } else {add_action( ‘admin_notices’, ‘admin_notice’ ); } function admin_notice() {echo “plugin not loaded”; }this worked before like it should, until suddenly I got an error when I deactivated and reactivated te plugin:Plugin could not be activated becau

  • Hugo Tunius
    objective-c core-data fatal-error
    I am trying to find information on handling errors when creating a persistent store coordinator on the iPhone. I have implemented lightweight migration NSError *error = nil; NSDictionary *options = [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithBool:YES], NSMigratePersistentStoresAutomaticallyOption,[NSNumber numberWithBool:YES], NSInferMappingModelAutomaticallyOption, nil]; _persistentStoreCoordinator = [[NSPersistentStoreCoordinator alloc] initWithManagedObjectModel:[self manag

  • rahul
    android fatal-error
    I was trying to run a sample code While launching the application in the android 1.5 emulator , I got these errors…. Any one have some hint..?ERROR from LogCat:01-13 02:28:08.392: ERROR/AndroidRuntime(2888): FATAL EXCEPTION: main 01-13 02:28:08.392: ERROR/AndroidRuntime(2888): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.s.android.test/com.s.android.test.MainActivity}: java.lang.ClassNotFoundException: com.s.android.test.MainActivity in loader dalvik.system.Pat

  • Rafael Skubisz
    android android-ndk gif fatal-error native-code
    I’m trying to use some Native Code to create Gifs. I draw the images using paint, creating a few strokes, click save and the image drawn gets saved to a JPG format. when I click create Gif it takes all the images and starts creating a gif. This is when I get a Fatal Signal 11 and the app restarts.I use native code so I have a backtrace of the crash:I/DEBUG(95): backtrace: I/DEBUG(95): #00 pc 00002a04 /lib/libgifflen.so (NeuQuant::learn()+239) I/DEBUG(95): #01 pc 00002b9d /lib/libgiff

  • phex
    java eclipse fatal-error ntdll
    I’m experiencing a problem with a Java application running in Eclipse. At arbitrary times during execution, the application crashes with the following error and dump.Some further information that may help:the errors first started occurring after I had a problem with the project settings (wrong path to JVM that had to be corrected) errors still occur after an update to the latest Java version the application uses JNA to load and use LibNoDave it is not always the same thread (here it’s ManagerRBG

  • Mk12
    objective-c osx cocoa opengl fatal-error
    I am creating a Cocoa OpenGL game in Xcode, which I wish to at some point distribute on the Mac App store. I’m unsure what to do when my application encounters a fatal error, namely being unable to create a pixel format or OpenGL context. I think I should display some message saying what happened, perhaps giving the user a form to enter a quick comment and have it sent to me (how would I do this?), and then terminate. But what would be the best way to do this?.NSOpenGLPixelFormatAttribute attrib

  • Rafael Adel
    python window fatal-error
    In the command line in Windows, when i try to open a Python file using python filename.py i get this error and then python.exe crashes.fatal python error py_initialize can’t initialize sys standard streams ImportError: no module named encodings_utf8Note: I’m using Python 2.7I have no idea what should i do.

  • Ashish Pancholi
    javafx-2 virtual-machine fatal-error coredump
    I have build JavaFx code, deployed and wrapped into self contained JavaFX application using Ant build.xml on Windows 7, x64 Desktop Machine. Please see below for more system information – Operating System: Windows 7 Professional 64-bit (6.1, Build 7600) (7600.win7_gdr.110622-1503)Language: English (Regional Setting: English) System Manufacturer: INTEL_System Model: DH61WW__BIOS: BIOS Date: 02/18/11 15:38:44 Ver: 04.06.04Processor: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz (4 CPUs), ~3.1GHzMemory:

Web site is in building

I discovery a place to host code、demo、 blog and websites.
Site access is fast but not money