immc
New Pleskian
- Server operating system version
- Plesk Obsidian
- Plesk version and microupdate number
- 18.0.72 Update #3
Is there some 'trick' in Plesk to installing an app to a subdirectory of an existing website and linking that app to another database on that same domain?
Bare with me:
- The existing website is already pointed to its database in the Domains > Databases list.
- A new database has been created that points to this same domain and it shows 'Assign this database to a website.'.
- The app files for this script have been uploaded to https://mydomain.net/appfiles.
- Per the instructions to install the app I go to https://mydomain.net/appfiles/admin.php.
- After installation when attempting to access the website I get the following error:
This page isn’t working
mydomain.net is currently unable to handle this request.
HTTP ERROR 500
Per the Error log:
Requirements:
- Folder permissions: 755.
== httpdocs$ find appfiles -type d -exec chmod 755 {} \;
- File permissions: 644
== httpdocs$ find appfiles -type f -exec chmod 644 {} \;
Verifying other requirements. Also awaitng support from app developer.
What else could I be overlooking? Any responses appreciated.
Bare with me:
- The existing website is already pointed to its database in the Domains > Databases list.
- A new database has been created that points to this same domain and it shows 'Assign this database to a website.'.
- The app files for this script have been uploaded to https://mydomain.net/appfiles.
- Per the instructions to install the app I go to https://mydomain.net/appfiles/admin.php.
- After installation when attempting to access the website I get the following error:
This page isn’t working
mydomain.net is currently unable to handle this request.
HTTP ERROR 500
Per the Error log:
AH01071: Got error 'PHP message: PHP Fatal error: Uncaught mysqli_sql_exception: Table 'my_appfilesdbs.sb_settings' doesn't exist in /var/www/vhosts/mydomain.net/httpdocs/appfiles/include/functions.php:143\nStack trace:\n#0 |
Requirements:
- Folder permissions: 755.
== httpdocs$ find appfiles -type d -exec chmod 755 {} \;
- File permissions: 644
== httpdocs$ find appfiles -type f -exec chmod 644 {} \;
Verifying other requirements. Also awaitng support from app developer.
What else could I be overlooking? Any responses appreciated.