Table: cnotas, rows: 170

Página 5 de 9
           


Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /home/http/docs/santaclara5/libraries/src/HTML/Helpers/Grid.php on line 48

Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /home/http/docs/santaclara5/libraries/src/HTML/Helpers/Grid.php on line 48

Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /home/http/docs/santaclara5/libraries/src/HTML/Helpers/Grid.php on line 48
id titulo contenido
112Fedora play MP3ssu -

Configuring Package Installation available from rpmfusion:
----------------------------------------------------------

rpm -Uvh http://rpm.livna.org/livna-release.rpm http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

Using the GUI to Install/Update Software
-----------------------------------------

yum install PackageKit


install the correct plugin for which MP3 player you want to use:
----------------------------------------------------------------

yum install gstreamer-plugins-ugly
111Fedora install Flash in web browsersu -

Install the Adobe repository for yum:
-------------------------------------

rpm -Uvh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm

yum install flash-plugin nspluginwrapper.{i386,x86_64} pulseaudio-libs.i386 alsa-plugins-pulseaudio.i386 libcurl.i386

Configure your browser to see the plugin:
-----------------------------------------

mozilla-plugin-config -i -g -v


110Partition > 2 TB# parted /dev/sdx

Creates a new GPT disklabel i.e. partition table:
mklabel gpt

Create 7 TB partition size:
mkpart primary 0 7001G

Quit and save the changes:
quit

or

# mkfs.ext4 -F -L terabig -F -F /dev/sdb
109JOOMLA loadObjectListdatabase->loadObjectList

Returns an array of database objects using the current SQL query. Returns false if the query fails (prior to Joomla 1.1 returned null).
Syntax

array loadObjectList ( [ string $key ] )

$key
is the field name of a primary key. If $key is empty or null then loadObjectList will return a sequential list of the records returned by the database query. If $key is not empty or null then the array returned will be indexed by the value of the database key. This parameter is optional and if omitted will default to null (empty prior to Joomla 1.1).

Examples

Example:

function getCategories() {
global $database;

$sql = 'SELECT * FROM #__categories';
$database->setQuery( $sql );
$rows = $database->loadObjectList();
foreach ( $rows as $row ) {
echo "$row->title: $row->description\n";
}

}

getCategories();

might produce:

Latest: The latest news from the Joomla Team
Joomla: A selection of links that are all related to the Joomla project.
Newsflash:
Contacts: Contact Details for this web site
108JOOMLA loadRowfunction getCategory( $title ) {
global $database;

$title = $database->Quote( $title );
$sql = "SELECT * FROM #__categories WHERE title=$title";
$database->setQuery( $sql );
$category = $database->loadRow();
print_r( $category );

}

getCategory( 'Latest' );

might produce:

Array
(
[0] => 1
[1] => 0
[2] => Latest
[3] => Latest News
[4] => taking_notes.jpg
[5] => 1
[6] => left
[7] => The latest news from the Joomla Team
[8] => 1
[9] => 0
[10] => 2000-00-00 00:00:00
[11] =>
[12] => 0
[13] => 0
[14] => 1
[15] =>
)
107JOOMLA loadRowListReturns an array of database rows with numeric column indexing. Returns null if the query fails.
Syntax

array loadRowList ( [ string $key ] )

$key
is a field name. If $key is empty then loadRowList will return a sequential list of the database records returned by the current query. If $key is not empty then the array will be indexed by the value of the database key. This parameter is optional and if omitted will default to empty.

Examples

Example: This function prints an array containing records from the Joomla categories table. Note that in this example the array is indexed by the category title field.

function getCategories() {
global $database;

$sql = "SELECT * FROM #__categories";
$database->setQuery( $sql );
$categories = $database->loadRowList( 'title' );
print_r( $categories );

}

getCategories();

might produce:

