Table: cnotas, rows: 170

Página 8 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
38xcdroast unter root/usr/sbin/groupadd xcdwrite
/bin/chown root /usr/X11R6/lib/xcdroast-0.98/bin/xcdrwrap
/bin/chgrp xcdwrite /usr/X11R6/lib/xcdroast-0.98/bin/xcdrwrap
/bin/chmod 2755 /usr/X11R6/lib/xcdroast-0.98/bin/xcdrwrap
/bin/chown root /usr/X11R6/lib/xcdroast-0.98/bin/cdrecord
/bin/chgrp xcdwrite /usr/X11R6/lib/xcdroast-0.98/bin/cdrecord
/bin/chmod 4710 /usr/X11R6/lib/xcdroast-0.98/bin/cdrecord
/bin/chown root /usr/X11R6/lib/xcdroast-0.98/bin/mkisofs
/bin/chgrp xcdwrite /usr/X11R6/lib/xcdroast-0.98/bin/mkisofs
/bin/chmod 4710 /usr/X11R6/lib/xcdroast-0.98/bin/mkisofs
/bin/chown root /usr/X11R6/lib/xcdroast-0.98/bin/readcd
/bin/chgrp xcdwrite /usr/X11R6/lib/xcdroast-0.98/bin/readcd
/bin/chmod 4710 /usr/X11R6/lib/xcdroast-0.98/bin/readcd
/bin/chown root /usr/X11R6/lib/xcdroast-0.98/bin/cdda2wav
/bin/chgrp xcdwrite /usr/X11R6/lib/xcdroast-0.98/bin/cdda2wav
/bin/chmod 4710 /usr/X11R6/lib/xcdroast-0.98/bin/cdda2wav

In /boot/grub/menu.lst
Kernel hdd=ide-scsi

In /etc/lilo.conf
append = "hdd=ide-scsi"

wenn nicht geladen:
insmod ide-scsi
36Netzwerkkarte Volition unter linuxIn /etc/modules.conf

alias eth0 tulip
post-install tulip mii-tool -v -F 100baseTx-FD eth0
35Optische Netzwerkkarte Dec chip 21143 unter SuSE 8.0 und 8.1in /etc/modules.conf

alias eth0 de4x5
options eth0 args='eth0:fdx autosense=100Mb'
34Harddisk benchmarkhdparm -t -T /dev/hde
(only under root)
33multiple moveEx: name.1 name.2 .... name.n
mmv name* file#1
results: file.1 file.2 .... file.n

conversion from *.jpeg to *.jpg
mmv '*.jpeg' '#1.jpg'
32RAID
raid controller Racket64x
--------------------------
# cd /idisk/luis/Origins/LINUX/RocketRAID/rr64x-linux-src-v1.0/product/rr64x/linux
# make
# cd /lib/modules/`uname -r`/kernel/drivers
# mkdir raid
# cd raid
# cp /idisk/luis/Origins/LINUX/RocketRAID/rr64x-linux-src-v1.0/product/rr64x/linux/rr64x.ko .
# cat rr64x >> /etc/modules

softwareraid with package mdadm
-------------------------------------------
1 partition) Disks müssen mit fdisk von typ "fd" sein in a primary partition

2) /sbin/mdadm --auto-detect

or

/sbin/mdadm --create --verbose /dev/md0 --level=5 --raid-devices=4 /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1

more /proc/mdstat

/sbin/mdadm --detail /dev/md0



stoping the raid
--------------------
mdadm --stop /dev/md0

package for raid Promise FastTrack: dmraid mus be installed
---------------------------------------------

From programm parted
-------------------------

udisks-helper-mkfs ext4 /dev/md0 0
mkfs.ext4 -F -L raid -F -F /dev/md0




31KonquerorDefault web-side settings in ~/.kde2/share/apps/konqueror/profiles/webbrowsing
30KRABBERYou need some permission settings, to be able to read from your CD device: the best way is
chmod 0777 /dev/CD_DEVICE

chmod 0777/dev/scd1

(das ist die cdrom sccsi emulation. Ersetzt /dev/hdc)

