Search found 7 matches

by claudermilk
Wed Apr 15, 2009 7:31 am
Forum: Development
Topic: How to make a second weblog on my server
Replies: 2
Views: 3829

Re: How to make a second weblog on my server

Separate installations is the easy way to go. I now have 3 separate installs on my server. Each has its own dedicated database and user in MySQL, and each website has a separate serendipity installation within its own site space. Keeps things simple.
by claudermilk
Wed Apr 15, 2009 7:28 am
Forum: Installation
Topic: Embed in an HTML/CSS web site/page.
Replies: 6
Views: 8095

Re: Embed in an HTML/CSS web site/page.

Right off the top of my head, I can see an issue. since your wrapper file is "ws_blog.htm", the extension ".htm" is telling the server it's a static HTML page, thus the php will not get executed properly. try renaming it to ws_blog.php or ws_blog.shtml (depends on the web server configuration).

I ...
by claudermilk
Sun Sep 21, 2008 6:56 am
Forum: Installation
Topic: Setting up embedded blog
Replies: 5
Views: 16244

Gone live

FYI, I have finally gotten this page live--DNS just propagated a couple of hours ago. 3 month's work from a box-o-parts from newegg to a functioning server with virtual hosting serving a small handful of sites...it's been a long road.

The blog can be found here: http://www.saviyadances.com/blog.php ...
by claudermilk
Tue Sep 16, 2008 6:45 pm
Forum: Installation
Topic: Can't connect to server through socket '/tmp/mysql.sock'
Replies: 5
Views: 4808

If "localhost" does not work and 127.0.0.1 does, sounds to me like there's a missing entry in your hosts file. AFAIK, that one is typically there by default. I'll bet if you put it back in localhost would work again.
by claudermilk
Mon Sep 15, 2008 8:37 pm
Forum: General discussions
Topic: Database user permissions
Replies: 1
Views: 2003

Database user permissions

I have a question regarding the database user. Once the blog is all set up, what permissions in mySQL are required for the blog to work? So far, I've left it at the shotgun approach of everything short of Grant. I'd like to remove any unnecessary permissions possible.

Can you tell I'm hyper ...
by claudermilk
Wed Sep 10, 2008 10:58 pm
Forum: Installation
Topic: Setting up embedded blog
Replies: 5
Views: 16244

The relative paths just worked in the first place, and seemed like the logical thing to do at first.
by claudermilk
Sat Sep 06, 2008 4:19 am
Forum: Installation
Topic: Setting up embedded blog
Replies: 5
Views: 16244

Setting up embedded blog

I've just set up this blog software for my wife's new webpage (not quite yet live) and thought I'd share a few things I learned along the way.

I wanted to maintain the formatting of the overall page, so insisted on going the embed-Serendipity-in-a-page route. Honestly, the documentation while ...