Micro blog about Answer to the Ultimate Question of Life, the Universe, and Everything.
  • Home
    • List all categories
    • Sitemap
  • Downloads
    • WebSphere
    • Hitachi902
    • Hospital
    • Kryptonite
    • OCR
    • APK
  • About me
    • Gallery
      • Italy2022
      • Côte d'Azur 2024
    • Curriculum vitae
      • Resume
      • Lebenslauf
    • Social networks
      • Facebook
      • Twitter
      • LinkedIn
      • Xing
      • GitHub
      • Google Maps
      • Sports tracker
    • Adventures planning
  1. You are here:  
  2. Home
  3. Joomla

PHP Strict Standards

Details
Written by: Stanko Milosev
Category: Joomla
Published: 09 February 2013
Last Updated: 09 February 2013
Hits: 4929

If you are receiving message like:

 

PHP Strict Standards: Declaration of ContentModelCategories::populateState() should be compatible with JModel::populateState() in \components\com_content\models\categories.php on line 19

Then in you PHP ini should be:

 

error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED

and restart your iis

Xml in codeIs CodeHighlighter

Details
Written by: Stanko Milosev
Category: Extensions
Published: 12 November 2012
Last Updated: 12 November 2012
Hits: 5176

Finally I've found how to put xml or html tags in the CodeHighlighter. Post has to be escaped,

So convert ">" into "&gt;", "<" into "&lt;" and so on...

I have found also good online tool with which this is much easier to achieve:

 http://www.freeformatter.com/xml-escape.html#ad-output

If I am writing Joomla! article without any text editor and if I want to show ";gt;", then I should write it like "&amp;gt;" :)

CodeIs CodeHighlighter

Details
Written by: Stanko Milosev
Category: Extensions
Published: 18 December 2011
Last Updated: 12 November 2012
Hits: 5466

Just downloaded and installed it from here. You have to enabled it from plugins, and also, enable language which you want to use (Delphi is not enabled by default).

Example:

<pre class="brush:LanguageAlias"> 
  put your magic code here 
</pre>

From here Brushes you can find here

Call to undefined method JException::setQuery()

Details
Written by: Stanko Milosev
Category: Extensions
Published: 08 April 2009
Last Updated: 30 November -0001
Hits: 9752

If you are  receiving error like this:

Call to undefined method JException::setQuery()

Check connection to your database (if it is different then Joomla!).

If everything is ok, then try something like it is described here.

  1. CRUD with JTable
  2. Adding javascript to Joomla!
  3. Ajax and custom function.
  4. Component name

Subcategories

Extensions

MVC

Joomla

Page 1 of 7

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7