seotoaster migration from one server to another

asked Jul 21, 2017 by gmxindia (500 points)
1.)  created zip file of original code
2.)  created sql file of original database
3.)  installed zip and sql files on the new server
4.)  edited /seotoaster_core/application/configs/domain.ini to reflect new database login information, and new website.path
5.)  edited /system/coreinfo.php to reflect new path to seotoaster_core
6.)  the homepage comes up like on the old server, but selecting any other page from the menu returns an Error 404 - Not Found error
7) moved .htacess file
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

i keep getting 500 error

error log
#5 /home/dnalaham/public_html/seotoaster_core/library/Zend/Controller/Front.php(941): Zend_Controller_Plugin_Broker->preDispatch(Object(Zend_Controller_Request_Http))
#6 /home/dnalaham/public_html in /home/dnalaham/public_html/seotoaster_core/library/Zend/Controller/Plugin/Broker.php on line 312

1 Answer

answered Jul 22, 2017 by Ciatronical (950 points)
Hey,

I had a similar problem.
I recommend you to install Seotoaster complete new.
Then backup the new database and exchange it with your existing database.
If you have any problems after that look here:

https://www.seotoaster.com/questions-and-answers/7401/update-2-2-to-2-5-does-not-work?show=7404#a7404

Best Regards  Ronny
commented Jul 31, 2017 by Pavel.g (4,600 points)
Hello Gmxindia.

Also clear caches /home/dnalaham/public_html/cache

Regards, Pavel.
...