Warning: mime_content_type(file/document/2019/12/7dbc22a56da642cca604b8f12fa689dc.pdf): failed to open stream: No such file or directory - module/document/include/service/process.class.php (362)
module/document/include/service/process.class.php : 362   mime_content_type("file/document/2019/12/7dbc22a56da642cca604b8f12fa689dc.pdf")
module/document/include/component/controller/view.class.php : 38   Document_Service_Process->getDocument(576)
include/library/phpfox/module/module.class.php : 835   Document_Component_Controller_View->process()
include/library/phpfox/module/module.class.php : 424   Phpfox_Module->getComponent("document.view", Array(1), "controller")
include/library/phpfox/module/module.class.php : 270   Phpfox_Module->getController()
module/document/include/component/controller/index.class.php : 56   Phpfox_Module->setController("document.view")
include/library/phpfox/module/module.class.php : 835   Document_Component_Controller_Index->process()
include/library/phpfox/module/module.class.php : 424   Phpfox_Module->getComponent("document.index", Array(1), "controller")
include/library/phpfox/phpfox/phpfox.class.php : 1289   Phpfox_Module->getController()
10 index.php : 42   Phpfox::run()
Odola herriz herri ABENDUA / Donaciones de sangre pueblo a pueblo DICIEMBRE » Documentos » Gipuzkoa Kutxa Solidarioa

Odola herriz herri ABENDUA / Donaciones de sangre pueblo a pueblo DICIEMBRE


No especificado - no hay asociada ninguna información de licencia
2

Odola herriz herri ABENDUA / Donaciones de sangre pueblo a pueblo DICIEMBRE

Categoría:
Mostrar más Erakutsi gutxiago
0 Valoraciones
Captcha
phpFox Developers Debug Toggle JavaScript Console
Version:
3.8.0
Product Code Name:
Nebula

Total Time:
0.2164690
PHP General Time:
0.2019695
GZIP:
disabled

Driver Version:
MySQL 5.5.5-10.5.29-MariaDB-0+deb11u1
SQL Time:
0.0144995
SQL Queries:
36
SQL Memory Usage:
143.33 kb
SQL Slave Enabled:
No
SQL Total Slaves:
N/A
SQL Slave Server:
N/A

Total Memory Usage:
22.77 Mb
Total Memory Usage (Including Debug):
22.99 Mb
Memory Limit:
512 Mb (1024M)

Load Balancing Enabled:
No
Requests From:
192.168.100.222


Server Time Stamp:
December 8, 2025, 3:13 am
PHP Version:
5.6.40
PHP Sapi:
fpm-fcgi
PHP safe_mode:
false
PHP open_basedir:
false
Operating System:
Linux

Cache:
file
SQL Queries
0.0006089 | Memory Before: 2.29 Mb | Memory After: 2.29 Mb | Memory Used: 3.86 kb | Rows: 1 | Slave: No
SELECT s.session_hash, s.id_hash, s.captcha_hash, s.user_id
FROM phpfox_log_session AS s
WHERE s.session_hash = '979bf8b7df84a37dc5d2d276cd399c49' AND s.id_hash = '0d574f7196f9f96e319d05681455513d'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEsrefsession_hash,log_sessionsession_hash32const1Using index condition; Using where
0.0005908 | Memory Before: 2.3 Mb | Memory After: 2.3 Mb | Memory Used: 1.41 kb | Rows: - | Slave: No
UPDATE phpfox_log_session SET last_activity = '1765163605', user_id = '0', location = '/document/576/odola-herriz-herri-abendua-donaciones-de-sangre-pueblo-a-pueblo-diciembre', is_forum = '0', forum_id = '0', im_hide = '0', ip_address = '216.73.216.221', user_agent = 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.' WHERE session_hash = '979bf8b7df84a37dc5d2d276cd399c49'
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_log_sessionrefsession_hash,log_sessionsession_hash32const1Using index condition
0.0002160 | Memory Before: 3.62 Mb | Memory After: 3.62 Mb | Memory Used: 4.97 kb | Rows: 1 | Slave: No
SELECT s.style_id, s.parent_id AS style_parent_id, s.folder AS style_folder_name, t.folder AS theme_folder_name, t.parent_id AS theme_parent_id, t.total_column, s.l_width, s.c_width, s.r_width
FROM phpfox_theme_style AS s
     JOIN phpfox_theme AS t
            ON(t.theme_id = s.theme_id)

