Page 1 of 1

Moved Bludit from subfolder, now getting 500 error.

Posted: Tue Mar 05, 2019 6:14 pm
by locusofmagpies
Hey all,

I had a working Bludit install on my server at /wiki - but I wanted to migrate it to the root, so moved all files, and turned off the rewrite rule to /wiki in .htaccess, now the site throws up a 500 error.

I can add a rewrite rule for "/", but that just renders the index without css.

Any advice much appreciated!

Re: Moved Bludit from subfolder, now getting 500 error.

Posted: Tue Mar 05, 2019 7:30 pm
by Edi
1) Do you use now the default .htaccess?

2) Have you set the new Site URL in the settings "General" > "Advanced"?

Re: Moved Bludit from subfolder, now getting 500 error.

Posted: Wed Mar 06, 2019 3:38 pm
by locusofmagpies
Have you set the new Site URL in the settings "General" > "Advanced"?
While I have the default .htacess, I don't know how to do the above. If this is done via the administration panel, that is also broken. Perhaps I can update this manually instead?

Cheers.

Re: Moved Bludit from subfolder, now getting 500 error.

Posted: Wed Mar 06, 2019 6:13 pm
by Edi
You can set it manually in the file site.php (in the directory /bl-content/databases).

Re: Moved Bludit from subfolder, now getting 500 error.

Posted: Fri Mar 08, 2019 5:42 pm
by locusofmagpies
I don't know what's happening. :/

If I remove the "#" from "# RewriteBase /" in the .htaccess file the site loads, but all of the content is wrong / older versions of what I had. I'm lost.

Any ideas?

Re: Moved Bludit from subfolder, now getting 500 error.

Posted: Fri Mar 08, 2019 6:48 pm
by Jay
Check whether all URLs in your content point to proper resources.
I suppose the paths are wrong, thus all the content lacks all proper resources.

Re: Moved Bludit from subfolder, now getting 500 error.

Posted: Wed Mar 13, 2019 11:57 am
by locusofmagpies
Check whether all URLs in your content point to proper resources.
Thank you! You are correct, however part of this is user error.

I'd been copying my template folder from a local directory onto my server, but forgot to grab the latest content off my server and back it up locally. Hence, the content is broken because I backed up from my out of date local copy. User idiocy is more like it. :shock:

Thanks for your help, and for the excellent platform. For what it's worth I've really enjoyed templating with its PHP engine, reminds me of the good ol' Wordpress days, and I love the flatfile system. Cheers!