Search found 9 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: 2913

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: 7013

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 ...
by claudermilk
Tue Apr 14, 2009 7:04 pm
Forum: Showcase (old)
Topic: Embedded Blog
Replies: 3
Views: 17985

Re: Embedded Blog

Thank you. I just completely revamped the site from the ground up. I ditched the old HTML frameset formatting, and instead am completely CSS & DIV driven now. I also heavily modularized the pages, so the header, menu, and footer are all include files (which took me an additional 1/2 hour to get ...
by claudermilk
Tue Apr 14, 2009 3:13 am
Forum: Showcase (old)
Topic: Embedded Blog
Replies: 3
Views: 17985

Embedded Blog

I have gotten another embedded blog all configured and running now. It uses the Bulletproof style, and makes use of the user.css and modified index.tpl ability. I also had to allow includes, as all the content around the blog is using site-wide included files (header, left-side menu, and footer). Th...
by claudermilk
Sun Sep 21, 2008 6:56 am
Forum: Installation
Topic: Setting up embedded blog
Replies: 5
Views: 14253

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: 3776

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: 1697

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 sensitiv...
by claudermilk
Wed Sep 10, 2008 10:58 pm
Forum: Installation
Topic: Setting up embedded blog
Replies: 5
Views: 14253

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: 14253

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 accura...