Oh. I can go to /var/log/ and view the actual log files. But in the past, when I logged onto admin console in xenforo, I could see messages like, there are x number of error ....
Those are no longer showing up in the app. Sometimes, I don't have ssh and seeing the messages in xf was nice.
So, here is what I discovered.
I thought i would generate a new api keys on twillio, then apply it to xf email settings. So, I did and still did not work.
I changed to a php mail option which I di not have on server, saved it, then changed back to smtp with new api key that is tried before...
for those of you wonmdering
just add your app folder to the exclusin regex and you should be fine
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt|myapp/) - [NC,L]<br>
Let's assume the following:
www.example.com
Is my xenforo base. Everything works there
However, if I put my own app with its own index.php in
www.example.com/myapp/index.php
Xenforo freeks out and does not allow it.
My existing htaccess in xenforo root is as follow
ErrorDocument 401...
Cant find this anywhere. If I find anything its a few years old.
just trying to get the styleid currently being used so i can pass that to my own app.
thanks