[2002] PDOException in Connection.php line 295

SQLSTATE[HY000] [2002] No such file or directory

  1. $this->fetchType = $config['result_type'];
  2. }
  3. try {
  4. if (empty($config['dsn'])) {
  5. $config['dsn'] = $this->parseDsn($config);
  6. }
  7. if ($config['debug']) {
  8. $startTime = microtime(true);
  9. }
  10. $this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params);
  11. if ($config['debug']) {
  12. // 记录数据库连接信息
  13. Log::record('[ DB ] CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn'], 'sql');
  14. }
  15. } catch (\PDOException $e) {
  16. if ($autoConnection) {
  17. Log::record($e->getMessage(), 'error');
  18. return $this->connect($autoConnection, $linkNum);
  19. } else {

Call Stack

  1. in Connection.php line 295
  2. at PDO->__construct() in Connection.php line 295
  3. at Connection->connect() in Connection.php line 995
  4. at Connection->initConnect() in Connection.php line 348
  5. at Connection->query()
  6. at call_user_func_array() in Db.php line 178
  7. at Db::__callStatic() in Index.php line 64
  8. at Index->fanyi_article_title()
  9. at ReflectionMethod->invokeArgs() in App.php line 343
  10. at App::invokeMethod() in App.php line 611
  11. at App::module() in App.php line 456
  12. at App::exec() in App.php line 139
  13. at App::run() in start.php line 19
  14. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Introducing Qaf Rider, the ultimate taxi booking app that will revolutionize your commuting experience. With just one click, you can download the app and book a taxi effortlessly, saving your precious time, energy, and hard-earned money. Qaf Rider takes pride in offering you the best drivers and sta
to
ja
POST Data
empty
Files
empty

Cookies

myip
188.165.244.186
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
HTTP_COOKIE
myip=188.165.244.186
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_HOST
td.880772.xyz
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
23723
REMOTE_ADDR
188.165.244.186
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=Introducing+Qaf+Rider%2C+the+ultimate+taxi+booking+app+that+will+revolutionize+your+commuting+experience.+With+just+one+click%2C+you+can+download+the+app+and+book+a+taxi+effortlessly%2C+saving+your+precious+time%2C+energy%2C+and+hard-earned+money.+Qaf+Rider+takes+pride+in+offering+you+the+best+drivers+and+sta&to=ja
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
GET
QUERY_STRING
s=/api/index/fanyi_article_title&content=Introducing+Qaf+Rider%2C+the+ultimate+taxi+booking+app+that+will+revolutionize+your+commuting+experience.+With+just+one+click%2C+you+can+download+the+app+and+book+a+taxi+effortlessly%2C+saving+your+precious+time%2C+energy%2C+and+hard-earned+money.+Qaf+Rider+takes+pride+in+offering+you+the+best+drivers+and+sta&to=ja
SCRIPT_FILENAME
/data/wwwroot/td.880772.xyz/public/index.php
PHP_VALUE
open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1730703416.9276
REQUEST_TIME
1730703416
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/data/wwwroot/td.880772.xyz/public/../public/
APP_PATH
/data/wwwroot/td.880772.xyz/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1730703416.928
THINK_START_MEM
410768
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/td.880772.xyz/thinkphp/
LIB_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/
CORE_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/td.880772.xyz/
EXTEND_PATH
/data/wwwroot/td.880772.xyz/extend/
VENDOR_PATH
/data/wwwroot/td.880772.xyz/vendor/
RUNTIME_PATH
/data/wwwroot/td.880772.xyz/runtime/
LOG_PATH
/data/wwwroot/td.880772.xyz/runtime/log/
CACHE_PATH
/data/wwwroot/td.880772.xyz/runtime/cache/
TEMP_PATH
/data/wwwroot/td.880772.xyz/runtime/temp/
CONF_PATH
/data/wwwroot/td.880772.xyz/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/data/wwwroot/td.880772.xyz/addons/
"> System Error

[2002] PDOException in Connection.php line 295

SQLSTATE[HY000] [2002] No such file or directory

  1. $this->fetchType = $config['result_type'];
  2. }
  3. try {
  4. if (empty($config['dsn'])) {
  5. $config['dsn'] = $this->parseDsn($config);
  6. }
  7. if ($config['debug']) {
  8. $startTime = microtime(true);
  9. }
  10. $this->links[$linkNum] = new PDO($config['dsn'], $config['username'], $config['password'], $params);
  11. if ($config['debug']) {
  12. // 记录数据库连接信息
  13. Log::record('[ DB ] CONNECT:[ UseTime:' . number_format(microtime(true) - $startTime, 6) . 's ] ' . $config['dsn'], 'sql');
  14. }
  15. } catch (\PDOException $e) {
  16. if ($autoConnection) {
  17. Log::record($e->getMessage(), 'error');
  18. return $this->connect($autoConnection, $linkNum);
  19. } else {

Call Stack

  1. in Connection.php line 295
  2. at PDO->__construct() in Connection.php line 295
  3. at Connection->connect() in Connection.php line 995
  4. at Connection->initConnect() in Connection.php line 348
  5. at Connection->query()
  6. at call_user_func_array() in Db.php line 178
  7. at Db::__callStatic() in Index.php line 64
  8. at Index->fanyi_article_title()
  9. at ReflectionMethod->invokeArgs() in App.php line 343
  10. at App::invokeMethod() in App.php line 611
  11. at App::module() in App.php line 456
  12. at App::exec() in App.php line 139
  13. at App::run() in start.php line 19
  14. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
Introducing Qaf Rider, the ultimate taxi booking app that will revolutionize your commuting experience. With just one click, you can download the app and book a taxi effortlessly, saving your precious time, energy, and hard-earned money. Qaf Rider takes pride in offering you the best drivers and sta
to
ja
POST Data
empty
Files
empty

Cookies

myip
188.165.244.186
Session
empty

Server/Request Data

TEMP
/tmp
TMPDIR
/tmp
TMP
/tmp
PATH
/usr/local/bin:/usr/bin:/bin
USER
www
HOME
/home/www
HTTP_CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
HTTP_CONNECTION
Keep-Alive
HTTP_COOKIE
myip=188.165.244.186
HTTP_ACCEPT_ENCODING
gzip
HTTP_ACCEPT
*/*
HTTP_HOST
td.880772.xyz
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 6.0.1; OPPO A57 Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/63.0.3239.83 Mobile Safari/537.36 T7/10.13 baiduboxapp/10.13.0.10 (Baidu; P1 6.0.1)
PATH_INFO
/api/index/fanyi_article_title
REDIRECT_STATUS
200
SERVER_NAME
td.880772.xyz
SERVER_PORT
443
SERVER_ADDR
188.165.242.95
REMOTE_PORT
23723
REMOTE_ADDR
188.165.244.186
SERVER_SOFTWARE
nginx/1.20.2
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/data/wwwroot/td.880772.xyz/public
DOCUMENT_URI
/index.php
REQUEST_URI
/api/index/fanyi_article_title?content=Introducing+Qaf+Rider%2C+the+ultimate+taxi+booking+app+that+will+revolutionize+your+commuting+experience.+With+just+one+click%2C+you+can+download+the+app+and+book+a+taxi+effortlessly%2C+saving+your+precious+time%2C+energy%2C+and+hard-earned+money.+Qaf+Rider+takes+pride+in+offering+you+the+best+drivers+and+sta&to=ja
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
application/x-www-form-urlencoded;charset=UTF-8
REQUEST_METHOD
GET
QUERY_STRING
s=/api/index/fanyi_article_title&content=Introducing+Qaf+Rider%2C+the+ultimate+taxi+booking+app+that+will+revolutionize+your+commuting+experience.+With+just+one+click%2C+you+can+download+the+app+and+book+a+taxi+effortlessly%2C+saving+your+precious+time%2C+energy%2C+and+hard-earned+money.+Qaf+Rider+takes+pride+in+offering+you+the+best+drivers+and+sta&to=ja
SCRIPT_FILENAME
/data/wwwroot/td.880772.xyz/public/index.php
PHP_VALUE
open_basedir=/data/wwwroot/td.880772.xyz/public:/tmp/:/proc/:/data/wwwroot/td.880772.xyz/
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1730703416.9276
REQUEST_TIME
1730703416
Environment Variables
empty

ThinkPHP Constants

PUBLIC_PATH
/data/wwwroot/td.880772.xyz/public/../public/
APP_PATH
/data/wwwroot/td.880772.xyz/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1730703416.928
THINK_START_MEM
410768
EXT
.php
DS
/
THINK_PATH
/data/wwwroot/td.880772.xyz/thinkphp/
LIB_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/
CORE_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/think/
TRAIT_PATH
/data/wwwroot/td.880772.xyz/thinkphp/library/traits/
ROOT_PATH
/data/wwwroot/td.880772.xyz/
EXTEND_PATH
/data/wwwroot/td.880772.xyz/extend/
VENDOR_PATH
/data/wwwroot/td.880772.xyz/vendor/
RUNTIME_PATH
/data/wwwroot/td.880772.xyz/runtime/
LOG_PATH
/data/wwwroot/td.880772.xyz/runtime/log/
CACHE_PATH
/data/wwwroot/td.880772.xyz/runtime/cache/
TEMP_PATH
/data/wwwroot/td.880772.xyz/runtime/temp/
CONF_PATH
/data/wwwroot/td.880772.xyz/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/data/wwwroot/td.880772.xyz/addons/
"> \n \n\n","body":"

Qaf Rider は、あなたの通勤体験に革命をもたらす究極のタクシー予約アプリです。ワンクリックでアプリをダウンロードしてタクシーを簡単に予約でき、貴重な時間、エネルギー、苦労して稼いだお金を節約できます。 Qaf Rider は、最高のドライバーと最先端の車を提供し、あらゆる乗車において安全で快適な旅をお約束することに誇りを持っています。携帯電話から直接、現在地に最も近いタクシーを簡単に予約することで、これまでにない利便性を体験してください。このアプリを使用すると、ドライバーや車の情報を含むすべての旅行の詳細が携帯電話に直接送信されるため、安全性が向上します。また、このアプリはスピードメーターの価格を 100% 適用することで公正な価格設定を保証するため、過剰請求されることを心配する必要はありません。さらに、このアプリは現金や PayPal などのさまざまな支払い方法を提供しており、柔軟性と使いやすさを提供します。さらに、自分の旅行を自由に評価し、ドライバーや全体的な経験について貴重なフィードバックを提供することができます。当社の専任カスタマーケアチームは年中無休で対応し、お客様の懸念に常に対応し、最高レベルの満足を保証します。このアプリを使用すると、頻繁に訪れる場所をお気に入りに追加し、いつでも好きなときにすべての乗り物の詳細を簡単に表示できます。もう時間を無駄にする必要はありません。今すぐダウンロードして、シームレスなタクシー予約の旅に乗り出しましょう!

Qaf Rider の特徴:

結論として、Qaf Rider は、ワンクリックで簡単にタクシーを予約できるユーザーフレンドリーなアプリです。最高のドライバーと車を提供し、旅行とドライバーの詳細を共有することで安全を優先し、公正な価格設定を保証し、複数の支払いオプションを提供し、24 時間体制のカスタマーケア サポートを提供します。今すぐダウンロードして、時間、労力、お金を節約しながら、快適で信頼できるタクシー サービスを利用してください。

","applicationCategory":"GameApplication","softwareVersion":"1.1.8","fileSize":"27.00M","downloadUrl":"https://downs.uziji.com/apk/79/Qaf Rider_1.1.8_sa.qaf.rider.apk","datePublished":"2023-08-07T23:12:09+08:00","dateModified":"2023-08-07T23:12:09+08:00","screenshot":"https://img.uziji.com/uploads/08/1719548226667e3942ba44f.jpg,https://img.uziji.com/uploads/76/1719548227667e394360232.jpg,https://img.uziji.com/uploads/83/1719548228667e394440915.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.5","reviewCount":1},"author":{"@type":"Organization","name":"Qafilah Logistics Co."},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
 >  アプリ >  旅行と地元 >  Qaf Rider
Qaf Rider

Qaf Rider

旅行と地元 1.1.8 27.00M by Qafilah Logistics Co. ✪ 4.5

Android 5.1 or laterAug 07,2023

ダウンロード
Application Description

Qaf Rider は、あなたの通勤体験に革命をもたらす究極のタクシー予約アプリです。ワンクリックでアプリをダウンロードしてタクシーを簡単に予約でき、貴重な時間、エネルギー、苦労して稼いだお金を節約できます。 Qaf Rider は、最高のドライバーと最先端の車を提供し、あらゆる乗車において安全で快適な旅をお約束することに誇りを持っています。携帯電話から直接、現在地に最も近いタクシーを簡単に予約することで、これまでにない利便性を体験してください。このアプリを使用すると、ドライバーや車の情報を含むすべての旅行の詳細が携帯電話に直接送信されるため、安全性が向上します。また、このアプリはスピードメーターの価格を 100% 適用することで公正な価格設定を保証するため、過剰請求されることを心配する必要はありません。さらに、このアプリは現金や PayPal などのさまざまな支払い方法を提供しており、柔軟性と使いやすさを提供します。さらに、自分の旅行を自由に評価し、ドライバーや全体的な経験について貴重なフィードバックを提供することができます。当社の専任カスタマーケアチームは年中無休で対応し、お客様の懸念に常に対応し、最高レベルの満足を保証します。このアプリを使用すると、頻繁に訪れる場所をお気に入りに追加し、いつでも好きなときにすべての乗り物の詳細を簡単に表示できます。もう時間を無駄にする必要はありません。今すぐダウンロードして、シームレスなタクシー予約の旅に乗り出しましょう!

Qaf Rider の特徴:

  • ワンクリックでタクシーを予約: ワンクリックでこのアプリを使用して簡単にタクシーを予約でき、時間と労力を節約できます。
  • ベストドライバーと車: このアプリは、快適で安全なドライブのために最高のドライバーと新しくてきれいな車を確実に手配します。
  • 安全機能: ドライバー、車、旅行に関する必要な情報がすべて携帯電話に直接表示されるため、安全と安心が確保されます。
  • 透明性のある価格設定: アプリはスピードメーターの価格を 100% 適用し、公平かつ透明性のある価格設定を保証します。
  • さまざまな支払い方法: Qaf Rider では、現金や PayPal などのさまざまな支払いオプションを利用できるため、乗車料金の支払いが便利です.
  • カスタマー ケア サポート: アプリは年中無休のカスタマー ケア サポートを提供します。

結論として、Qaf Rider は、ワンクリックで簡単にタクシーを予約できるユーザーフレンドリーなアプリです。最高のドライバーと車を提供し、旅行とドライバーの詳細を共有することで安全を優先し、公正な価格設定を保証し、複数の支払いオプションを提供し、24 時間体制のカスタマーケア サポートを提供します。今すぐダウンロードして、時間、労力、お金を節約しながら、快適で信頼できるタクシー サービスを利用してください。

Qaf Rider スクリーンショット 0
Qaf Rider スクリーンショット 1
Qaf Rider スクリーンショット 2
トピック もっと
Android 向けの最高のパズル ゲーム
Android 向けの最高のパズル ゲーム

Android で最高のパズル ゲームをお探しですか? このコレクションには、頭を悩ませるさまざまなチャレンジが含まれています。 Droris - 3D ブロック パズル ゲームで複雑な 3D パズルを解き、Inshimu Two: Bubble Shooting Fun でバブル シューティングを楽しみ、Spell Words で単語ゲームをマスターし、Japanese Crossword & Puzzle365 で日本語のクロスワードに取り組み、Dots Order 2 - Dual でユニークなゲームプレイを体験してください。軌道を描き、マージボスで勝利への道を進み、駐車渋滞のブロックを解除して渋滞を抜け出し、バブルで泡を割ってください。 Pop: Bubble Shooter、Art Puzzle - Jigsaw Puzzles で見事なジグソーパズルを完成させ、Rubik Master: Cube Puzzle 3D でルービック キューブを制覇しましょう。今すぐダウンロードして、次のお気に入りのパズル ゲームを見つけてください!