jackyon
Forum Replies Created
-
Forum: Plugins
In reply to: [WP REST API Custom Fields] Does it work?not work for me either.
Forum: Plugins
In reply to: [cformsII] how is the security?hi bgermann,
awesome, that’s the main issue I concern.
thx for continue developing this plugin!
My colleague already help me to figure out why this happened.
we check the Cookie Name of the website, and found there are two different Cookie Name using in the website.
magento store using the cookie name called “PHPSESSID”.
wordpress using the cookie name called “frontend”magento and wordpress need to sharing the same cookie, so here is our solution:
go to plugin folder, modify the file “mwi.php”,
find:
// Session setup
Mage::getSingleton(‘core/session’, array(‘name’=>’frontend’));replace to
// Session setup
Mage::getSingleton(‘core/session’, array(‘name’=>’PHPSESSID’));anyway, thanks for this awesome plugin, it’s the best plugin for Magento WordPress Integration.
Hi, this solution didn’t work for me. Same issue happened.
btw, I’m also trying at my localhost, it is works only when I create a new account, but it is failed after I logout, when I trying to login again, the login lost in my wordpress page.
I’m using MAMP to build the magento and wordpress.
magento url: http://localhost:8888/test-magento/
wordpress url: http://localhost:8888/test-magento/wp/if I set cookie path to “/” and set Cookie Domain to “localhost:8888/test-magento”, this stops me from logging in at all, and the login screen just refreshes without an error. I have cleared Magento cache, empty the var/cache and var/session folders, browser cache… A lot of times, still not working.
plz advise! thx!
yes, It’s my actual domain.
my actual domain name is “smbtest.electricdistro.com”, so I entered “.smbtest.electricdistro.com”
plz advise, thx!
Hi, I tried your solution many times, both remote and localhost, were all failed. I really don’t know why, I follow the same steps like yours:
Navigate to System > Configuration > Web.
Under Cookie Path, enter “/”
Under Cookie Domain, enter “.yourdomain.com”Do not enter the quote marks!
Once saved, clear your Magento cache, empty the var/cache and var/session folders. Also clear your browser cache.
is it any way to solve this issue easily? This plugin is so awesome except this issue. Really confuse about this.
can you help me plz. Thx!
me neither, showing blank page.
github works fine
Forum: Plugins
In reply to: [Related Posts by Sovrn] is it support multiple related admin panel?Hi silvoslaf, I just installed and activated your plugin, but can’t found anything related on my published blog posts, I’m testing in my localhost, is it the problem?
that’s weird.
Forum: Plugins
In reply to: [Related Posts by Sovrn] is it support multiple related admin panel?oh, sorry, my mistake, I thought your plugin also can support manually to select the related posts.
like this: https://ww.wp.xz.cn/plugins/baw-manual-related-posts/screenshots/
anyway, thx for your help 😉