FCPATH/application/controllers/user.php [ 28 ]
23
24
25 public function login()
26 {
27 // Catch POST data.
28 $params['email'] = $_POST['email_login'];
29 $params['clave'] = $_POST['clave_login'];
30
31
32 // Send data to User Model to check.
33 $login = $this->users->login($params);
-
FCPATH/application/controllers/user.php [ 28 ] » MY_Exceptions::error_handler(arguments)
code
8
error
Undefined index: email_login
file
/home/imprenta/public_html/bodasnazaret/application/controllers/user.php
line
28
4
Array ( )
23 24 25 public function login() 26 { 27 // Catch POST data. 28 $params['email'] = $_POST['email_login']; 29 $params['clave'] = $_POST['clave_login']; 30 31 32 // Send data to User Model to check. 33 $login = $this->users->login($params);
-
{PHP internal call} » User->login()
-
FCPATH/system/core/CodeIgniter.php [ 359 ] » call_user_func_array(arguments)
function_name
Array ( [0] => User Object ( [benchmark] => CI_Benchmark Object ( [marker] => Array ( [total_execution_time_start] => 0.56124100 1745903043 [loading_time:_base_classes_start] => 0.56124800 1745903043 [loading_time:_base_classes_end] => 0.56221000 1745903043 [controller_execution_time_( user / login )_start] => 0.56222900 1745903043 ) ) [hooks] => CI_Hooks Object ( [enabled] => 1 [hooks] => Array ( [pre_system] => Array ( [function] => load_exceptions [filename] => uhoh.php [filepath] => hooks ) ) [in_progress] => ) [config] => CI_Config Object ( [config] => Array ( [base_url] => https://bodasnazaret.com/ [index_page] => [uri_protocol] => AUTO [url_suffix] => [language] => english [charset] => UTF-8 [enable_hooks] => 1 [subclass_prefix] => MY_ [permitted_uri_chars] => a-z 0-9~%.:_\- [allow_get_array] => 1 [enable_query_strings] => [controller_trigger] => c [function_trigger] => m [directory_trigger] => d [log_threshold] => 4 [log_path] => [log_date_format] => Y-m-d H:i:s [cache_path] => [encryption_key] => nazaret [sess_cookie_name] => ci_session [sess_expiration] => 7200 [sess_expire_on_close] => [sess_encrypt_cookie] => [sess_use_database] => [sess_table_name] => ci_sessions [sess_match_ip] => [sess_match_useragent] => 1 [sess_time_to_update] => 300 [cookie_prefix] => [cookie_domain] => [cookie_path] => / [cookie_secure] => [global_xss_filtering] => [csrf_protection] => [csrf_token_name] => csrf_test_name [csrf_cookie_name] => csrf_cookie_name [csrf_expire] => 7200 [compress_output] => [time_reference] => gtm [rewrite_short_tags] => [proxy_ips] => ) [is_loaded] => Array ( ) [_config_paths] => Array ( [0] => application/ ) ) [log] => CI_Log Object ( [_log_path:protected] => application/logs/ [_threshold:protected] => 4 [_date_fmt:protected] => Y-m-d H:i:s [_enabled:protected] => 1 [_levels:protected] => Array ( [ERROR] => 1 [DEBUG] => 2 [INFO] => 3 [ALL] => 4 ) ) [exceptions] => MY_Exceptions Object ( [action] => [severity] => [message] => [filename] => [line] => [ob_level] => 0 [levels] => Array ( [1] => Error [2] => Warning [4] => Parsing Error [8] => Notice [16] => Core Error [32] => Core Warning [64] => Compile Error [128] => Compile Warning [256] => User Error [512] => User Warning [1024] => User Notice [2048] => Runtime Notice ) ) [utf8] => CI_Utf8 Object ( ) [uri] => CI_URI Object ( [keyval] => Array ( ) [uri_string] => user/login [segments] => Array ( [1] => user [2] => login ) [rsegments] => Array ( [1] => user [2] => login ) [config] => CI_Config Object ( [config] => Array ( [base_url] => https://bodasnazaret.com/ [index_page] => [uri_protocol] => AUTO [url_suffix] => [language] => english [charset] => UTF-8 [enable_hooks] => 1 [subclass_prefix] => MY_ [permitted_uri_chars] => a-z 0-9~%.:_\- [allow_get_array] => 1 [enable_query_strings] => [controller_trigger] => c [function_trigger] => m [directory_trigger] => d [log_threshold] => 4 [log_path] => [log_date_format] => Y-m-d H:i:s [cache_path] => [encryption_key] => nazaret [sess_cookie_name] => ci_session [sess_expiration] => 7200 [sess_expire_on_close] => [sess_encrypt_cookie] => [sess_use_database] => [sess_table_name] => ci_sessions [sess_match_ip] => [sess_match_useragent] => 1 [sess_time_to_update] => 300 [cookie_prefix] => [cookie_domain] => [cookie_path] => / [cookie_secure] => [global_xss_filtering] => [csrf_protection] => [csrf_token_name] => csrf_test_name [csrf_cookie_name] => csrf_cookie_name [csrf_expire] => 7200 [compress_output] => [time_reference] => gtm [rewrite_short_tags] => [proxy_ips] => ) [is_loaded] => Array ( ) [_config_paths] => Array ( [0] => application/ ) ) ) [router] => CI_Router Object ( [config] => CI_Config Object ( [config] => Array ( [base_url] => https://bodasnazaret.com/ [index_page] => [uri_protocol] => AUTO [url_suffix] => [language] => english [charset] => UTF-8 [enable_hooks] => 1 [subclass_prefix] => MY_ [permitted_uri_chars] => a-z 0-9~%.:_\- [allow_get_array] => 1 [enable_query_strings] => [controller_trigger] => c [function_trigger] => m [directory_trigger] => d [log_threshold] => 4 [log_path] => [log_date_format] => Y-m-d H:i:s [cache_path] => [encryption_key] => nazaret [sess_cookie_name] => ci_session [sess_expiration] => 7200 [sess_expire_on_close] => [sess_encrypt_cookie] => [sess_use_database] => [sess_table_name] => ci_sessions [sess_match_ip] => [sess_match_useragent] => 1 [sess_time_to_update] => 300 [cookie_prefix] => [cookie_domain] => [cookie_path] => / [cookie_secure] => [global_xss_filtering] => [csrf_protection] => [csrf_token_name] => csrf_test_name [csrf_cookie_name] => csrf_cookie_name [csrf_expire] => 7200 [compress_output] => [time_reference] => gtm [rewrite_short_tags] => [proxy_ips] => ) [is_loaded] => Array ( ) [_config_paths] => Array ( [0] => application/ ) ) [routes] => Array ( [default_controller] => main [404_override] => main/error ) [error_routes] => Array ( ) [class] => user [method] => login [directory] => [default_controller] => main [uri] => CI_URI Object ( [keyval] => Array ( ) [uri_string] => user/login [segments] => Array ( [1] => user [2] => login ) [rsegments] => Array ( [1] => user [2] => login ) [config] => CI_Config Object ( [config] => Array ( [base_url] => https://bodasnazaret.com/ [index_page] => [uri_protocol] => AUTO [url_suffix] => [language] => english [charset] => UTF-8 [enable_hooks] => 1 [subclass_prefix] => MY_ [permitted_uri_chars] => a-z 0-9~%.:_\- [allow_get_array] => 1 [enable_query_strings] => [controller_trigger] => c [function_trigger] => m [directory_trigger] => d [log_threshold] => 4 [log_path] => [log_date_format] => Y-m-d H:i:s [cache_path] => [encryption_key] => nazaret [sess_cookie_name] => ci_session [sess_expiration] => 7200 [sess_expire_on_close] => [sess_encrypt_cookie] => [sess_use_database] => [sess_table_name] => ci_sessions [sess_match_ip] => [sess_match_useragent] => 1 [sess_time_to_update] => 300 [cookie_prefix] => [cookie_domain] => [cookie_path] => / [cookie_secure] => [global_xss_filtering] => [csrf_protection] => [csrf_token_name] => csrf_test_name [csrf_cookie_name] => csrf_cookie_name [csrf_expire] => 7200 [compress_output] => [time_reference] => gtm [rewrite_short_tags] => [proxy_ips] => ) [is_loaded] => Array ( ) [_config_paths] => Array ( [0] => application/ ) ) ) ) [output] => CI_Output Object ( [final_output:protected] => [cache_expiration:protected] => 0 [headers:protected] => Array ( ) [mime_types:protected] => Array ( [hqx] => application/mac-binhex40 [cpt] => application/mac-compactpro [csv] => Array ( [0] => text/x-comma-separated-values [1] => text/comma-separated-values [2] => application/octet-stream [3] => application/vnd.ms-excel [4] => application/x-csv [5] => text/x-csv [6] => text/csv [7] => application/csv [8] => application/excel [9] => application/vnd.msexcel ) [bin] => application/macbinary [dms] => application/octet-stream [lha] => application/octet-stream [lzh] => application/octet-stream [exe] => Array ( [0] => application/octet-stream [1] => application/x-msdownload ) [class] => application/octet-stream [psd] => application/x-photoshop [so] => application/octet-stream [sea] => application/octet-stream [dll] => application/octet-stream [oda] => application/oda [pdf] => Array ( [0] => application/pdf [1] => application/x-download ) [ai] => application/postscript [eps] => application/postscript [ps] => application/postscript [smi] => application/smil [smil] => application/smil [mif] => application/vnd.mif [xls] => Array ( [0] => application/excel [1] => application/vnd.ms-excel [2] => application/msexcel ) [ppt] => Array ( [0] => application/powerpoint [1] => application/vnd.ms-powerpoint ) [wbxml] => application/wbxml [wmlc] => application/wmlc [dcr] => application/x-director [dir] => application/x-director [dxr] => application/x-director [dvi] => application/x-dvi [gtar] => application/x-gtar [gz] => application/x-gzip [php] => application/x-httpd-php [php4] => application/x-httpd-php [php3] => application/x-httpd-php [phtml] => application/x-httpd-php [phps] => application/x-httpd-php-source [js] => application/x-javascript [swf] => application/x-shockwave-flash [sit] => application/x-stuffit [tar] => application/x-tar [tgz] => Array ( [0] => application/x-tar [1] => application/x-gzip-compressed ) [xhtml] => application/xhtml+xml [xht] => application/xhtml+xml [zip] => Array ( [0] => application/x-zip [1] => application/zip [2] => application/x-zip-compressed ) [mid] => audio/midi [midi] => audio/midi [mpga] => audio/mpeg [mp2] => audio/mpeg [mp3] => Array ( [0] => audio/mpeg [1] => audio/mpg [2] => audio/mpeg3 [3] => audio/mp3 ) [aif] => audio/x-aiff [aiff] => audio/x-aiff [aifc] => audio/x-aiff [ram] => audio/x-pn-realaudio [rm] => audio/x-pn-realaudio [rpm] => audio/x-pn-realaudio-plugin [ra] => audio/x-realaudio [rv] => video/vnd.rn-realvideo [wav] => Array ( [0] => audio/x-wav [1] => audio/wave [2] => audio/wav ) [bmp] => Array ( [0] => image/bmp [1] => image/x-windows-bmp ) [gif] => image/gif [jpeg] => Array ( [0] => image/jpeg [1] => image/pjpeg ) [jpg] => Array ( [0] => image/jpeg [1] => image/pjpeg ) [jpe] => Array ( [0] => image/jpeg [1] => image/pjpeg ) [png] => Array ( [0] => image/png [1] => image/x-png ) [tiff] => image/tiff [tif] => image/tiff [css] => text/css [html] => text/html [htm] => text/html [shtml] => text/html [txt] => text/plain [text] => text/plain [log] => Array ( [0] => text/plain [1] => text/x-log ) [rtx] => text/richtext [rtf] => text/rtf [xml] => text/xml [xsl] => text/xml [mpeg] => video/mpeg [mpg] => video/mpeg [mpe] => video/mpeg [qt] => video/quicktime [mov] => video/quicktime [avi] => video/x-msvideo [movie] => video/x-sgi-movie [doc] => application/msword [docx] => Array ( [0] => application/vnd.openxmlformats-officedocument.wordprocessingml.document [1] => application/zip ) [xlsx] => Array ( [0] => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet [1] => application/zip ) [word] => Array ( [0] => application/msword [1] => application/octet-stream ) [xl] => application/excel [eml] => message/rfc822 [json] => Array ( [0] => application/json [1] => text/json ) ) [enable_profiler:protected] => [_zlib_oc:protected] => [_profiler_sections:protected] => Array ( ) [parse_exec_vars:protected] => 1 ) [security] => CI_Security Object ( [_xss_hash:protected] => [_csrf_hash:protected] => [_csrf_expire:protected] => 7200 [_csrf_token_name:protected] => ci_csrf_token [_csrf_cookie_name:protected] => ci_csrf_token [_never_allowed_str:protected] => Array ( [document.cookie] => [removed] [document.write] => [removed] [.parentNode] => [removed] [.innerHTML] => [removed] [window.location] => [removed] [-moz-binding] => [removed] [] => --> [ <![CDATA[ [
] => <comment> ) [_never_allowed_regex:protected] => Array ( [0] => javascript\s*: [1] => expression\s*(\(|&\#40;) [2] => vbscript\s*: [3] => Redirect\s+302 [4] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1? ) ) [input] => CI_Input Object ( [ip_address] => 52.15.165.239 [user_agent] => Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) [_allow_get_array] => 1 [_standardize_newlines] => 1 [_enable_xss] => [_enable_csrf] => [headers:protected] => Array ( ) [security] => CI_Security Object ( [_xss_hash:protected] => [_csrf_hash:protected] => [_csrf_expire:protected] => 7200 [_csrf_token_name:protected] => ci_csrf_token [_csrf_cookie_name:protected] => ci_csrf_token [_never_allowed_str:protected] => Array ( [document.cookie] => [removed] [document.write] => [removed] [.parentNode] => [removed] [.innerHTML] => [removed] [window.location] => [removed] [-moz-binding] => [removed] [] => --> [ <![CDATA[ [ ] => <comment> ) [_never_allowed_regex:protected] => Array ( [0] => javascript\s*: [1] => expression\s*(\(|&\#40;) [2] => vbscript\s*: [3] => Redirect\s+302 [4] => (["'])?data\s*:[^\1]*?base64[^\1]*?,[^\1]*?\1? ) ) [uni] => CI_Utf8 Object ( ) ) [lang] => CI_Lang Object ( [language] => Array ( ) [is_loaded] => Array ( ) ) [load] => CI_Loader Object ( [_ci_ob_level:protected] => 0 [_ci_view_paths:protected] => Array ( [application/views/] => 1 ) [_ci_library_paths:protected] => Array ( [0] => application/ [1] => /home/imprenta/public_html/bodasnazaret/system/ ) [_ci_model_paths:protected] => Array ( [0] => application/ ) [_ci_helper_paths:protected] => Array ( [0] => application/ [1] => /home/imprenta/public_html/bodasnazaret/system/ ) [_base_classes:protected] => Array ( [benchmark] => Benchmark [hooks] => Hooks [config] => Config [log] => Log [exceptions] => Exceptions [utf8] => Utf8 [uri] => URI [router] => Router [output] => Output [security] => Security [input] => Input [lang] => Lang [loader] => Loader [model] => Model ) [_ci_cached_vars:protected] => Array ( ) [_ci_classes:protected] => Array ( [session] => session [cart] => cart ) [_ci_loaded_files:protected] => Array ( [0] => /home/imprenta/public_html/bodasnazaret/system/libraries/Session.php [1] => /home/imprenta/public_html/bodasnazaret/system/libraries/Cart.php ) [_ci_models:protected] => Array ( [0] => users [1] => admin_model ) [_ci_helpers:protected] => Array ( [url_helper] => 1 [form_helper] => 1 [string_helper] => 1 ) [_ci_varmap:protected] => Array ( [unit_test] => unit [user_agent] => agent ) ) [db] => CI_DB_mysql_driver Object ( [dbdriver] => mysql [_escape_char] => ` [_like_escape_str] => [_like_escape_chr] => [delete_hack] => 1 [_count_string] => SELECT COUNT(*) AS [_random_keyword] => RAND() [use_set_names] => [ar_select] => Array ( ) [ar_distinct] => [ar_from] => Array ( ) [ar_join] => Array ( ) [ar_where] => Array ( ) [ar_like] => Array ( ) [ar_groupby] => Array ( ) [ar_having] => Array ( ) [ar_keys] => Array ( ) [ar_limit] => [ar_offset] => [ar_order] => [ar_orderby] => Array ( ) [ar_set] => Array ( ) [ar_wherein] => Array ( ) [ar_aliased_tables] => Array ( ) [ar_store_array] => Array ( ) [ar_caching] => [ar_cache_exists] => Array ( ) [ar_cache_select] => Array ( ) [ar_cache_from] => Array ( ) [ar_cache_join] => Array ( ) [ar_cache_where] => Array ( ) [ar_cache_like] => Array ( ) [ar_cache_groupby] => Array ( ) [ar_cache_having] => Array ( ) [ar_cache_orderby] => Array ( ) [ar_cache_set] => Array ( ) [ar_no_escape] => Array ( ) [ar_cache_no_escape] => Array ( ) [username] => imprenta_user [password] => Z96Wbd4K [hostname] => localhost [database] => imprenta_bodas [dbprefix] => [char_set] => utf8 [dbcollat] => utf8_general_ci [autoinit] => 1 [swap_pre] => [port] => [pconnect] => 1 [conn_id] => Resource id #18 [result_id] => [db_debug] => 1 [benchmark] => 0 [query_count] => 0 [bind_marker] => ? [save_queries] => 1 [queries] => Array ( ) [query_times] => Array ( ) [data_cache] => Array ( ) [trans_enabled] => 1 [trans_strict] => 1 [_trans_depth] => 0 [_trans_status] => 1 [cache_on] => [cachedir] => [cache_autodel] => [CACHE] => [_protect_identifiers] => 1 [_reserved_identifiers] => Array ( [0] => * ) [stmt_id] => [curs_id] => [limit_used] => [stricton] => ) [session] => CI_Session Object ( [sess_encrypt_cookie] => [sess_use_database] => [sess_table_name] => ci_sessions [sess_expiration] => 7200 [sess_expire_on_close] => [sess_match_ip] => [sess_match_useragent] => 1 [sess_cookie_name] => ci_session [cookie_prefix] => [cookie_path] => / [cookie_domain] => [cookie_secure] => [sess_time_to_update] => 300 [encryption_key] => nazaret [flashdata_key] => flash [time_reference] => gtm [gc_probability] => 5 [userdata] => Array ( [session_id] => f02feb6ee7cf954aaba0badede10d1e1 [ip_address] => 52.15.165.239 [user_agent] => Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) [last_activity] => 1745903043 [user_data] => ) [CI] => User Object *RECURSION* [now] => 1745903043 ) [cart] => CI_Cart Object ( [product_id_rules] => \.a-z0-9_- [product_name_rules] => \.\:\-_ a-z0-9 [CI] => User Object *RECURSION* [_cart_contents] => Array ( [cart_total] => 0 [total_items] => 0 ) ) [users] => Users Object ( ) [admin_model] => Admin_Model Object ( ) ) [1] => login ) parameters
Array ( )
354 } 355 } 356 357 // Call the requested method. 358 // Any URI segments present (besides the class/function) will be passed to the method for convenience 359 call_user_func_array(array(&$CI, $method), array_slice($URI->rsegments, 2)); 360 } 361 362 363 // Mark a benchmark end point 364 $BM->mark('controller_execution_time_( '.$class.' / '.$method.' )_end');
-
FCPATH/index.php [ 214 ] » require_once(arguments)
0
/home/imprenta/public_html/bodasnazaret/system/core/CodeIgniter.php
209 * -------------------------------------------------------------------- 210 * 211 * And away we go... 212 * 213 */ 214 require_once BASEPATH.'core/CodeIgniter.php'; 215 216 217 218 219 /* End of file index.php */