Recently we sent out an email wishing you all a blessed new moon. We noticed that our mailing list server did not mail it on time. Therefore it could have caused some confusion of when the new moon really was to be kept. Finally we found a fix to a few of the problems we were having with the mailing list server. This is technical jargon so if you don’t understand is alright what it simply means we will be sending our newsletter emails with no problems.
For technical reference: the 404 error is probably caused by an incorrect value for “website” in “configuration”.
if that value is correct, also check the config file for the paths in $pageroot and $adminpages.
I found my error. It was on my config.php file. I was using the incorrect path.
Instead of using “lists/admin” I was using “list/admin”
$pageroot = ‘/lists’;
$adminpages = ‘/lists/admin’;


0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
You must log in to post a comment.