CD_DEVICE is the node file for your CD device, for example hdc(IDE device which
is MASTER on the SECOND IDE channel), scd0(the first SCSI CD-ROM). NOTE:
/dev/cdrom is mostly only a link to the real node file.

An easy way to enable the permissions for each device is:
chown root.root PATH_TO_CDPARANOIA/cdparanoia
chmod 6777 PATH_TO_CDPARANOIA/cdparanoia
29DE writer example for liloimage=/boot/zImage-2.2.14
label=Linux
read-only
append="hdb=ide-scsi"
28Mount image cd# mount enzoprogs.raw -r -t iso9660 -o loop /mnt
27mail konfigurieren und mit einen Command schicken
1- Im /etc/mail/linux.mc die Zeilen mit SMART_HOST und MAIL_HUB unkomentieren
und ubecx.unibe.ch als smtp server angeben.

define(`SMART_HOST', `smtp:ubecx.unibe.ch')dnl
dnl define(`SMART_HOST', `uucp-dom:otheruucphost')dnl
define(`MAIL_HUB', `smtp:ubecx.unibe.ch')dnl
dnl define(`LOCAL_RELAY', `smtp:host.your.domain')dnl
2- Mit m4 compileren

# m4 linux.mc > /etc/sendmail.cf

Oder (Urs Methode) in sendmail.cf den Befehl eintragen:

DSsmtp.unibe.ch

und in /root die Datei .forward editieren

marteinez@lhep.unibe.ch


3- Mail schicken



$ echo "Das ist ein test" | mail -s test martinez@lhep.unibe.ch
26Schnitt der Apachekonfiguration von Linuxkurs 18.1.01
AuthUserFile /etc/httpd/passwd
AuthGroupFile /etc/httpd/group

Options -FollowSymLinks
# Options FollowSymLinks
AllowOverride None



Options +Indexes



order allow,deny
allow from 130.92.119.65
AuthName "kurs"
AuthUserFile /etc/httpd/users
AuthType Basic
Require valid-user
Satisfy any


Alias /test "/home/kurs/html"
25Mount directories mit samba von m_computerthe kernel-module smbfs have to be istalled!!!

# mount -t smbfs -o username=m_name,password=m_passwd //m_computer/m_dir /home/m_dir
24microsoft explorer configuracion del SMTPHerramientas
Cuentas
correo
Propiedades
Avanzada
Mantener una copia de los mensajes en el servidor
23microsoft explorer configuracion del servidor ProxyHerramientas
opciones de internet
conexiones
configuracion LAN
22Recognice 128 MB mermory in Athlonn /etc/lilo.conf

append="mem=128M"
21Hard disk in ULTRA DMA MODEIn /sbin/init.d/boot.local
hdparm -c1 -m16 -d1 -X68 /dev/hda
20Error messages% dmesg
19An alarm clock applicationAn alarm clock application that allows playing of mp3s to wake you up. xx
xx Enthält: vigmeup-1.0.1
17Computer als X terminal# X :1 -indirect
2.997MBMemory Usage131msRequest 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" => "140" "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" => 1744370329 "last" => 1744370329...
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.12KB) (3.07ms)
  • afterInitialise (1.13MB) (50.65ms)
  • afterRoute (89.35KB) (4.59ms)
  • beforeRenderComponent com_readmdb (52.32KB) (5.67ms)
  • Before Access::preloadComponents (all components) (217.27KB) (13.15ms)
  • After Access::preloadComponents (all components) (111.42KB) (2.47ms)
  • Before Access::getAssetRules (id:105 name:com_readmdb) (56B) (59μs)
  • After Access::getAssetRules (id:105 name:com_readmdb) (7.35KB) (212μs)
  • afterRenderComponent com_readmdb (341.66KB) (12.09ms)
  • afterDispatch (2.59KB) (224μs)
  • beforeRenderRawModule mod_menu (Main Menu) (26.04KB) (4.88ms)
  • afterRenderRawModule mod_menu (Main Menu) (24.82KB) (1.13ms)
  • beforeRenderRawModule mod_menu (Principal) (720B) (77μs)
  • afterRenderRawModule mod_menu (Principal) (912B) (276μs)
  • beforeRenderRawModule mod_menu (Molina) (688B) (61μs)
  • afterRenderRawModule mod_menu (Molina) (896B) (261μs)
  • beforeRenderRawModule mod_menu (Enlaces (links)) (720B) (58μs)
  • afterRenderRawModule mod_menu (Enlaces (links)) (1.52KB) (228μs)
  • beforeRenderRawModule mod_menu (Libros y apuntes (books)) (752B) (56μs)
  • afterRenderRawModule mod_menu (Libros y apuntes (books)) (928B) (218μs)
  • beforeRenderRawModule mod_articles_archive (Archived Articles) (2.33KB) (61μs)
  • afterRenderRawModule mod_articles_archive (Archived Articles) (2.95KB) (2.69ms)
  • beforeRenderRawModule mod_menu (Main Menu Blog) (4.13KB) (165μs)
  • afterRenderRawModule mod_menu (Main Menu Blog) (265.52KB) (7.89ms)
  • beforeRenderRawModule mod_tags_popular (Popular Tags) (1.05KB) (170μs)
  • afterRenderRawModule mod_tags_popular (Popular Tags) (31.57KB) (3.69ms)
  • beforeRenderRawModule mod_articles_category (Older Posts) (7.19KB) (121μs)
  • afterRenderRawModule mod_articles_category (Older Posts) (37.09KB) (5.2ms)
  • beforeRenderRawModule mod_tags_similar (Similar Items) (6.91KB) (75μs)
  • afterRenderRawModule mod_tags_similar (Similar Items) (5.95KB) (1.11ms)
  • beforeRenderRawModule mod_menu (Bottom Menu) (1.89KB) (92μs)
  • afterRenderRawModule mod_menu (Bottom Menu) (3.33KB) (393μs)
  • beforeRenderRawModule mod_breadcrumbs (Breadcrumbs) (6.98KB) (656μs)
  • afterRenderRawModule mod_breadcrumbs (Breadcrumbs) (10.84KB) (1.39ms)
  • beforeRenderModule mod_breadcrumbs (Breadcrumbs) (704B) (20μs)
  • afterRenderModule mod_breadcrumbs (Breadcrumbs) (3.91KB) (480μs)
  • beforeRenderModule mod_menu (Main Menu Blog) (2.3KB) (194μs)
  • afterRenderModule mod_menu (Main Menu Blog) (10.44KB) (146μs)
  • afterRender (149.76KB) (6.19ms)
  • 1 x afterInitialise (1.13MB) (38.6%)
    50.65ms
    1 x Before Access::preloadComponents (all components) (217.27KB) (10.02%)
    13.15ms
    1 x afterRenderComponent com_readmdb (341.66KB) (9.21%)
    12.09ms
    1 x afterRenderRawModule mod_menu (Main Menu Blog) (265.52KB) (6.01%)
    7.89ms
    1 x afterRender (149.76KB) (4.72%)
    6.19ms
    1 x beforeRenderComponent com_readmdb (52.32KB) (4.32%)
    5.67ms
    1 x afterRenderRawModule mod_articles_category (Older Posts) (37.09KB) (3.96%)
    5.20ms
    1 x beforeRenderRawModule mod_menu (Main Menu) (26.04KB) (3.72%)
    4.88ms
    1 x afterRoute (89.35KB) (3.5%)
    4.59ms
    1 x afterRenderRawModule mod_tags_popular (Popular Tags) (31.57KB) (2.81%)
    3.69ms
    1 x afterLoad (85.12KB) (2.34%)
    3.07ms
    1 x afterRenderRawModule mod_articles_archive (Archived Articles) (2.95KB) (2.05%)
    2.69ms
    1 x After Access::preloadComponents (all components) (111.42KB) (1.88%)
    2.47ms
    1 x afterRenderRawModule mod_breadcrumbs (Breadcrumbs) (10.84KB) (1.06%)
    1.39ms
    1 x afterRenderRawModule mod_menu (Main Menu) (24.82KB) (0.86%)
    1.13ms
    1 x afterRenderRawModule mod_tags_similar (Similar Items) (5.95KB) (0.84%)
    1.11ms
    1 x beforeRenderRawModule mod_breadcrumbs (Breadcrumbs) (6.98KB) (0.5%)
    656μs
    1 x afterRenderModule mod_breadcrumbs (Breadcrumbs) (3.91KB) (0.37%)
    480μs
    1 x afterRenderRawModule mod_menu (Bottom Menu) (3.33KB) (0.3%)
    393μs
    1 x afterRenderRawModule mod_menu (Principal) (912B) (0.21%)
    276μs
    1 x afterRenderRawModule mod_menu (Molina) (896B) (0.2%)
    261μs
    1 x afterRenderRawModule mod_menu (Enlaces (links)) (1.52KB) (0.17%)
    228μs
    1 x afterDispatch (2.59KB) (0.17%)
    224μs
    1 x afterRenderRawModule mod_menu (Libros y apuntes (books)) (928B) (0.17%)
    218μs
    1 x After Access::getAssetRules (id:105 name:com_readmdb) (7.35KB) (0.16%)
    212μs
    1 x beforeRenderModule mod_menu (Main Menu Blog) (2.3KB) (0.15%)
    194μs
    1 x beforeRenderRawModule mod_tags_popular (Popular Tags) (1.05KB) (0.13%)
    170μs
    1 x beforeRenderRawModule mod_menu (Main Menu Blog) (4.13KB) (0.13%)
    165μs
    1 x afterRenderModule mod_menu (Main Menu Blog) (10.44KB) (0.11%)
    146μs
    1 x beforeRenderRawModule mod_articles_category (Older Posts) (7.19KB) (0.09%)
    121μs
    1 x beforeRenderRawModule mod_menu (Bottom Menu) (1.89KB) (0.07%)
    92μs
    1 x beforeRenderRawModule mod_menu (Principal) (720B) (0.06%)
    77μs
    1 x beforeRenderRawModule mod_tags_similar (Similar Items) (6.91KB) (0.06%)
    75μs
    1 x beforeRenderRawModule mod_menu (Molina) (688B) (0.05%)
    61μs
    1 x beforeRenderRawModule mod_articles_archive (Archived Articles) (2.33KB) (0.05%)
    61μs
    1 x Before Access::getAssetRules (id:105 name:com_readmdb) (56B) (0.04%)
    59μs
    1 x beforeRenderRawModule mod_menu (Enlaces (links)) (720B) (0.04%)
    58μs
    1 x beforeRenderRawModule mod_menu (Libros y apuntes (books)) (752B) (0.04%)
    56μs
    1 x beforeRenderModule mod_breadcrumbs (Breadcrumbs) (704B) (0.02%)
    20μs
19 statements were executed46.4ms57.28KB
  • SELECT @@SESSION.sql_mode;315μs968B/libraries/vendor/joomla/database/src/Mysqli/MysqliDriver.php:308Copy
  • SELECT `data` FROM `tflp4_session` WHERE `session_id` = ?475μs1008BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:250Copy
  • SELECT `session_id` FROM `tflp4_session` WHERE `session_id` = :session_id LIMIT 1349μ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.84ms944BParams/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` = 1861μs1.61KB/libraries/src/Component/ComponentHelper.php:399Copy
  • SELECT `id`,`rules` FROM `tflp4_viewlevels`429μ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` = :guest648μ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.77ms20.8KBParams/libraries/src/Menu/SiteMenu.php:166Copy
  • SELECT * FROM `tflp4_languages` WHERE `published` = 1 ORDER BY `ordering` ASC612μ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` = 1722μ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.39ms7.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`2.01ms2KBParams/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 10662μ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.9ms1.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 61.95ms6.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` = 1551μs2.62KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:517Copy
  • SELECT `session_id` FROM `tflp4_session` WHERE `session_id` = ?399μs1KBParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:277Copy
  • UPDATE `tflp4_session` SET `data` = ? , `time` = ? WHERE `session_id` = ?11.4ms592BParams/libraries/vendor/joomla/session/src/Handler/DatabaseHandler.php:301Copy