[PropelException]
[wrapped: mysql extension not loaded [User Info: Array]]
stack trace
- at ()
in SF_ROOT_DIR/lib/symfony/vendor/propel/Propel.php line 489 ...
- try {
- $con = Creole::getConnection($dsn);
- } catch (SQLException $e) {
- throw new PropelException($e);
- }
- self::$connectionMap[$name] = $con;
- }
- at Propel::getConnection('shajasa')
in SF_ROOT_DIR/lib/model/om/BaseTravelTypePeer.php line 156 ...
- public static function doSelectRS(Criteria $criteria, $con = null)
- {
- if ($con === null) {
- $con = Propel::getConnection(self::DATABASE_NAME);
- }
- if (!$criteria->getSelectColumns()) {
- at BaseTravelTypePeer::doSelectRS(object('Criteria'), null)
in SF_ROOT_DIR/lib/model/om/BaseTravelTypePeer.php line 150 ...
-
- public static function doSelect(Criteria $criteria, $con = null)
- {
- return TravelTypePeer::populateObjects(TravelTypePeer::doSelectRS($criteria, $con));
- }
-
- public static function doSelectRS(Criteria $criteria, $con = null)
- at BaseTravelTypePeer::doSelect(object('Criteria'))
in SF_ROOT_DIR/apps/search/modules/view/actions/actions.class.php line 20 ...
- public function executeIndex()
- {
- error_reporting(E_ALL);
- foreach (TravelTypePeer::doSelect(new Criteria) as $travelType)
- $travelTypes[$travelType->getId()] = $travelType->getName();
- $this->travelTypes = $travelTypes;
-
- at viewActions->executeIndex()
in SF_ROOT_DIR/lib/symfony/action/sfActions.class.php line 53 ...
- }
- // run action
- $ret = $this->$actionToRun();
- return $ret;
- }
- at sfActions->execute()
in SF_ROOT_DIR/lib/symfony/filter/sfExecutionFilter.class.php line 129 ...
- // execute the action
- $actionInstance->preExecute();
- $viewName = $actionInstance->execute();
- if ($viewName == '')
- {
- $viewName = sfView::SUCCESS;
- at sfExecutionFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/symfony/filter/sfFlashFilter.class.php line 50 ...
- }
- // execute next filter
- $filterChain->execute();
- // remove flash that are tagged to be removed
- $names = $userAttributeHolder->getNames('symfony/flash/remove');
- at sfFlashFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/symfony/filter/sfCommonFilter.class.php line 29 ...
- public function execute($filterChain)
- {
- // execute next filter
- $filterChain->execute();
- // execute this filter only once
- $response = $this->getContext()->getResponse();
- at sfCommonFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/symfony/filter/sfRenderingFilter.class.php line 33 ...
- public function execute($filterChain)
- {
- // execute next filter
- $filterChain->execute();
- if (sfConfig::get('sf_logging_enabled'))
- {
- at sfRenderingFilter->execute(object('sfFilterChain'))
in SF_ROOT_DIR/lib/symfony/filter/sfFilterChain.class.php line 43 ...
- }
- // execute the next filter
- $this->chain[$this->index]->execute($this);
- }
- }
- at sfFilterChain->execute()
in SF_ROOT_DIR/lib/symfony/controller/sfController.class.php line 276 ...
- }
- // process the filter chain
- $filterChain->execute();
- }
- else
- {
- at sfController->forward('view', 'index')
in SF_ROOT_DIR/lib/symfony/controller/sfFrontWebController.class.php line 48 ...
- $actionName = $request->getParameter('action');
- // make the first request
- $this->forward($moduleName, $actionName);
- }
- catch (sfException $e)
- {
- at sfFrontWebController->dispatch()
in SF_ROOT_DIR/web/search.php line 12 ...
- require_once(SF_ROOT_DIR.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.SF_APP.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
- sfContext::getInstance()->getController()->dispatch();
-
symfony settings ...
---
mod_view_enabled: 1
mod_view_is_internal:
mod_view_view_class: sfPHP
sf_admin_web_dir: /sf/sf_admin
sf_app: search
sf_app_config_dir: /home/shajasa/public_html/sha_new/apps/search/config
sf_app_config_dir_name: config
sf_app_dir: /home/shajasa/public_html/sha_new/apps/search
sf_app_i18n_dir: /home/shajasa/public_html/sha_new/apps/search/i18n
sf_app_i18n_dir_name: i18n
sf_app_lib_dir: /home/shajasa/public_html/sha_new/apps/search/lib
sf_app_lib_dir_name: lib
sf_app_module_action_dir_name: actions
sf_app_module_config_dir_name: config
sf_app_module_dir: /home/shajasa/public_html/sha_new/apps/search/modules
sf_app_module_dir_name: modules
sf_app_module_i18n_dir_name: i18n
sf_app_module_lib_dir_name: lib
sf_app_module_template_dir_name: templates
sf_app_module_validate_dir_name: validate
sf_app_module_view_dir_name: views
sf_app_template_dir: /home/shajasa/public_html/sha_new/apps/search/templates
sf_app_template_dir_name: templates
sf_apps_dir_name: apps
sf_autoloading_functions:
sf_available: 1
sf_base_cache_dir: /home/shajasa/public_html/sha_new/cache/search
sf_bin_dir: /home/shajasa/public_html/sha_new/batch
sf_bin_dir_name: batch
sf_cache:
sf_cache_dir: /home/shajasa/public_html/sha_new/cache/search/prod
sf_cache_dir_name: cache
sf_calendar_web_dir: /sf/calendar
sf_charset: utf-8
sf_check_lock:
sf_check_symfony_version:
sf_compressed:
sf_config_cache_dir: /home/shajasa/public_html/sha_new/cache/search/prod/config
sf_config_dir: /home/shajasa/public_html/sha_new/config
sf_config_dir_name: config
sf_data_dir: /home/shajasa/public_html/sha_new/data
sf_data_dir_name: data
sf_debug: 1
sf_default_action: index
sf_default_module: default
sf_doc_dir: /home/shajasa/public_html/sha_new/data/doc
sf_doc_dir_name: doc
sf_enabled_modules:
- default
sf_environment: prod
sf_error_404_action: error404
sf_error_404_module: default
sf_error_reporting: 341
sf_escaping_method: ESC_ENTITIES
sf_escaping_strategy: bc
sf_etag: 1
sf_i18n:
sf_i18n_cache_dir: /home/shajasa/public_html/sha_new/cache/search/prod/i18n
sf_lib_dir: /home/shajasa/public_html/sha_new/lib
sf_lib_dir_name: lib
sf_log_dir: /home/shajasa/public_html/sha_new/log
sf_log_dir_name: log
sf_logging_enabled:
sf_logging_history: 10
sf_logging_level: err
sf_logging_period: 7
sf_logging_purge:
sf_logging_rotate: 1
sf_login_action: login
sf_login_module: default
sf_max_forwards: 5
sf_model_dir_name: model
sf_model_lib_dir: /home/shajasa/public_html/sha_new/lib/model
sf_module_cache_dir: /home/shajasa/public_html/sha_new/cache/search/prod/modules
sf_module_disabled_action: disabled
sf_module_disabled_module: default
sf_no_script_name:
sf_orm: propel
sf_path_info_array: SERVER
sf_path_info_key: HTTP_X_REWRITE_URL
sf_plugins_dir: /home/shajasa/public_html/sha_new/plugins
sf_plugins_dir_name: plugins
sf_prototype_web_dir: /sf/prototype
sf_rich_text_js_dir: js/tiny_mce
sf_root_cache_dir: /home/shajasa/public_html/sha_new/cache
sf_root_dir: /home/shajasa/public_html/sha_new
sf_routing_defaults:
sf_culture: en
sf_secure_action: secure
sf_secure_module: default
sf_standard_helpers:
- Partial
- Cache
- Form
sf_strip_comments: 1
sf_suffix: .
sf_symfony_data_dir: /home/shajasa/public_html/sha_new/config/../data/symfony
sf_symfony_lib_dir: /home/shajasa/public_html/sha_new/config/../lib/symfony
sf_template_cache_dir: /home/shajasa/public_html/sha_new/cache/search/prod/template
sf_test:
sf_test_cache_dir: /home/shajasa/public_html/sha_new/cache/search/prod/test
sf_test_dir: /home/shajasa/public_html/sha_new/test
sf_test_dir_name: test
sf_timeout: 1800
sf_timer_start: 1732511066.7135
sf_unavailable_action: unavailable
sf_unavailable_module: default
sf_upload_dir: /home/shajasa/public_html/sha_new/web/uploads
sf_upload_dir_name: uploads
sf_url_format: PATH
sf_use_database: 1
sf_use_flash: 1
sf_use_process_cache: 1
sf_use_security: 1
sf_validation_error_class: form_error
sf_validation_error_id_prefix: error_for_
sf_validation_error_prefix: ↓
sf_validation_error_suffix: ↓
sf_web_debug:
sf_web_debug_web_dir: /sf/sf_web_debug
sf_web_dir: /home/shajasa/public_html/sha_new/web
sf_web_dir_name: web
request ...
---
parameterHolder:
symfony/default:
action: index
module: view
tour_id: 307
attributeHolder:
symfony/default:
response ...
---
cookies:
httpHeaders:
parameterHolder:
global vars ...
---
cookie:
env:
files:
get:
post:
server:
DOCUMENT_ROOT: /home/shajasa/public_html
HTTP_ACCEPT: */*
HTTP_ACCEPT_ENCODING: gzip, br, zstd, deflate
HTTP_HOST: shajasa.com.my
HTTP_USER_AGENT: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
PATH: /usr/local/bin:/bin:/usr/bin
PATH_INFO: /view/index/tour_id/307
PATH_TRANSLATED: /home/shajasa/public_html/view/index/tour_id/307
PHP_INI_SCAN_DIR: /opt/cpanel/ea-php72/root/etc/php.d:/home/shajasa/public_html/
PHP_SELF: /sha_new/web/search.php/view/index/tour_id/307
QUERY_STRING:
REMOTE_ADDR: 3.142.130.242
REMOTE_PORT: 30049
REQUEST_METHOD: GET
REQUEST_SCHEME: http
REQUEST_TIME: 1732511066
REQUEST_TIME_FLOAT: 1732511066.7057
REQUEST_URI: /sha_new/web/search.php/view/index/tour_id/307
SCRIPT_FILENAME: /home/shajasa/public_html/sha_new/web/search.php
SCRIPT_NAME: /sha_new/web/search.php
SCRIPT_URI: http://shajasa.com.my/sha_new/web/search.php/view/index/tour_id/307
SCRIPT_URL: /sha_new/web/search.php/view/index/tour_id/307
SERVER_ADDR: 124.217.241.216
SERVER_ADMIN: webmaster@shajasa.com.my
SERVER_NAME: shajasa.com.my
SERVER_PORT: 80
SERVER_PROTOCOL: HTTP/1.1
SERVER_SOFTWARE: LiteSpeed
X-LSCACHE: on
argc: 0
argv:
session: