How to change paths when unpacking backup on different domain?

Post Reply
User avatar
esta
Jr. Bludit
Posts: 8
Joined: Mon Apr 11, 2016 2:21 pm

Hello,

I have this problem:
I have moved all my content to another domain by using the backup I saved.

The site looks as it should, but when I try to use plugins (contact and backup) they don't work and direct me to the old place (Where all the files were already deleted.)

And so: when I try to send myself a test e-mail message using contact plugin, I can't send it and get 404 and the old address path in the bar. The same goes for backup plugin: I can create backup and use it, but when I try to download it to my disc I get another 404 page.

I assume there is some info about path in the core that needs to be changed, but as I only know HTML and CSS, I seriously need help with this one. I'd be really thankful if you could point me in the right direction guys, because, apparently, I'm too stupid to figure things out :?


P.S.: And hey, hi, nice to be here BTW :)
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

Hi both plugins are plublished on Plugins section, try to contact the owner. Have you the latest version of each plugin ?

viewtopic.php?f=14&t=61

viewtopic.php?f=14&t=41
User avatar
esta
Jr. Bludit
Posts: 8
Joined: Mon Apr 11, 2016 2:21 pm

Yes, I tried the latest versions.
I'll take your advice and try to ask in plugin subforums then, thank you for answering :)
User avatar
Fred
Legend Bludit
Posts: 236
Joined: Wed Jun 24, 2015 2:14 pm
Location: France
Contact:

Hi Esta.


Backup plugin save the last serveur url in config.
Just edit the bl-content/databases/site.php
And change this line:

Code: Select all

"url": "http:\/\/localhost\/CMS\/bludit\/",
Or try to change the site url in settings advanced backend.
╰☆╮Bludit╰☆╮ is a open source and community contributions are essential to project success!
You are looking for a light forum based Json? Try my project Flatboard, it is free. ;)
Sorry for my little english, i'm french :oops:
User avatar
esta
Jr. Bludit
Posts: 8
Joined: Mon Apr 11, 2016 2:21 pm

It works :D
Thank you so much!
Post Reply