Ok. Time for the fun part - debugging the million issues of beta!
I am running nginx/1.2.1, php 5.5.28, running with php5-fpm on a Debian 7 server.
I notice a .htaccess file - is this a necessary component? the description on github
Use better way of ensuring Authorization header
Tells me it's a way of ensuring, so possible optional.
Click on administration "/admin" gives this error:
$uri = $request->getUri()->getPath() ?: '/';
$routeInfo = $this->getDispatcher()->dispatch($method, $uri);
switch ($routeInfo[0]) {
case Dispatcher::NOT_FOUND:
case Dispatcher::METHOD_NOT_ALLOWED:
throw new RouteNotFoundException;
case Dispatcher::FOUND:
$handler = $routeInfo[1];
Attempting to change notifications, Allow others to see if I'm online, Uploading a avatar image, edit user (username, changing groups, setting new password) in settings gives a generic
Oops! Something went wrong on the server. Please reload the page and try again.
I am able to start a discussion and apply the general tag and write a title and body text but unable to post it with it giving the generic error.
Clicking on notifications gives the generic error.
Clicking on refresh gives generic error
Clicking on All Discussions / Following / Tags gives generic error and will cause those three to disappear.
Attempting to search gives three generic errors
The nginx server reports no errors during all of this. Install went fine
Just for fun I ran a chmod -R 777 * to ensure permissions aren't the issue. No change :\
Sorry to write up so many errors! I'm hoping because almost everything gives a generic error it's something universal I need to change.