Notice: Undefined variable: iAddTime - include/library/phpfox/cron/cron.class.php (138)
include/library/phpfox/cron/cron.class.php : 138   Phpfox_Error::errorHandler(8, "Undefined variable: iAddTime", "include/library/phpfox/cron/cron.class.php", 138, Array(2))
include/library/phpfox/cron/cron.class.php : 102   Phpfox_Cron->_getNextRun(4, 1)
include/cron/exec.php : 56   Phpfox_Cron->exec(NULL)
include/library/phpfox/phpfox/phpfox.class.php : 1457   require_once("include/cron/exec.php")
index.php : 42   Phpfox::run()
Gipuzkoa Kutxa Solidarioa
Zer da Gipuzkoa Kutxa Solidarioa

Qué es Gipuzkoa Kutxa Solidarioa

Agenda
Ekosoziala

Gipuzkoa Solidarioaren SAREA

Elkarte ekosozialak

Nazioarteko egunak

Hirugarren sektore Eko-Sozialeko entitateek beraien jarduerak eta gogoetak

Ikusi
phpFox Developers Debug Toggle JavaScript Console
Version:
3.8.0
Product Code Name:
Nebula

Total Time:
0.1531811
PHP General Time:
0.1436121
GZIP:
disabled

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

Total Memory Usage:
10 Mb
Total Memory Usage (Including Debug):
10.21 Mb
Memory Limit:
512 Mb (1024M)

Load Balancing Enabled:
No
Requests From:
192.168.100.222


