From jerry at gardnerclan.net Tue Jan 11 20:55:56 2005 From: jerry at gardnerclan.net (Jerry Gardner) Date: Wed Jan 12 08:10:16 2005 Subject: [PolarBlog] Install Problem Message-ID: <20050112015556.GA29516@gardnerclan.net> I'm trying to install Polarblog 1.02 on a Linux system. When I run the install.php script, I get no output on the browser. Here's the HTML the browser gets: PolarBlog This is what the top of my config.php file looks like: References: <20050112015556.GA29516@gardnerclan.net> Message-ID: <1105544202.41e5440a359d8@nj1.fxsonet.com> Jerry, A number of things... 1) I manually approved your message to the list. In order to reply/post again, you need to join the list. Sorry, but this is the only way to reliably keep spam out of all of our mail boxes. You can subscribe here: 2) You should download a more recent version of PolarBlog. That would be V1.4.0 3) Is your web server setup to handle PHP? Does it run other PHP scripts reliably? The point at which your output dies is where the script goes into PHP mode. Did you check your server logs for any message? 4) Create an info test script: : > I'm trying to install Polarblog 1.02 on a Linux system. When I run the > install.php script, I get no output on the browser. Here's the HTML > the browser gets: > > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > > > PolarBlog > > > > /> > > > > > > > > This is what the top of my config.php file looks like: > > > //--- PolarBlog Base URL > $http = (isset($_SERVER['HTTPS'])) ? 'https://' : 'http://'; > $base_url = $http . $_SERVER['HTTP_HOST'] . dirname($_SERVER['PHP_SELF']) . > '/'; > define('BASE_URL', $base_url); > > //--- Path to Class Libraries > define('LIB_PATH', '/home/www/htdocs/polarblog/lib/'); > //--- Admin PHP session name > define('PB_SESSION_PATH', '/tmp/'); > //--- Admin PHP session name > define('PB_SESSION_NAME', 'PolarBlog'); > > //--- Database Connection > //--- Database table prefix value > define('DB_PREFIX', 'pb_'); > define('DB_HOST', 'localhost'); > > > I have no prior experience with Polarblog or Mysql. Any idea what I'm > doing wrong? > > -- > Jerry Gardner > jerry@gardnerclan.net > > _______________________________________________ > Polarblog mailing list > Polarblog@polarlava.com > http://mail.polarlava.com/mailman/listinfo/polarblog_polarlava.com > -- Kevin L. Papendick www.polarlava.com From jzitt at josephzitt.com Sun Jan 16 23:50:08 2005 From: jzitt at josephzitt.com (Joseph Zitt) Date: Sun Jan 16 23:47:09 2005 Subject: [PolarBlog] Mozilla Live Bookmarks? Message-ID: <41EB4400.2000205@josephzitt.com> I went to add the main PolarBlog site to my Mozilla Live Bookmarks, and saw that, even though there's an RSS feed, it doesn't trigger Mozilla to recognize it as an automatically subscribable feed (as described at http://www.mozilla.org/products/firefox/live-bookmarks.html ). Is this something that could be added? From jzitt at josephzitt.com Mon Jan 17 03:26:06 2005 From: jzitt at josephzitt.com (Joseph Zitt) Date: Mon Jan 17 03:22:40 2005 Subject: [PolarBlog] Embedding PolarBlog within a site design Message-ID: <41EB769E.4000509@josephzitt.com> I'm setting up PolarBlog on a new server. I had been using Personal Weblog on a previous server, selecting it specifically because it was easily embedded within a site design. The old blog is down, but looking at http://www.josephzitt.com/blog/ you can see the design in which it was embedded, consistent with all the other pages of the site. Looking at PolarBlog and trying to configure it, I don't see a way to place it within the consistent design of a site. Have I missed something in the documentation, or has PolarBlog not carried over this feature? From kevinp at polarlava.com Mon Jan 17 09:16:29 2005 From: kevinp at polarlava.com (Kevin L. Papendick) Date: Mon Jan 17 09:16:31 2005 Subject: [PolarBlog] Embedding PolarBlog within a site design In-Reply-To: <41EB769E.4000509@josephzitt.com> References: <41EB769E.4000509@josephzitt.com> Message-ID: <1105971389.41ebc8bd5bee6@nj1.fxsonet.com> In order to embed it as you appear to want to, you will need to dissect it into it's component parts. Basically that mean not using the supplied index.php file, although you will need some parts of that (i.e. session). And also working your way through the last parts of the polarblog.php file in the root directory. If you want the main blog window only in your middle pane, you will likely want to eliminate the setAccessoryDisplay() & getAccessoryDisplay(). That is what builds the right pane that you see with the calendar and various navigation links. If you want to use any of those components somewhere within your design, you will need to follow them "upstream" to extract the bits you want. -klp Quoting Joseph Zitt : > I'm setting up PolarBlog on a new server. I had been using Personal > Weblog on a previous server, selecting it specifically because it was > easily embedded within a site design. The old blog is down, but looking > at http://www.josephzitt.com/blog/ you can see the design in which it > was embedded, consistent with all the other pages of the site. > > Looking at PolarBlog and trying to configure it, I don't see a way to > place it within the consistent design of a site. Have I missed something > in the documentation, or has PolarBlog not carried over this feature? > > _______________________________________________ > Polarblog mailing list > Polarblog@polarlava.com > http://mail.polarlava.com/mailman/listinfo/polarblog_polarlava.com > -- Kevin L. Papendick www.polarlava.com From kevinp at polarlava.com Mon Jan 17 09:30:08 2005 From: kevinp at polarlava.com (Kevin L. Papendick) Date: Mon Jan 17 09:30:09 2005 Subject: [PolarBlog] Mozilla Live Bookmarks? In-Reply-To: <41EB4400.2000205@josephzitt.com> References: <41EB4400.2000205@josephzitt.com> Message-ID: <1105972208.41ebcbf00d693@nj1.fxsonet.com> I was not aware of this feature, thanks. I've manually added this to my blog and also to the index page in the V1.5.0 that should be release is about a week or so. If you or anyone else wants this support for their site in the meantime, you just need to add the following to the "head" section of the index.php: -klp Quoting Joseph Zitt : > I went to add the main PolarBlog site to my Mozilla Live Bookmarks, and > saw that, even though there's an RSS feed, it doesn't trigger Mozilla to > recognize it as an automatically subscribable feed (as described at > http://www.mozilla.org/products/firefox/live-bookmarks.html ). Is this > something that could be added? > > _______________________________________________ > Polarblog mailing list > Polarblog@polarlava.com > http://mail.polarlava.com/mailman/listinfo/polarblog_polarlava.com > -- Kevin L. Papendick www.polarlava.com