problems with installation, See below

Pending
REHub - Price Comparison, Affiliate Marketing, Multi Vendor Store, Community Theme REHub - Price Comparison, Affiliate Marketing, Multi Vendor Store, Community Theme May 22, 2020
Login to reply
Igor Sunz Support Agent
3 years ago

You must add

define('VP_URL', 'https://gswmarketplace.com/wp-content/plugins/rehub-framework/vendor/vafpress/');

it must be added in Rehub framework plugin in main file where you have

/* Costants */

You can try to add from admin panel or ask your developer to do this

https://gswmarketplace.com/wp-admin/plugin-editor.php?plugin=rehub-framework%2Frehub-framework.php&Submit=Select

dennis noto
3 years ago

Was asked to post problem here by author sizam :

It’s because your hosting has wrong wp content constants. It’s possible to fix. Write on support hub, we will send details

My org Installed the rehub plugin and our developer ran into the following problem:

================================= I’m viewing Rehub theme options page & there are 404 errors on loading resource.

https://gswmarketplace.com/wp-admin/admin.php?page=vpt_option
There is extra /bitnami/wordpress/wp-content text in file path that causes these issues.

So instead of

https://gswmarketplace.com/wp-content/bitnami/wordpress/wp-content/plugins/rehub-framework/vendor/vafpress/public/css/option.min.css?ver=5.4.1
it should be

https://gswmarketplace.com/wp-content/plugins/rehub-framework/vendor/vafpress/public/css/option.min.css?ver=5.4.1
Just asking if you have any insight on how to fix it, or there might be related setting on WP setup & Rehub setup?