New install of Una. Thought it was going pretty smooth, but now all posts just spin and spin. They are posted though, if I just refresh the screen. This is the error that came up and the post submit just spins. I checked to make sure the file exists, and is in the directory it should be:
POST: https://mysite/cmts.php 500 (Internal Server Error)
send @ gzip_loader.php?file=bx_templ_js_d74a0e245515c6cd6b4bc328820d2649.js:6
ajax @ gzip_loader.php?file=bx_templ_js_d74a0e245515c6cd6b4bc328820d2649.js:6
e.fn.ajaxSubmit @ gzip_loader.php?file=bx_templ_js_d74a0e245515c6cd6b4bc328820d2649.js:55
t @ gzip_loader.php?file=bx_templ_js_d74a0e245515c6cd6b4bc328820d2649.js:55
dispatch @ gzip_loader.php?file=bx_templ_js_d74a0e245515c6cd6b4bc328820d2649.js:5
r.handle @ gzip_loader.php?file=bx_templ_js_d74a0e245515c6cd6b4bc328820d2649.js:5
Help please!! Thank you!
Blythe
Hello Blythe J !
Is it possible to look at the latest lines form your error_log file? Usually, 500 error is tracked there.
Here is the error:
2020-05-01 02:03:52 Warning 207.5.2.231 mod_fcgid: stderr: PHP Warning: mkdir(): open_basedir restriction in effect. File(/var/www/) is not within the allowed path(s): (/var/www/vhosts/mysite.com/:/tmp/) in /var/www/vhosts/mysite.com/una.mysite.com/inc/classes/BxDolStorageLocal.php on line 141, referer: https://una.mysite.com/page/view-persons-profile?id=1
Please try to remove open_basedir restriction in php configuration if possible for now. We'll add a possibility for UNA to work with this setting in future.
Thank you so much! That seems to have fixed the problem!