[0] HttpException in App.php line 583

控制器不存在:app\api\controller\Index

  1. try {
  2. $instance = Loader::controller(
  3. $controller,
  4. $config['url_controller_layer'],
  5. $config['controller_suffix'],
  6. $config['empty_controller']
  7. );
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $actionName . $config['action_suffix'];
  13. $vars = [];
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in App.php line 583
  2. at App::module() in App.php line 456
  3. at App::exec() in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
PicFrameEffect is the ultimate app for combining multiple photos and sharing them in one frame. With a wide variety of frame shapes like love, flower, circle, diamond, stamp, and more, this app offers beautiful photo frames that will enhance your photos. Create stunning photo collages and grids with
to
de
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
1539
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=PicFrameEffect+is+the+ultimate+app+for+combining+multiple+photos+and+sharing+them+in+one+frame.+With+a+wide+variety+of+frame+shapes+like+love%2C+flower%2C+circle%2C+diamond%2C+stamp%2C+and+more%2C+this+app+offers+beautiful+photo+frames+that+will+enhance+your+photos.+Create+stunning+photo+collages+and+grids+with&to=de
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=PicFrameEffect+is+the+ultimate+app+for+combining+multiple+photos+and+sharing+them+in+one+frame.+With+a+wide+variety+of+frame+shapes+like+love%2C+flower%2C+circle%2C+diamond%2C+stamp%2C+and+more%2C+this+app+offers+beautiful+photo+frames+that+will+enhance+your+photos.+Create+stunning+photo+collages+and+grids+with&to=de
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
1731640139.3844
REQUEST_TIME
1731640139
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
1731640139.3849
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

[0] HttpException in App.php line 583

控制器不存在:app\api\controller\Index

  1. try {
  2. $instance = Loader::controller(
  3. $controller,
  4. $config['url_controller_layer'],
  5. $config['controller_suffix'],
  6. $config['empty_controller']
  7. );
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $actionName . $config['action_suffix'];
  13. $vars = [];
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in App.php line 583
  2. at App::module() in App.php line 456
  3. at App::exec() in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/data/wwwroot/td.880...') in index.php line 23

Environment Variables

GET Data

content
PicFrameEffect is the ultimate app for combining multiple photos and sharing them in one frame. With a wide variety of frame shapes like love, flower, circle, diamond, stamp, and more, this app offers beautiful photo frames that will enhance your photos. Create stunning photo collages and grids with
to
de
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
1539
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=PicFrameEffect+is+the+ultimate+app+for+combining+multiple+photos+and+sharing+them+in+one+frame.+With+a+wide+variety+of+frame+shapes+like+love%2C+flower%2C+circle%2C+diamond%2C+stamp%2C+and+more%2C+this+app+offers+beautiful+photo+frames+that+will+enhance+your+photos.+Create+stunning+photo+collages+and+grids+with&to=de
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=PicFrameEffect+is+the+ultimate+app+for+combining+multiple+photos+and+sharing+them+in+one+frame.+With+a+wide+variety+of+frame+shapes+like+love%2C+flower%2C+circle%2C+diamond%2C+stamp%2C+and+more%2C+this+app+offers+beautiful+photo+frames+that+will+enhance+your+photos.+Create+stunning+photo+collages+and+grids+with&to=de
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
1731640139.3844
REQUEST_TIME
1731640139
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
1731640139.3849
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":"

PicFrameEffect ist die ultimative App zum Kombinieren mehrerer Fotos und zum Teilen in einem Rahmen. Mit einer großen Auswahl an Rahmenformen wie Liebe, Blume, Kreis, Raute, Stempel und mehr bietet diese App wunderschöne Fotorahmen, die Ihre Fotos aufwerten. Erstellen Sie atemberaubende Fotocollagen und Raster mit der Unterstützung von 36 Rahmen und rund 50 Fotoeffekten, die für den perfekten Look gemischt werden können. Wählen Sie ganz einfach Bilder aus Ihrer Galerie aus oder machen Sie Bilder mit Ihrer Kamera. Vergessen Sie nicht, Ihre erstaunlichen Kreationen zu speichern und mit Freunden und Familie zu teilen. Beginnen Sie jetzt mit PicFrameEffect und bringen Sie Ihre Fotobearbeitungsfähigkeiten auf die nächste Stufe!Achieve

Funktionen dieser App:

Fazit:

PicFrameEffect ist eine benutzerfreundliche App, die eine Vielzahl von Funktionen bietet, mit denen Benutzer schöne und fesselnde Fotokompositionen erstellen können. Mit einer vielfältigen Auswahl an Rahmen und Fotoeffekten können Benutzer ihrer Kreativität freien Lauf lassen und atemberaubende Bilder erstellen. Die Integration der App in die Galerie und die Kamera vereinfacht den Prozess des Importierens und Aufnehmens von Fotos und macht es für Benutzer bequem, an ihren Lieblingsbildern zu arbeiten. Insgesamt ist PicFrameEffect eine vielseitige und funktionsreiche App, die mit Sicherheit Benutzer anzieht, die ihren Fotos künstlerisches Flair verleihen möchten.

","applicationCategory":"GameApplication","softwareVersion":"3.4","fileSize":"16.00M","downloadUrl":"https://downloads.9axz.com/apk/73/Pic Frame Effect_3.4_com.picframefx.android.apk","datePublished":"2022-01-07T12:52:35+08:00","dateModified":"2022-01-07T12:52:35+08:00","screenshot":"https://images.9axz.com/uploads/90/1719617743667f48cf2620d.jpg,https://images.9axz.com/uploads/54/1719617744667f48d00292b.jpg,https://images.9axz.com/uploads/94/1719617745667f48d1302a7.jpg,https://images.9axz.com/uploads/80/1719617746667f48d22196a.jpg","aggregateRating":{"@type":"AggregateRating","ratingValue":"4.4","reviewCount":1},"author":{"@type":"Organization","name":"Outdoing Apps"},"offers":{"@type":"Offer","price":"0.00","priceCurrency":"USD"}}
Pic Frame Effect

Pic Frame Effect

Fotografie 3.4 16.00M by Outdoing Apps Jan 07,2022
Herunterladen
Application Description

PicFrameEffect ist die ultimative App zum Kombinieren mehrerer Fotos und zum Teilen in einem Rahmen. Mit einer großen Auswahl an Rahmenformen wie Liebe, Blume, Kreis, Raute, Stempel und mehr bietet diese App wunderschöne Fotorahmen, die Ihre Fotos aufwerten. Erstellen Sie atemberaubende Fotocollagen und Raster mit der Unterstützung von 36 Rahmen und rund 50 Fotoeffekten, die für den perfekten Look gemischt werden können. Wählen Sie ganz einfach Bilder aus Ihrer Galerie aus oder machen Sie Bilder mit Ihrer Kamera. Vergessen Sie nicht, Ihre erstaunlichen Kreationen zu speichern und mit Freunden und Familie zu teilen. Beginnen Sie jetzt mit PicFrameEffect und bringen Sie Ihre Fotobearbeitungsfähigkeiten auf die nächste Stufe!Achieve

Funktionen dieser App:

  • Mehrere Fotorahmen: Die App bietet verschiedene Rahmenformen wie Liebe, Blume, Kreis, Raute, Stempel und mehr, sodass Benutzer einzigartige und attraktive Fotokompositionen erstellen können.
  • Schöne Fotorahmen: Die App bietet eine große Auswahl an schönen und optisch ansprechenden Fotorahmen, die das Gesamtbild der Fotos verbessern und sie künstlerischer machen.
  • Fotocollagen und Raster: Benutzer können mit dieser App atemberaubende Fotocollagen und Raster erstellen. Es bietet benutzerfreundliche Tools und Funktionen, um mehrere Fotos auf kreative Weise anzuordnen.
  • 36 Rahmenoptionen: Durch die Unterstützung von 36 verschiedenen Rahmen haben Benutzer eine große Auswahl an Optionen Wählen Sie aus ihren Fotos aus und passen Sie sie entsprechend ihren Vorlieben und Stilen an.
  • Fotoeffekte: Die App bietet rund 50 Fotoeffekte, mit denen Benutzer ihre Bilder durch Hinzufügen von Filtern, Anpassen von Helligkeit und Kontrast verbessern können und Sättigung sowie die Anwendung verschiedener künstlerischer Effekte. Diese Effekte können gemischt und angepasst werden, um einzigartige und personalisierte Looks zu erstellen.
  • Galerie- und Kameraintegration: Benutzer können Fotos aus ihrer Galerie importieren oder neue mit der Kamera direkt in der App aufnehmen. Diese nahtlose Integration erleichtert Benutzern den Zugriff und die Bearbeitung ihrer Lieblingsfotos.

Fazit:

PicFrameEffect ist eine benutzerfreundliche App, die eine Vielzahl von Funktionen bietet, mit denen Benutzer schöne und fesselnde Fotokompositionen erstellen können. Mit einer vielfältigen Auswahl an Rahmen und Fotoeffekten können Benutzer ihrer Kreativität freien Lauf lassen und atemberaubende Bilder erstellen. Die Integration der App in die Galerie und die Kamera vereinfacht den Prozess des Importierens und Aufnehmens von Fotos und macht es für Benutzer bequem, an ihren Lieblingsbildern zu arbeiten. Insgesamt ist PicFrameEffect eine vielseitige und funktionsreiche App, die mit Sicherheit Benutzer anzieht, die ihren Fotos künstlerisches Flair verleihen möchten.

Pic Frame Effect Screenshots

  • Pic Frame Effect Screenshot 0
  • Pic Frame Effect Screenshot 1
  • Pic Frame Effect Screenshot 2
  • Pic Frame Effect Screenshot 3