WHERE s.is_default = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEsrefis_defaultis_default1const1 
1SIMPLEteq_refPRIMARY,theme_idPRIMARY2sqlgipsol.s.theme_id1 
0.0001459 | Memory Before: 3.62 Mb | Memory After: 3.62 Mb | Memory Used: 3.18 kb | Rows: 1 | Slave: No
SELECT folder AS parent_style_folder
FROM phpfox_theme_style
WHERE style_id = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_styleconststyle_id_2,style_idstyle_id_22const1 
0.0031490 | Memory Before: 5.5 Mb | Memory After: 5.52 Mb | Memory Used: 22.95 kb | Rows: 1 | Slave: No
SELECT document_track.item_id AS document_is_viewed, f.friend_id AS is_friend, l.like_id AS is_liked, d.*, dt.*, u.*, d.view_id as document_view_id, dr.rate_id AS has_rated, dl.license_id, dl.license_name, dl.reference_url, dl.image_url as license_image_url
FROM phpfox_document AS d
     LEFT JOIN phpfox_document_track AS document_track
            ON(document_track.item_id = d.document_id)
     LEFT JOIN phpfox_friend AS f
            ON(f.user_id = d.user_id AND f.friend_user_id = 0)
     LEFT JOIN phpfox_like AS l
            ON(l.type_id = 'document' AND l.item_id = d.document_id AND l.user_id = 0)
     JOIN phpfox_user AS u
            ON(u.user_id = d.user_id)
     JOIN phpfox_document_text AS dt
            ON(dt.document_id = d.document_id)
     LEFT JOIN phpfox_document_rating AS dr
            ON(dr.item_id = d.document_id AND dr.user_id =0)
     LEFT JOIN phpfox_document_license AS dl
            ON(dl.license_id = d.document_license)

WHERE d.document_id =576
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEdrsystemitem_id,item_id_2MISSING KEY    Const row not found
1SIMPLEdconstPRIMARY,user_id,document_id_2,document_id,document_id_3,view_id_4PRIMARY4const1 
1SIMPLEuconstPRIMARY,user_idPRIMARY4const1 
1SIMPLEdlconstPRIMARYPRIMARY4const Unique row not found
1SIMPLEdocument_trackrefitem_iditem_id4const1Using index
1SIMPLEfref|filteruser_check,user_id,top_friend,friend_user_idfriend_user_id|top_friend4|4const1 (1%)Using where; Using rowid filter
1SIMPLElref|filtertype_id,type_id_2,type_id_3,item_idtype_id_3|item_id81|4const,const1 (1%)Using where; Using rowid filter
1SIMPLEdtALL MISSING KEY   714Using where; Using join buffer (flat, BNL join)
0.0008161 | Memory Before: 5.62 Mb | Memory After: 5.62 Mb | Memory Used: 3.88 kb | Rows: 1 | Slave: Yes
SELECT pc.parent_id, pc.category_id, pc.name, pc.name_url
FROM phpfox_document_category_data AS pcd
     JOIN phpfox_document_category AS pc
            ON(pc.category_id = pcd.category_id)

WHERE pcd.document_id = 576
ORDER BY pc.parent_id ASC, pc.ordering ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEpcdrefcategory_id,document_iddocument_id4const1Using temporary; Using filesort
1SIMPLEpceq_refPRIMARYPRIMARY3sqlgipsol.pcd.category_id1Using index condition
0.0010319 | Memory Before: 5.78 Mb | Memory After: 5.78 Mb | Memory Used: 3.8 kb | Rows: 0 | Slave: Yes
SELECT tag_id, item_id, tag_text, tag_url
FROM phpfox_tag
WHERE item_id = 576 AND category_id = 'document'
ORDER BY tag_id ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_tagrefitem_id,category_id,user_search,user_search_general,item_id_2,item_id_3,category_id_2item_id81const,const1Using index condition; Using where; Using filesort
0.0003431 | Memory Before: 5.78 Mb | Memory After: 5.79 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: No
SELECT item_id
FROM phpfox_document_track
WHERE item_id = 576 AND user_id = 0
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_document_trackrefitem_iditem_id8const,const1Using index
0.0002248 | Memory Before: 7.68 Mb | Memory After: 7.69 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'layout' AND name = 'template.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition
0.0002341 | Memory Before: 8.92 Mb | Memory After: 8.92 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'core' AND name = 'template-body.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002942 | Memory Before: 9.01 Mb | Memory After: 9.01 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'higipsol' AND name = 'cabecera.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002320 | Memory Before: 9.16 Mb | Memory After: 9.17 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'hispalanguage' AND name = 'select.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001271 | Memory Before: 9.18 Mb | Memory After: 9.19 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'base5' AND module_id = 'core' AND name = 'block/template-menu.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001800 | Memory Before: 19.49 Mb | Memory After: 19.5 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'base5' AND module_id = 'core' AND name = 'block/template-menu.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002251 | Memory Before: 19.51 Mb | Memory After: 19.51 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'core' AND name = 'template-holdername.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002360 | Memory Before: 19.51 Mb | Memory After: 19.52 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'layout' AND name = 'breadcrumb.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition
0.0001478 | Memory Before: 19.54 Mb | Memory After: 19.54 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'base5' AND module_id = 'core' AND name = 'block/template-breadcrumblist.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001299 | Memory Before: 19.56 Mb | Memory After: 19.56 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'core' AND name = 'template-breadcrumbmenu.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002241 | Memory Before: 19.55 Mb | Memory After: 19.55 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'layout' AND name = 'search.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition
0.0002730 | Memory Before: 19.58 Mb | Memory After: 19.58 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'core' AND name = 'template-contentclass.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002210 | Memory Before: 19.58 Mb | Memory After: 19.59 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'layout' AND name = 'error.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition
0.0002258 | Memory Before: 19.59 Mb | Memory After: 19.59 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'base5' AND module_id = 'document' AND name = 'controller/view.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002232 | Memory Before: 19.9 Mb | Memory After: 19.91 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'layout' AND name = 'block.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition
0.0001302 | Memory Before: 19.91 Mb | Memory After: 19.91 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'document' AND name = 'detail.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001318 | Memory Before: 19.92 Mb | Memory After: 19.92 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'document' AND name = 'detail.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001929 | Memory Before: 21.75 Mb | Memory After: 21.75 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'rate' AND name = 'display.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0005610 | Memory Before: 22.09 Mb | Memory After: 22.09 Mb | Memory Used: 3.13 kb | Rows: 0 | Slave: Yes
SELECT action_id
FROM phpfox_action
WHERE action_type_id = 2 AND item_type_id = "document" AND item_id = 576 AND user_id = 0
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0010171 | Memory Before: 22.53 Mb | Memory After: 22.54 Mb | Memory Used: 6.7 kb | Rows: 0 | Slave: Yes
SELECT l.*, u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity, a.time_stamp as action_time_stamp
FROM phpfox_like AS l
     JOIN phpfox_user AS u
            ON(u.user_id = l.user_id)
     LEFT JOIN phpfox_action AS a
            ON(a.item_id = l.item_id AND a.user_id = l.user_id AND a.item_type_id = "document")

