Koozali.org: home of the SME Server

Contribs.org Forums => General Discussion => Topic started by: calisun on May 17, 2012, 07:49:13 PM

Title: SME Server Gurus needed- never ending WP saga
Post by: calisun on May 17, 2012, 07:49:13 PM
I have had issues with wordpress, once I figured out the issues I have created step-by-step how-to for everyone to use:
http://wiki.contribs.org/User_talk:Calisun (http://wiki.contribs.org/User_talk:Calisun)

Now I came upon another issue I can't figure out. I have been discussing it at wordpress forums, and I was told that it is a SME Server issue. I would really appreciate someone letting me know if there is a fix for this:
http://wordpress.org/support/topic/images-in-dappped-domains?replies=27 (http://wordpress.org/support/topic/images-in-dappped-domains?replies=27)

thank you
Title: Re: SME Server Gurus needed- never ending WP saga
Post by: chris burnat on May 18, 2012, 01:22:48 AM
Is this problem specific to sme8.xx?
Whilst you may get some help here, it may pay to open a ticket in Bugzilla, this contrib is maintained by S. Noble.
Title: Re: SME Server Gurus needed- never ending WP saga
Post by: calisun on May 18, 2012, 05:45:46 AM
Hi Chris,
I am not sure if it is SME 8 specific problem , but it is SME Server specific issue. People at the Wordpress forums said that they have installed wordpress on many different versions of Linux, and as far as they know SME is the only one with these issues.

As far as reporting to Bugzilla, I have not tried installing the contrib, this issue is with installing wordpress in iBay.
Title: Re: SME Server Gurus needed- never ending WP saga
Post by: janet on May 18, 2012, 06:14:03 AM
calisun

Quote
I have not tried installing the contrib, this issue is with installing wordpress in iBay.

Try installing the contrib and see if you have the same problem or not. It may help to identify what your issue is.
Title: Re: SME Server Gurus needed- never ending WP saga
Post by: calisun on May 18, 2012, 07:25:20 AM
I have not installed Contrib because if I install wordpress in the iBay, it will be www.mydomin.com
But if I install contrib, it will be www.mydomain.com/blog

The issue with wordpress on SME is with mapped domains (Single wordpress install that has several domains mapped on it)
So I am not sure if contrib will be able to accomplish domain mapping since it uses funky URL.
Title: Re: SME Server Gurus needed- never ending WP saga
Post by: cactus on May 18, 2012, 10:02:47 AM
When I try to access the image src (http://employment-office.net/files/2012/05/Hiring-Manager-Reading-resume_2-270x300.jpg) in this (http://employment-office.net/82/hiring-managers-view-of-your-resume-and-cover-letter/) post I get a 404 error.

Did you already try accessing the image src address from the page by entering it in your browser. Could it be you get a 404 error then?
If so, what do the error and access log off your webserver say?
Title: Re: SME Server Gurus needed- never ending WP saga
Post by: janet on May 18, 2012, 10:30:16 AM
calisun

I suggested installing the contrib to see if you had the same issues. There may be custom changes incorporated in the contrib (via templates) that take care of your problem, I was suggesting it only as a temporary test, just to see the outcome.
Whether it resolves your issue or not, it would be informative and will help lead to what is causing your issue.

I'm sure the install would take 5 minutes or less, so it should be pretty easy to do.


Quote
I have not installed Contrib because if I install wordpress in the iBay, it will be www.mydomin.com
But if I install contrib, it will be www.mydomain.com/blog

There are workarounds for that, a domain name can be aliased to the /opt/... location, refer
http://wiki.contribs.org/Web_Application_Redirect_Tutorial
which has warnings about the method suggested (ie it is problematic for some users), so see the discussion page which has an alternative method that appears to work OK
http://wiki.contribs.org/Talk:Web_Application_Redirect_Tutorial
Title: Re: SME Server Gurus needed- never ending WP saga
Post by: mmccarn on May 18, 2012, 04:18:53 PM
Here are the settings I use for ibays running wordpress:
Code: [Select]
#configure ibay settings required for wordpress
/sbin/e-smith/db accounts setprop $IBAY \
FollowSymLinks enabled \
CgiBin enabled \
AllowOverride All \
Group www \
PublicAccess global \
UserAccess wr-group-rd-everyone
/sbin/e-smith/signal-event remoteaccess-update

This code block is taken from a script I wrote that clones an existing wordpress installation into an ibay.

(The "Group www" setting on the ibay account causes wordpress uploads to be available to httpd)

Here's a link to the script:
https://www.dropbox.com/s/xysh61fl35yo2dq/wp-backup.sh
Title: Re: SME Server Gurus needed- never ending WP saga
Post by: chris burnat on May 18, 2012, 04:31:09 PM
Moving this topic to General Discussion as requested - not a contribution issue.
Title: Re: SME Server Gurus needed- never ending WP saga
Post by: calisun on May 18, 2012, 05:24:57 PM
Moving this topic to General Discussion as requested - not a contribution issue.
It has never been a contrib issue, it is SME issue, that is why I posted it in SME Server 8.x forum, not SME 8.x Contribs
Title: Re: SME Server Gurus needed- never ending WP saga
Post by: janet on May 18, 2012, 05:31:08 PM
calisun

Quote
it is SME issue, that is why I posted it in SME Server 8.x forum, not SME 8.x Contribs

The forum header says:
SME Server 8.x
Discussion of the use of *ONLY* the components and features included on the SME Server 8.x CD.

Wordpress is NOT on the CD !