Server Time Stamp:
August 17, 2026, 6:31 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.0007970 | Memory Before: 2.29 Mb | Memory After: 2.29 Mb | Memory Used: 1.35 kb | Rows: - | Slave: No
INSERT INTO phpfox_log_session (session_hash, id_hash, user_id, last_activity, location, is_forum, forum_id, im_hide, ip_address, user_agent) VALUES ('caa067f0c4fab52e6f125953f04d3e2b', '0d574f7196f9f96e319d05681455513d', '0', '1786948274', '', '0', '0', '0', '216.73.216.145', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.')
0.0003290 | Memory Before: 3.61 Mb | Memory After: 3.62 Mb | Memory Used: 5.03 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.0003431 | Memory Before: 5.26 Mb | Memory After: 5.27 Mb | Memory Used: 8.41 kb | Rows: 10 | Slave: Yes
SELECT cf.*, cmv.option_id as customValue, cg.user_group_id as cg_user_group_id
FROM phpfox_custom_field AS cf
     LEFT JOIN phpfox_custom_option AS cmv
            ON(cmv.field_id = cf.field_id)
     JOIN phpfox_module AS m
            ON(m.module_id = cf.module_id AND m.is_active = 1)
     LEFT JOIN phpfox_custom_group AS cg
            ON(cg.group_id = cf.group_id)

WHERE cf.type_id IN ('user_main','user_panel','profile_panel') AND cf.is_active = 1 AND cf.user_group_id = 0 AND cf.on_signup = 1
ORDER BY cf.ordering ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcfALL MISSING KEY   83Using where; Using filesort
1SIMPLEcgeq_refPRIMARYPRIMARY2sqlgipsol.cf.group_id1 
1SIMPLEcmvreffield_idfield_id2sqlgipsol.cf.field_id11 
1SIMPLEmrefis_active,module_id,module_is_activemodule_is_active78sqlgipsol.cf.module_id,const8Using index
0.0001452 | Memory Before: 5.29 Mb | Memory After: 5.29 Mb | Memory Used: 3.91 kb | Rows: 8 | Slave: Yes
SELECT *
FROM phpfox_custom_option
WHERE field_id IN(93)
ORDER BY option_id ASC
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_custom_optionreffield_idfield_id2const8Using where; Using filesort
0.0012290 | Memory Before: 6.19 Mb | Memory After: 6.19 Mb | Memory Used: 5.14 kb | Rows: 3 | Slave: Yes
SELECT cron.*
FROM phpfox_cron AS cron
     JOIN phpfox_product AS product
            ON(product.product_id = cron.product_id AND product.is_active = 1)
     JOIN phpfox_module AS m
            ON(m.module_id = cron.module_id AND m.is_active = 1)

WHERE cron.is_active = 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEcronALLis_activeMISSING KEY   4Using where
1SIMPLEproductrefis_active,product_active,product_idproduct_active28sqlgipsol.cron.product_id,const3Using index
1SIMPLEmrefis_active,module_id,module_is_activemodule_is_active78sqlgipsol.cron.module_id,const8Using index
0.0002351 | Memory Before: 6.24 Mb | Memory After: 6.24 Mb | Memory Used: 3.36 kb | Rows: 0 | Slave: No
SELECT event_id, image_path
FROM phpfox_fevent
WHERE end_time < 1735689600 AND image_path != "" AND image_path != "af9e5ac6fdf7acdeabaaebb4e50a5d84%s.jpg"
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_feventALL MISSING KEY   9465Using where
0.0006208 | Memory Before: 6.24 Mb | Memory After: 6.24 Mb | Memory Used: 1.41 kb | Rows: - | Slave: No
UPDATE phpfox_cron SET next_run = '1786948274', last_run = '1786948274' WHERE cron_id = 5
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_cronconstPRIMARYPRIMARY3const1 
0.0003221 | Memory Before: 6.24 Mb | Memory After: 6.24 Mb | Memory Used: 1.29 kb | Rows: - | Slave: No
INSERT INTO phpfox_cron_log (cron_id, time_stamp) VALUES ('5', '1786948274')
0.0002840 | Memory Before: 6.71 Mb | Memory After: 6.71 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.0002410 | Memory Before: 8.13 Mb | Memory After: 8.14 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.0002601 | Memory Before: 8.22 Mb | Memory After: 8.22 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.0002429 | Memory Before: 8.35 Mb | Memory After: 8.36 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.0002370 | Memory Before: 8.37 Mb | Memory After: 8.38 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.0002401 | Memory Before: 8.41 Mb | Memory After: 8.41 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.0002370 | Memory Before: 8.42 Mb | Memory After: 8.43 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.0002859 | Memory Before: 8.43 Mb | Memory After: 8.43 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.0002410 | Memory Before: 8.63 Mb | Memory After: 8.63 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-menusub.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0001328 | Memory Before: 8.65 Mb | Memory After: 8.65 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 = 'calendario.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002191 | Memory Before: 8.66 Mb | Memory After: 8.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 = '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.0002120 | Memory Before: 8.67 Mb | Memory After: 8.67 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.0002820 | Memory Before: 8.67 Mb | Memory After: 8.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 = '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.0002930 | Memory Before: 8.74 Mb | Memory After: 8.75 Mb | Memory Used: 10.96 kb | Rows: 2 | Slave: No
SELECT a.*, m.*
FROM phpfox_higipsol_campanya AS a
     LEFT JOIN phpfox_menu AS m
            ON(a.menu_id = m.menu_id)

WHERE a.active=1 AND a.language_id="eu"
ORDER BY a.orden
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEaALL MISSING KEY   12Using where; Using filesort
1SIMPLEmeq_refPRIMARYPRIMARY3sqlgipsol.a.menu_id1Using where
0.0001190 | Memory Before: 8.76 Mb | Memory After: 8.76 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 = 'campanyas.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002589 | Memory Before: 8.82 Mb | Memory After: 8.83 Mb | Memory Used: 8.46 kb | Rows: 2 | Slave: No
SELECT a.*, m.*
FROM phpfox_higipsol_actividad AS a
     LEFT JOIN phpfox_menu AS m
            ON(a.menu_id = m.menu_id)

WHERE a.active=1 AND a.language_id="eu"
ORDER BY a.orden
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEaALL MISSING KEY   8Using where; Using filesort
1SIMPLEmeq_refPRIMARYPRIMARY3sqlgipsol.a.menu_id1Using where
0.0002251 | Memory Before: 9.54 Mb | Memory After: 9.54 Mb | Memory Used: 3.13 kb | Rows: 1 | Slave: Yes
SELECT COUNT(m.event_id)
FROM phpfox_fevent AS m
INNER      JOIN phpfox_fevent_text AS ft
            ON(ft.event_id = m.event_id)

WHERE m.view_id = 0 AND m.privacy IN(0) AND m.is_featured = 1 AND m.start_time >= '1786917600'
LIMIT 1
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEmrefPRIMARY,view_id,view_id_2,view_id_3,view_id_4,view_id_5view_id2const,const9356Using index condition; Using where
1SIMPLEftrefevent_idevent_id4sqlgipsol.m.event_id1Using index
0.0002911 | Memory Before: 9.72 Mb | Memory After: 9.74 Mb | Memory Used: 22.03 kb | Rows: 2 | Slave: Yes
SELECT m.server_id as event_server_id, m.*, u.*
FROM phpfox_fevent AS m
INNER      JOIN phpfox_fevent_text AS ft
            ON(ft.event_id = m.event_id)
     JOIN phpfox_user AS u
            ON(u.user_id = m.user_id)

WHERE m.view_id = 0 AND m.privacy IN(0) AND m.is_featured = 1 AND m.start_time >= '1786917600'
ORDER BY m.time_stamp DESC
LIMIT 4
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEmrangePRIMARY,user_id,view_id,view_id_2,view_id_3,view_id_4,view_id_5view_id2 9356Using index condition; Using where; Using filesort
1SIMPLEftrefevent_idevent_id4sqlgipsol.m.event_id1Using index
1SIMPLEueq_refPRIMARY,user_idPRIMARY4sqlgipsol.m.user_id1 
0.0002210 | Memory Before: 9.77 Mb | Memory After: 9.78 Mb | Memory Used: 3.38 kb | Rows: 0 | Slave: Yes
SELECT *
FROM phpfox_fevent_admin
WHERE event_id = 11660 AND user_id = 0
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0002389 | Memory Before: 9.78 Mb | Memory After: 9.78 Mb | Memory Used: 3.38 kb | Rows: 0 | Slave: Yes
SELECT *
FROM phpfox_fevent_admin
WHERE event_id = 11655 AND user_id = 0
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLE   MISSING KEY    Impossible WHERE noticed after reading const tables
0.0001249 | Memory Before: 9.78 Mb | Memory After: 9.79 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 = 'actividades.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002930 | Memory Before: 9.97 Mb | Memory After: 9.97 Mb | Memory Used: 3.15 kb | Rows: 0 | Slave: Yes
SELECT html_data
FROM phpfox_theme_template
WHERE folder = 'tm_base5' AND type_id = 'controller' AND module_id = 'core' AND name = 'index-visitor.html.php'
/* OO Query */
IdSelect TypeTableTypePossible KeysKeyKey LenRefRowsExtra
1SIMPLEphpfox_theme_templatereftheme_id,theme_id_2,foldertheme_id176const,const,const1Using index condition; Using where
0.0002220 | Memory Before: 9.99 Mb | Memory After: 9.99 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] => caa067f0c4fab52e6f125953f04d3e2b
    [redirect] => 
)