ausip
Forum Replies Created
-
Forum: Plugins
In reply to: [Magento Wordpress Integration] Mage.php Path – Invalid URLWe have found the issue. It was an open_basedir restriction issue.
Our httpd logs showed the following error
[Sat Dec 22 08:53:40 2012] [error] [client 210.23.143.54] PHP Warning: file_exists() [<a href='function.file-exists'>function.file-exists</a>]: open_basedir restriction in effect. File(/var/www/vhosts/mydomain.com/subdomains/store/httpdocs/app/Mage.php) is not within the allowed path(s): (/var/www/vhosts/mydomain.com/httpdocs:/tmp) in /var/www/vhosts/mydomain.com/httpdocs/wp-content/plugins/mage-enabler/mage-enabler.php on line 70, referer: http://mydomain.com/wp-admin/Inserting this line into our vhost.conf file rectified the issue.
php_admin_value open_basedir "/var/www/vhosts/mydomain.com/httpdocs:/var/www/vhosts/mydomain.com/subdomains/store/httpdocs"Forum: Plugins
In reply to: Best WordPress & Magento Integration ScenarioI did see that extension while google searching. I am looking for a few recommendations and comparisons so that I can choose the best of the bunch. WordPress Multi Site is a requirement and Magento multi-site may be required in the future too.
I am will to go with a paid extension if need be.
All suggestions welcome..
Thanks
I forgot to mention.
The forum URL’s are
http://www.my-gopro.com/forum
http://www.my-contour.com/forumI migrated from All-In-One SEO to Worpress SEO by YOAST. Mysteriously my forum was de-indexed by google. Once I noticed I came across your post and made a modification to the above mentioned line. I used a couple of online web page crawling diagnostic utilities to test access to my forum and they verified that there was a noindex in the page somewhere, even though I could not find it when viewing the source through Chrome.
I tried commenting it out, but that didn’t work. I changed “noindex” to “index” and the diagnostic utilities could then crawl the forum pages.
I made this change 3 days ago and google still hasn’t indexed my Simple:Press forum. In those 3 days I have submitted URL’s to google, facebook, twitter, digg and many other bookmarking sites to try and speed up indexing.
This site is part of a Multi Site setup. I released another site on this multi-site network just yesterday. This entire site has been indexed within 24hrs, yet it’s simple:press forum has not been indexed either.
Any ideas? Anyone?
The sites are:
@ccloskey, Did you find a solutions to this problem?
Forum: Networking WordPress
In reply to: Multiple WordPress sites with forumI have been doing some more testing.
I am not sure if I will get phpBB3 to work the way I want. It doesn’t have SEF URL’s for the Sub-Forums our of the box, so at the moment I have put this in the too hard basket.
I installed bbPress. This will work exactly the way I want, as it is a genuine wordpress plugin, yet the functionality of bbPress is very limited compared to a phpBB3 or vBulletin.
Any other recommendations of possible forum installations that may do what I want?
Forum: Networking WordPress
In reply to: Multiple WordPress sites with forumI have done a bit of reading on phpBB3.
What if I setup my multisite in the following manner using phpbb3 Sub-Forums
http://www.masterdomain.com
http://www.masterdomain.com/forumhttp://www.domain1.com
http://www.domain1.com/sub-forum1
http://www.domain2.com
http://www.domain2.com/sub-forum2
http://www.domain3.com
http://www.domain3.com/sub-forum3I would need to use CNAME’s or .htaccess redirects to achieve the required sub-forum URL’s but in theory, this may do what I want.
Any ideas or objections?