Hypolite Petovan MrPetovan
MrPetovan merged pull request friendica/friendica-addons#1370 2023-04-11 20:03:51 +02:00
Tumblr: Make it compatible with PHP 7.4.0
MrPetovan pushed to 2023.03-rc at friendica/friendica-addons 2023-04-11 20:03:51 +02:00
5cae2bffb2 Merge pull request 'Tumblr: Make it compatible with PHP 7.4.0' (#1370) from heluecht/friendica-addons:tumblr-php-7.4 into 2023.03-rc
972c2da98e Tumblr: Make it compatible with PHP 7.4.0
Compare 2 commits »
MrPetovan commented on issue friendica/friendica-addons#1365 2023-04-11 15:35:23 +02:00
adding phpmailer.config.php to /var/www/friendica/config makes 500 Error

What about addon/phpmailer/config ?

MrPetovan commented on issue friendica/friendica-addons#1365 2023-04-10 19:54:06 +02:00
adding phpmailer.config.php to /var/www/friendica/config makes 500 Error

Thank, it's just a matter of restoring the permissions to the following folders after editing the config files:

chown -R friendica:www-data config addon

And then they should be…

MrPetovan commented on issue friendica/friendica-addons#1365 2023-04-10 14:56:27 +02:00
adding phpmailer.config.php to /var/www/friendica/config makes 500 Error

What does a `ls -alˋ in the Friendica base folder give when ssh'd?

MrPetovan pushed to 2023.03-rc at friendica/friendica-addons 2023-04-10 13:37:36 +02:00
8a83cc2886 Merge pull request 'Tumblr: wrong "page" values are corrected automatically' (#1369) from heluecht/friendica-addons:tumblr-page into 2023.03-rc
c94778dbc1 tumblr: wrong "page" values are corrected automatically
99639632dd No need to fetch the return data since we don't use it
Compare 3 commits »
MrPetovan merged pull request friendica/friendica-addons#1369 2023-04-10 13:37:35 +02:00
Tumblr: wrong "page" values are corrected automatically
MrPetovan commented on issue friendica/friendica-addons#1365 2023-04-10 13:36:12 +02:00
adding phpmailer.config.php to /var/www/friendica/config makes 500 Error

Sorry, I wasn't available until now. It looks like you created/edited the addon configuration file with a specific system user that doesn't share read permission with the web server user. No file…

MrPetovan pushed to 2023.03-rc at friendica/friendica-addons 2023-04-09 08:22:10 +02:00
7bc98f0dd9 Merge pull request 'translations updates for 2023.03' (#1368) from tobias/friendica-addons:20230409-lngs into 2023.03-rc
1c677722b3 translations updates for 2023.03
Compare 2 commits »
MrPetovan merged pull request friendica/friendica-addons#1368 2023-04-09 08:22:09 +02:00
translations updates for 2023.03
MrPetovan merged pull request friendica/friendica-addons#1367 2023-04-09 06:56:19 +02:00
Tumblr: Use the UUID to address the blog
MrPetovan pushed to 2023.03-rc at friendica/friendica-addons 2023-04-09 06:56:19 +02:00
91bb323a16 Merge pull request 'Tumblr: Use the UUID to address the blog' (#1367) from heluecht/friendica-addons:tumblr-blog into 2023.03-rc
852ddb8acc Tumblr: Use the UUID to address the blog
Compare 2 commits »
MrPetovan commented on issue friendica/friendica-addons#1365 2023-04-09 03:52:03 +02:00
adding phpmailer.config.php to /var/www/friendica/config makes 500 Error

Thank you, we will have to dig in the web server log to figure it out. I'm not sure how you do that in Yunohost, though, but you're looking for Fatal Error or Exception.

MrPetovan commented on issue friendica/friendica-addons#1365 2023-04-09 03:31:07 +02:00
adding phpmailer.config.php to /var/www/friendica/config makes 500 Error

Thank you, please remove the leading whitespace before the PHP opening tag <?php if it exists in your file.

MrPetovan merged pull request friendica/friendica-addons#1366 2023-04-08 19:14:28 +02:00
Tumblr: Possible fixes