I'm really not sure exactly what has happened during your migration process but hopefully my notes and suggestions below will help.
It certainly looks like your Showkase installation is in its own subdirectory (marinakrasnovid.com/showkase/) rather than in your root directory so the first thing to do would be to run 'System -> Setup' to ensure that Showkase knows exactly where it is located.
On the 'Setup' page, you should be able to enter a path in the 'Path to your web site folder' input field before clicking the 'Setup' button. It looks like the correct path should be "/showkase/".
The "non well formed numeric value" error message you quoted is not an error I've ever encountered before using Showkase.
It is a PHP error (rather than an error generated specifically by Showkase itself) but just the message itself without any context is, unfortunately, rather unhelpful. It might help to run Showkase in debug mode to see if a more detailed error message is displayed in the application's status bar on publishing which might help to pinpoint the cause of the problem (for example, letting us know the page and line number causing the problem).
Open your 'showkase/admin/settings/constants.php' file in a plain text editor and change line 12 from:
... to:
If this provides more detailed information about the publishing problem, please let me know.
Also, I notice that you currently use Showkase-Pro v1.4.2.
It might be worthwhile upgrading your site to the current version (v1.7.1) to see if this helps. There have been many changes since v1.4.2 (please see the Version History page for a full list of changes between versions) and upgrading might help.
If your web server runs PHP 7, then you'll need at least Showkase v1.4.3 (this was the first version of Showkase to be compatible with PHP 7).
Full instructions for downloading the latest version of Showkase and upgrading a site can be found on the Upgrading Showkase page.
Once your Showkase site is fully functional again, then if you want your site to be accessible from your root directory (without having to move all your Showkase files), then you should be able to follow the 5 steps in the Showkase Home Page support section.
Otherwise, instructions for moving a Showkase site can be found in the Changing Your Installation Directory support section.
If the suggestions above do not help, then I might be inclined to just install a fresh installation of Showkase on your server (perhaps in your root directory if that's where you'd like it to be) and then just import all the pages from your existing Showkase site (via 'Site -> Import').
Installing a new Showkase site should take only a few minutes and you can import multiple pages at once so getting a new site up and running with your existing content should not take too long (and might be a quicker and easier option than trying to troubleshoot and fix your existing migrated site).
Hopefully my notes above will point you in the right direction and give you a few things to try.