[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

ダウンロード
アプリケーションの説明

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

Qaf Rider の特徴:

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

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

Qaf Rider スクリーンショット 0
Qaf Rider スクリーンショット 1
Qaf Rider スクリーンショット 2
BusyBee Jun 12,2024

Qaf Rider has transformed my daily commute! The app is user-friendly, and the drivers are always on time. It's a lifesaver for someone always on the go.

TaxiLover Oct 20,2023

很棒的复古滤镜应用,可以轻松为照片添加怀旧风格。滤镜效果不错,但是有些滤镜有点太暗了。

Commuteur Nov 27,2024

L'application est pratique, mais j'ai eu quelques problèmes avec les paiements. Les chauffeurs sont corrects, mais le service pourrait être plus fiable.

トピック もっと >
メイクとスキンケアのための最高の美容アプリ
メイクとスキンケアのための最高の美容アプリ

メイクとスキンケアルーチンを強化するために、最高の美容アプリを発見してください!このキュレーションされたコレクションは、マジックビューティーメイクアップカメラ、ビューティープラスプリンセスカメラ、メイクアップアイデア、フォレオ(スキンケアデバイス用)、ステップバイステップ、ファセトン、スナパート、メイクアップフォトエディター、写真編集者、メイクアップカメラ:セルフィーエディターと美容メイクアップなどのトップ評価のアプリを備えています。セルフィーを変身させ、メイクアップのインスピレーションを見つけ、革新的なスキンケアツールをすべて1か所で探索してください。希望の外観を実現し、今日の美容ゲームを高めるのに最適なアプリを見つけてください!