Array
(
[Latest] => Array
(
[0] => 1
[id] => 1
[1] => 0
[parent_id] => 0
[2] => Latest
[title] => Latest
[3] => Latest News
[name] => Latest News
[4] => taking_notes.jpg
[image] => taking_notes.jpg
[5] => 1
[section] => 1
[6] => left
[image_position] => left
[7] => The latest news from the Joomla Team
[description] => The latest news from the Joomla Team
[8] => 1
[published] => 1
[9] => 0
[checked_out] => 0
[10] => 2000-00-00 00:00:00
[checked_out_time] => 2000-00-00 00:00:00
[11] =>
[editor] =>
[12] => 0
[ordering] => 0
[13] => 0
[access] => 0
[14] => 1
[count] => 1
[15] =>
[params] =>
)

[Joomla] => Array
(
[0] => 66
[id] => 66
[1] => 0
[parent_id] => 0
[2] => Joomla
[title] => Joomla
[3] => Joomla
[name] => Joomla
[4] =>
[image] =>
[5] => com_newsfeeds
[section] => com_newsfeeds
[6] => left
[image_position] => left
[7] =>
[description] =>
[8] => 1
[published] => 1
[9] => 0
[checked_out] => 0
[10] => 0000-00-00 00:00:00
[checked_out_time] => 0000-00-00 00:00:00
[11] =>
[editor] =>
[12] => 2
[ordering] => 2
[13] => 0
[access] => 0
[14] => 0
[count] => 0
[15] =>
[params] =>
)
}
106thunderbird command line$ thunderbird -compose attachment=file:///home/martinez/.Bestellung/output.pdf
99Gimp: Making Colors in a GIF Transparent1. Open your image in the gimp.
2. Right click the image and go to LAYERS then ADD ALPHA CHANNEL
3. Right click on the image again and go to SELECT and then down to BY COLOR
4. Now click on the color in the image you want to be transparent. These colors will now show up outlined.
5. Right click on the image again and go to EDIT and then down to CLEAR. This should now erase the outlined color you just picked from the image
6. Right click on the image and choose SAVE AS and make sure to save as a GIF file
92Hp Printers unter LINUX (hplip) Download hplip
http://hplipopensource.com/hplip-web/index.html

mit root Rechte ausfueren:

#sh hplipxxx.run

Nach der ausfuehrung mit user Rechte folgende Command ausfuehren:

martinez@lheppc24:~/hplip$ hp-setup


91rsync windows
Firewall port 873 oeffnen
rsyncd.conf
===========

use chroot = false
strict modes = false
hosts allow = 130.92.139.51
log file = rsyncd.log
pid file = rsyncd.pid

# Module definitions
# Remember cygwin naming conventions : c:\work becomes /cygwin/c/work
#

[luis]
path = /cygdrive/c/users/martinez/Documents
read only = true
transfer logging = yes

rsync command with modname luis
================================
/usr/bin/rsync -arv root@lheppc72::luis /idisk/backups/lheppc72
90unregister DeltaCopy Server Service1. Stop the service if it is running in the background. This can be done either from DeltaCopy Server application or from Windows Control Panel.
2. Open a Console (DOS) window als administrator
3. Using the cd command, change the directory to location where DeltaCopy is installed:
C:\Program Files (x86)\Synametrics Technologies\DeltaCopy>
4. Type the following at the prompt:
DCServce /UNINSTALL
89Vista aktivieren http://www.id.unibe.ch/content/support/instsup/win/betriebssysteme/vista/windows_vista_produktaktivierung

in command window:
------------------

slmgr.vbs -skms vistakms.unibe.ch

slmgr.vbs -ato
88imageviewer bug deleting(A) If the trash directory .Trash-1000 exists at the top level of the volume, move the image to .Trash-1000
(B) If the trash directory .Trash-1000 does not exist at the top level of the volume, try and create it.
(C) If the user does not have permission to create it, then fail.
87mp3 support
ubuntu-restricted-extras
86php 64MByte memory limit# cd /etc/php5/apache2
# vim php.ini
memory_limit=64M
85Bluetooth install thinkpad mouse sudo apt-get install gnome-vfs-obexftp

hcitool scan
sudo hidd --connect=YOUR_MAC_ADDRESS (00:02:76:11:3C:3A)

sudo gedit /etc/bluetooth/hcid.conf

append to the end of the file:
device YOUR_MAC_ADDRESS {
name “Microsoft Mouse”;
}

save and restart bluetooth with:
sudo /etc/init.d/bluez-utils restart

