Fix Error 500 on some installs #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
DD drops an Error 500 on the final checkout button, but it works on END (I'm obfuscating website names that I am working on).
Set a base URL, still having the issue (subdirectory is temporary during staging):
It has something to do with the metadata I added. Installing from snapshot at
0e2671b975
lets me complete checkout.Also noting that it was actually .htaccess I was thinking of. Working with this setting right now.
It's not the readme changes (I figured I would check just in case).
I left some
dpm()
calls in from troubleshooting when I added the title and model metadata fields. I assume Drupal went looking fordpm()
and couldn't find it, hence the error!