0100Dev / WHMCS-Mollie-Payments

WHMCS gateway for all Mollie payment methodes
https://0100dev.nl/modules/whmcs#WHMCS%20Mollie
MIT License
21 stars 15 forks source link

Test niet geslaagd. #6

Closed YvoStaal closed 8 years ago

YvoStaal commented 8 years ago

Na een test poging blijkt dat de mollie API nog niet correct is ingesteld. Error log: [Fri Nov 20 19:07:15.024326 2015] [:error] [pid 62242] [client XXXXXXXX:44550] SoftException in Application.cpp:256: File "/home/siteoplo/public_html/dir/modules/gateways/mollie/callback.php" is writeable by group [Fri Nov 20 19:07:15.024408 2015] [core:error] [pid 62242] [client XXXXXXXX:44550] End of script output before headers: callback.php ``[Fri Nov 20 19:08:28.025431 2015] [:error] [pid 4438] [client XXXXXXXX:55598] SoftException in Application.cpp:357: UID of script "/home/siteoplo/public_html/dir/modules/gateways/mollie/callback.php" is smaller than min_uid [Fri Nov 20 19:08:28.025482 2015] [core:error] [pid 4438] [client XXXXXXXX:55598] End of script output before headers: callback.php

een CHMOD van het bestand callback.php naar 644 heeft niet geholpen.

Hopelijk kun je me verder helpen.

YvoStaal commented 8 years ago

Opgelost:

Bestand callback.php kon niet worden gelezen doorde ownership van ROOT.

chown localusername:localusername callback.php in de directory van het bestand heeft dit opgelost.