WHERE (l.type_id = 'document' OR l.type_id = 'document') AND l.item_id = 576
GROUP BY u.user_id
ORDER BY l.time_stamp DESC
LIMIT 3
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEasystemtype_id,type_id_2,type_id_3,item_idMISSING KEY    Const row not found; Using temporary; Using filesort
1SIMPLElref|filtertype_id,type_id_2,type_id_3,item_idtype_id_3|item_id77|4const1 (1%)Using index condition; Using where; Using rowid filter
1SIMPLEueq_refPRIMARY,user_idPRIMARY4sqlgipsol.l.user_id1 
0.0006990 | Memory Before: 22.54 Mb | Memory After: 22.55 Mb | Memory Used: 5.36 kb | Rows: 0 | Slave: No
SELECT u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity
FROM phpfox_like AS l
     JOIN phpfox_user AS u
            ON(u.user_id = l.user_id)

WHERE l.type_id = 'document' AND l.item_id = 576
GROUP BY u.user_id
ORDER BY u.full_name ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLElreftype_id,type_id_2,type_id_3,item_idtype_id_281const,const1Using where; Using index; Using temporary; Using filesort
1SIMPLEueq_refPRIMARY,user_idPRIMARY4sqlgipsol.l.user_id1 
0.0004010 | Memory Before: 22.55 Mb | Memory After: 22.56 Mb | Memory Used: 5.37 kb | Rows: 0 | Slave: Yes
SELECT u.user_id, u.profile_page_id, u.server_id AS user_server_id, u.user_name, u.full_name, u.gender, u.user_image, u.is_invisible, u.user_group_id, u.language_id, u.last_activity
FROM phpfox_action AS a
     JOIN phpfox_user AS u
            ON(u.user_id = a.user_id)

WHERE a.item_type_id = "document" AND a.item_id = 576
GROUP BY u.user_id
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0001259 | Memory Before: 22.56 Mb | Memory After: 22.57 Mb | Memory Used: 3.16 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'comment.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002389 | Memory Before: 22.65 Mb | Memory After: 22.66 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'feed' AND name = 'link.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002229 | Memory Before: 22.91 Mb | Memory After: 22.92 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'share' AND name = 'link.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002232 | Memory Before: 22.75 Mb | Memory After: 22.75 Mb | Memory Used: 3.16 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'like' AND name = 'display.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002179 | Memory Before: 22.9 Mb | Memory After: 22.9 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'block' AND module_id = 'captcha' AND name = 'form.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002379 | Memory Before: 22.68 Mb | Memory After: 22.68 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'base5' AND module_id = 'core' AND name = 'block/template-menufooter.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
Array
(
    [session] => 979bf8b7df84a37dc5d2d276cd399c49
    [redirect] => /document/576/odola-herriz-herri-abendua-donaciones-de-sangre-pueblo-a-pueblo-diciembre
)
TOP