or if you get a command not found error:
sudo /etc/init.d/bluetooth restart
84Printer Jean Luc Description: HP Color Laserjet CP2025
Location: JeanLuc
Printer Driver: HP Color LaserJet CP3505 Foomatic/hpijs, hpijs 2.8.2
Printer State: idle, accepting jobs, published.
Device URI: socket://130.92.139.120
83Ram 4GB in Mainboard P5B
im BIOS "Memory Remapping" aktivieren,
82php convert special characters htmlspecialchars('string')
81thunderbird import from kmail
Make a new folder in kmail and name it inboxmbox. You'll see a dialogue in which you can save it as an mbox folder. Copy all posts in your kmail inbox folder to the new inboxmbox folder. Exit kmail. Next, copy or move inboxmbox to the subfolder Mail/Local Folders in your profile folder (~/.thunderbird/xxxxxxxx.default/). When you open Thunderbird you'll see the inboxmbox folder under Local Folders. Copy the messages into your Inbox folder if you like.
3.025MBMemory Usage132msRequest Duration
Joomla! Version5.2.5
PHP Version8.3.19
Identityguest
Response200
Templatecassiopeia
Database
Server
mysql
Version
8.0.41-0ubuntu0.24.04.1
Collation
utf8mb4_unicode_ci
Conn Collation
utf8mb4_0900_ai_ci
$_GET
array:3 [ "layout" => "default_items" "start" => "80" "view" => "mdb" ]
$_POST
[]
$_SESSION
array:1 [ "joomla" => "***redacted***" ]
$_COOKIE
[]
$_SERVER
array:44 [ "SCRIPT_URL" => "/index.php/principal/cnotas" "SCRIPT_URI" => "https://santaclara5.co...
session
array:3 [ "counter" => 1 "timer" => array:3 [ "start" => 1744871000 "last" => 1744871000...
registry
array:3 [ "data" => array:1 [ "m_db_cnotas" => array:1 [ "mdb" => array:2 [ "lis...
user
array:21 [ "id" => 0 "name" => null "username" => null "email" => null "password" => "***r...
  • afterLoad (85.2KB) (3ms)
  • afterInitialise (1.13MB) (50.04ms)
  • afterRoute (89.35KB) (4.53ms)
  • beforeRenderComponent com_readmdb (52.32KB) (5.66ms)
  • Before Access::preloadComponents (all components) (221.76KB) (14.35ms)
  • After Access::preloadComponents (all components) (111.42KB) (2.59ms)
  • Before Access::getAssetRules (id:105 name:com_readmdb) (56B) (60μs)
  • After Access::getAssetRules (id:105 name:com_readmdb) (7.35KB) (194μs)
  • afterRenderComponent com_readmdb (349.66KB) (12.28ms)
  • afterDispatch (2.59KB) (226μs)
  • beforeRenderRawModule mod_menu (Main Menu) (26.04KB) (4.8ms)
  • afterRenderRawModule mod_menu (Main Menu) (24.82KB) (1.14ms)
  • beforeRenderRawModule mod_menu (Principal) (720B) (75μs)
  • afterRenderRawModule mod_menu (Principal) (912B) (303μs)
  • beforeRenderRawModule mod_menu (Molina) (688B) (61μs)
  • afterRenderRawModule mod_menu (Molina) (896B) (241μs)
  • beforeRenderRawModule mod_menu (Enlaces (links)) (720B) (55μs)
  • afterRenderRawModule mod_menu (Enlaces (links)) (1.52KB) (224μs)
  • beforeRenderRawModule mod_menu (Libros y apuntes (books)) (752B) (56μs)
  • afterRenderRawModule mod_menu (Libros y apuntes (books)) (928B) (240μs)
  • beforeRenderRawModule mod_articles_archive (Archived Articles) (2.33KB) (63μs)
  • afterRenderRawModule mod_articles_archive (Archived Articles) (2.95KB) (2.67ms)
  • beforeRenderRawModule mod_menu (Main Menu Blog) (4.13KB) (188μs)
  • afterRenderRawModule mod_menu (Main Menu Blog) (265.52KB) (7.85ms)
  • beforeRenderRawModule mod_tags_popular (Popular Tags) (1.05KB) (179μs)
  • afterRenderRawModule mod_tags_popular (Popular Tags) (31.57KB) (3.72ms)
  • beforeRenderRawModule mod_articles_category (Older Posts) (7.19KB) (137μs)
  • afterRenderRawModule mod_articles_category (Older Posts) (37.09KB) (5.33ms)
  • beforeRenderRawModule mod_tags_similar (Similar Items) (6.91KB) (74μs)
  • afterRenderRawModule mod_tags_similar (Similar Items) (5.95KB) (1.16ms)
  • beforeRenderRawModule mod_menu (Bottom Menu) (1.89KB) (94μs)
  • afterRenderRawModule mod_menu (Bottom Menu) (3.33KB) (365μs)
  • beforeRenderRawModule mod_breadcrumbs (Breadcrumbs) (6.98KB) (657μs)
  • afterRenderRawModule mod_breadcrumbs (Breadcrumbs) (10.84KB) (1.45ms)
  • beforeRenderModule mod_breadcrumbs (Breadcrumbs) (704B) (21μs)
  • afterRenderModule mod_breadcrumbs (Breadcrumbs) (3.91KB) (383μs)
  • beforeRenderModule mod_menu (Main Menu Blog) (2.3KB) (164μs)
  • afterRenderModule mod_menu (Main Menu Blog) (10.44KB) (136μs)
  • afterRender (157.76KB) (6.42ms)
  • 1 x afterInitialise (1.13MB) (37.84%)
    50.04ms
    1 x Before Access::preloadComponents (all components) (221.76KB) (10.85%)
    14.35ms
    1 x afterRenderComponent com_readmdb (349.66KB) (9.29%)
    12.28ms
    1 x afterRenderRawModule mod_menu (Main Menu Blog) (265.52KB) (5.94%)
    7.85ms
    1 x afterRender (157.76KB) (4.85%)
    6.42ms
    1 x beforeRenderComponent com_readmdb (52.32KB) (4.28%)
    5.66ms
    1 x afterRenderRawModule mod_articles_category (Older Posts) (37.09KB) (4.03%)
    5.33ms
    1 x beforeRenderRawModule mod_menu (Main Menu) (26.04KB) (3.63%)
    4.80ms
    1 x afterRoute (89.35KB) (3.43%)
    4.53ms
    1 x afterRenderRawModule mod_tags_popular (Popular Tags) (31.57KB) (2.81%)
    3.72ms
    1 x afterLoad (85.2KB) (2.27%)
    3.00ms
    1 x afterRenderRawModule mod_articles_archive (Archived Articles) (2.95KB) (2.02%)
    2.67ms
    1 x After Access::preloadComponents (all components) (111.42KB) (1.96%)
    2.59ms
    1 x afterRenderRawModule mod_breadcrumbs (Breadcrumbs) (10.84KB) (1.1%)
    1.45ms
    1 x afterRenderRawModule mod_tags_similar (Similar Items) (5.95KB) (0.88%)
    1.16ms
    1 x afterRenderRawModule mod_menu (Main Menu) (24.82KB) (0.86%)
    1.14ms
    1 x beforeRenderRawModule mod_breadcrumbs (Breadcrumbs) (6.98KB) (0.5%)
    657μs
    1 x afterRenderModule mod_breadcrumbs (Breadcrumbs) (3.91KB) (0.29%)
    383μs
    1 x afterRenderRawModule mod_menu (Bottom Menu) (3.33KB) (0.28%)
    365μs
    1 x afterRenderRawModule mod_menu (Principal) (912B) (0.23%)
    303μs
    1 x afterRenderRawModule mod_menu (Molina) (896B) (0.18%)
    241μs
    1 x afterRenderRawModule mod_menu (Libros y apuntes (books)) (928B) (0.18%)
    240μs
    1 x afterDispatch (2.59KB) (0.17%)
    226μs
    1 x afterRenderRawModule mod_menu (Enlaces (links)) (1.52KB) (0.17%)
    224μs
    1 x After Access::getAssetRules (id:105 name:com_readmdb) (7.35KB) (0.15%)
    194μs
    1 x beforeRenderRawModule mod_menu (Main Menu Blog) (4.13KB) (0.14%)
    188μs
    1 x beforeRenderRawModule mod_tags_popular (Popular Tags) (1.05KB) (0.14%)
    179μs
    1 x beforeRenderModule mod_menu (Main Menu Blog) (2.3KB) (0.12%)
    164μs
    1 x beforeRenderRawModule mod_articles_category (Older Posts) (7.19KB) (0.1%)
    137μs
    1 x afterRenderModule mod_menu (Main Menu Blog) (10.44KB) (0.1%)
    136μs
    1 x beforeRenderRawModule mod_menu (Bottom Menu) (1.89KB) (0.07%)
    94μs
    1 x beforeRenderRawModule mod_menu (Principal) (720B) (0.06%)
    75μs
    1 x beforeRenderRawModule mod_tags_similar (Similar Items) (6.91KB) (0.06%)
    74μs
    1 x beforeRenderRawModule mod_articles_archive (Archived Articles) (2.33KB) (0.05%)
    63μs
    1 x beforeRenderRawModule mod_menu (Molina) (688B) (0.05%)
    61μs
    1 x Before Access::getAssetRules (id:105 name:com_readmdb) (56B) (0.05%)
    60μs
    1 x beforeRenderRawModule mod_menu (Libros y apuntes (books)) (752B) (0.04%)
    56μs
    1 x beforeRenderRawModule mod_menu (Enlaces (links)) (720B) (0.04%)
    55μs
    1 x beforeRenderModule mod_breadcrumbs (Breadcrumbs) (704B) (0.02%)
    21μs
19 statements were executed46.11ms57.28KB
  • SELECT @@SESSION.sql_mode;338μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308Copy
  • SELECT `data` FROM `tflp4_session` WHERE `session_id` = ?389μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250Copy
  • SELECT `session_id` FROM `tflp4_session` WHERE `session_id` = :session_id LIMIT 1329μs1.3KBParams/libraries/src/Session/MetadataManager.php:187Copy
  • INSERT INTO `tflp4_session` (`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES (:session_id, :guest, :time, :user_id, :username, :client_id)17.51ms944BParams/libraries/src/Session/MetadataManager.php:260Copy
  • SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled` FROM `tflp4_extensions` WHERE `type` = 'component' AND `state` = 0 AND `enabled` = 1845μs1.61KB/libraries/src/Component/ComponentHelper.php:399Copy
  • SELECT `id`,`rules` FROM `tflp4_viewlevels`419μs656B/libraries/src/Access/Access.php:955Copy
  • SELECT `b`.`id` FROM `tflp4_usergroups` AS `a` LEFT JOIN `tflp4_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt` WHERE `a`.`id` = :guest651μs1.33KBParams/libraries/src/Access/Access.php:868Copy
  • SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id` FROM `tflp4_extensions` WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2) ORDER BY `ordering`2.11ms3.98KBParams/libraries/src/Plugin/PluginHelper.php:294Copy
  • SELECT `m`.`id`,`m`.`menutype`,`m`.`title`,`m`.`alias`,`m`.`note`,`m`.`link`,`m`.`type`,`m`.`level`,`m`.`language`,`m`.`browserNav`,`m`.`access`,`m`.`params`,`m`.`home`,`m`.`img`,`m`.`template_style_id`,`m`.`component_id`,`m`.`parent_id`,`m`.`path` AS `route`,`e`.`element` AS `component` FROM `tflp4_menu` AS `m` LEFT JOIN `tflp4_extensions` AS `e` ON `m`.`component_id` = `e`.`extension_id` WHERE ( (`m`.`published` = 1 AND `m`.`parent_id` > 0 AND `m`.`client_id` = 0) AND (`m`.`publish_up` IS NULL OR `m`.`publish_up` <= :currentDate1)) AND (`m`.`publish_down` IS NULL OR `m`.`publish_down` >= :currentDate2) ORDER BY `m`.`lft`1.79ms20.8KBParams/libraries/src/Menu/SiteMenu.php:166Copy
  • SELECT * FROM `tflp4_languages` WHERE `published` = 1 ORDER BY `ordering` ASC608μs1.61KB/libraries/src/Language/LanguageHelper.php:177Copy
  • SELECT `id`,`home`,`template`,`s`.`params`,`inheritable`,`parent` FROM `tflp4_template_styles` AS `s` LEFT JOIN `tflp4_extensions` AS `e` ON `e`.`element` = `s`.`template` AND `e`.`type` = 'template' AND `e`.`client_id` = `s`.`client_id` WHERE `s`.`client_id` = 0 AND `e`.`enabled` = 1724μs832B/administrator/components/com_templates/src/Model/StyleModel.php:775Copy
  • SELECT `id`,`name`,`rules`,`parent_id` FROM `tflp4_assets` WHERE `name` IN (:preparedArray1,:preparedArray2,:preparedArray3,:preparedArray4,:preparedArray5,:preparedArray6,:preparedArray7,:preparedArray8,:preparedArray9,:preparedArray10,:preparedArray11,:preparedArray12,:preparedArray13,:preparedArray14,:preparedArray15,:preparedArray16,:preparedArray17,:preparedArray18,:preparedArray19,:preparedArray20,:preparedArray21,:preparedArray22,:preparedArray23,:preparedArray24,:preparedArray25,:preparedArray26,:preparedArray27,:preparedArray28,:preparedArray29,:preparedArray30,:preparedArray31,:preparedArray32,:preparedArray33,:preparedArray34,:preparedArray35,:preparedArray36,:preparedArray37,:preparedArray38,:preparedArray39)1.46ms7.44KBParams/libraries/src/Access/Access.php:357Copy
  • SELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid` FROM `tflp4_modules` AS `m` LEFT JOIN `tflp4_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id` LEFT JOIN `tflp4_extensions` AS `e` ON `e`.`element` = `m`.`module` AND `e`.`client_id` = `m`.`client_id` WHERE ( ( (`m`.`published` = 1 AND `e`.`enabled` = 1 AND `m`.`client_id` = :clientId AND `m`.`access` IN (:preparedArray1,:preparedArray2)) AND (`m`.`publish_up` IS NULL OR `m`.`publish_up` <= :publishUp)) AND (`m`.`publish_down` IS NULL OR `m`.`publish_down` >= :publishDown)) AND (`mm`.`menuid` = :itemId OR `mm`.`menuid` <= 0) ORDER BY `m`.`position`,`m`.`ordering`1.96ms2KBParams/libraries/src/Cache/Controller/CallbackController.php:51Copy
  • SELECT MONTH(`created`) AS created_month,MIN(`created`) AS created,YEAR(`created`) AS created_year FROM `tflp4_content` AS `c` WHERE `c`.`state` = 2 GROUP BY YEAR(`c`.`created`), MONTH(`c`.`created`) ORDER BY YEAR(`c`.`created`) DESC, MONTH(`c`.`created`) DESC LIMIT 10620μs640B/modules/mod_articles_archive/src/Helper/ArticlesArchiveHelper.php:69Copy
  • SELECT MAX(`tag_id`) AS `tag_id`,COUNT(*) AS `count`,MAX(`t`.`title`) AS `title`,MAX(`t`.`access`) AS `access`,MAX(`t`.`alias`) AS `alias`,MAX(`t`.`params`) AS `params`,MAX(`t`.`language`) AS `language` FROM `tflp4_contentitem_tag_map` AS `m` INNER JOIN `tflp4_ucm_content` AS `ucm` ON `m`.`content_item_id` = `ucm`.`core_content_item_id` AND `m`.`type_id` = `ucm`.`core_type_id` INNER JOIN `tflp4_categories` AS `cat` ON `ucm`.`core_catid` = `cat`.`id` INNER JOIN `tflp4_tags` AS `t` ON `tag_id` = `t`.`id` INNER JOIN `tflp4_ucm_content` AS `c` ON `m`.`core_content_id` = `c`.`core_content_id` WHERE `t`.`access` IN (:preparedArray1,:preparedArray2) AND `t`.`published` = 1 AND `cat`.`published` > 0 AND `m`.`type_alias` = `c`.`core_type_alias` AND `c`.`core_state` = 1 AND (`c`.`core_access` IN (:preparedArray3,:preparedArray4) OR `c`.`core_access` = 0) AND (`c`.`core_publish_up` IS NULL OR `c`.`core_publish_up` = :nullDate2 OR `c`.`core_publish_up` <= :nowDate2) AND (`c`.`core_publish_down` IS NULL OR `c`.`core_publish_down` = :nullDate3 OR `c`.`core_publish_down` >= :nowDate3) GROUP BY `tag_id`,`t`.`title`,`t`.`access`,`t`.`alias` ORDER BY `count` DESC LIMIT 81.87ms1.81KBParams/modules/mod_tags_popular/src/Helper/TagsPopularHelper.php:188Copy
  • SELECT `a`.`id`,`a`.`title`,`a`.`alias`,`a`.`introtext`,`a`.`fulltext`,`a`.`checked_out`,`a`.`checked_out_time`,`a`.`catid`,`a`.`created`,`a`.`created_by`,`a`.`created_by_alias`,`a`.`modified`,`a`.`modified_by`,CASE WHEN `a`.`publish_up` IS NULL THEN `a`.`created` ELSE `a`.`publish_up` END AS `publish_up`,`a`.`publish_down`,`a`.`images`,`a`.`urls`,`a`.`attribs`,`a`.`metadata`,`a`.`metakey`,`a`.`metadesc`,`a`.`access`,`a`.`hits`,`a`.`featured`,`a`.`language`,LENGTH(`a`.`fulltext`) AS `readmore`,`a`.`ordering`,`fp`.`featured_up`,`fp`.`featured_down`,CASE WHEN `c`.`published` = 2 AND `a`.`state` > 0 THEN 2 WHEN `c`.`published` != 1 THEN 0 ELSE `a`.`state` END AS `state`,`c`.`title` AS `category_title`,`c`.`path` AS `category_route`,`c`.`access` AS `category_access`,`c`.`alias` AS `category_alias`,`c`.`language` AS `category_language`,`c`.`published`,`c`.`published` AS `parents_published`,`c`.`lft`,CASE WHEN `a`.`created_by_alias` > ' ' THEN `a`.`created_by_alias` ELSE `ua`.`name` END AS `author`,`ua`.`email` AS `author_email`,`uam`.`name` AS `modified_by_name`,`parent`.`title` AS `parent_title`,`parent`.`id` AS `parent_id`,`parent`.`path` AS `parent_route`,`parent`.`alias` AS `parent_alias`,`parent`.`language` AS `parent_language` FROM `tflp4_content` AS `a` LEFT JOIN `tflp4_categories` AS `c` ON `c`.`id` = `a`.`catid` LEFT JOIN `tflp4_users` AS `ua` ON `ua`.`id` = `a`.`created_by` LEFT JOIN `tflp4_users` AS `uam` ON `uam`.`id` = `a`.`modified_by` LEFT JOIN `tflp4_categories` AS `parent` ON `parent`.`id` = `c`.`parent_id` LEFT JOIN `tflp4_content_frontpage` AS `fp` ON `fp`.`content_id` = `a`.`id` WHERE `a`.`access` IN (:preparedArray1,:preparedArray2) AND `c`.`access` IN (:preparedArray3,:preparedArray4) AND `c`.`published` = 1 AND `a`.`state` = :condition AND `a`.`catid` = :categoryId AND (`a`.`publish_up` IS NULL OR `a`.`publish_up` <= :publishUp) AND (`a`.`publish_down` IS NULL OR `a`.`publish_down` >= :publishDown) ORDER BY a.created DESC LIMIT 62.05ms6.28KBParams/libraries/src/MVC/Model/BaseDatabaseModel.php:164Copy
  • SELECT SUM(CASE WHEN `a`.`next_execution` <= :now THEN 1 ELSE 0 END) AS due_count,SUM(CASE WHEN `a`.`locked` IS NULL THEN 0 ELSE 1 END) AS locked_count FROM `tflp4_scheduler_tasks` AS `a` WHERE `a`.`state` = 1520μs2.62KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517Copy
  • SELECT `session_id` FROM `tflp4_session` WHERE `session_id` = ?398μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277Copy
  • UPDATE `tflp4_session` SET `data` = ? , `time` = ? WHERE `session_id` = ?11.52ms592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy