Search found 37 matches

by gizmola
Fri Jul 21, 2017 11:17 pm
Forum: General discussions
Topic: Adding Media To entry
Replies: 9
Views: 9520

Re: Adding Media To entry

Who owns, and what are the permissions on the uploads directory? If those aren't writeable by the apache process, media is not going to work.
by gizmola
Sat Jul 15, 2017 11:08 pm
Forum: General discussions
Topic: Site Broken since upgrades
Replies: 3
Views: 3778

Re: Site Broken since upgrades

The exit.php behavior is part of the Track exits plugin. For now, I've disabled the tracker in all situations. I looked at the plugin code, and it explicitly utilizes a relative path. This obviously is no longer working the way it used to on my blog. return sprintf( '%sexit.php?url=%s%s', $serendipi...
by gizmola
Sat Jul 15, 2017 8:54 pm
Forum: General discussions
Topic: Site Broken since upgrades
Replies: 3
Views: 3778

Re: Site Broken since upgrades

Thanks onli! The changed default fallback template information is helpful. To be clear, what is happening with archives is that anything that is referenced on an /archives page has the /archives relative path. That is serendipity functionality. With my blog, even modern templates are broken in the s...
by gizmola
Sat Jul 15, 2017 7:18 pm
Forum: Installation
Topic: Database error after installing SSL
Replies: 18
Views: 13628

Re: Database error after installing SSL

I'm not sure what the changes referenced are, but this issue caught me as well. When trying to update settings, a cached browser password was updating the database password to something old and now incorrect at every opportunity. Very annoying, and if the assumption is that it is fixed it wasn't for...
by gizmola
Wed Jul 12, 2017 8:51 pm
Forum: General discussions
Topic: Site Broken since upgrades
Replies: 3
Views: 3778

Site Broken since upgrades

My site has run serendipity for a lot of years now, and in the past 6 months or so I've gone through the process of updating a bunch of things. I also upgraded the VM to a modern version of Centos, and subsequently upgraded stuff in the lamp stack. Here's some details: httpd-tools-2.4.6-45.el7.cento...
by gizmola
Sat Aug 01, 2009 6:59 am
Forum: Themes
Topic: Suppress sidebar for staticpage(s)
Replies: 4
Views: 3711

Re: Suppress sidebar for staticpage(s)

So in a nutshell, the main control file of a template is the index.tpl file. This file is typically written in smarty syntax, so it's going to be a mix of html and smarty. This file can have whatever the original designer wanted it to have, and there's lots of different approaches so there's no univ...
by gizmola
Sun May 31, 2009 11:47 pm
Forum: Themes
Topic: Suppress sidebar for staticpage(s)
Replies: 4
Views: 3711

Re: Suppress sidebar for staticpage(s)

Such a simple solution. Thanks much, it worked perfectly.
by gizmola
Sun May 31, 2009 6:35 am
Forum: General discussions
Topic: Feed from Yahoo Groups?
Replies: 2
Views: 1896

Re: Feed from Yahoo Groups?

I often use the staticpage plugin to integrate pages using an iframe. If the yahoo group is public you can pull messages from the group RSS feed sidebar plugin, but that doesn't sound like what you want. You could also roll your own custom template page, which is far too involved for me to outline i...
by gizmola
Sun May 31, 2009 6:17 am
Forum: Themes
Topic: Suppress sidebar for staticpage(s)
Replies: 4
Views: 3711

Suppress sidebar for staticpage(s)

I'm looking for advice for the best way to handle this. I have a custom index.tpl, so I can certainly take care of it in there, but I was hoping to not have to code for every individual staticpage url.

Any suggestions appreciated.
by gizmola
Wed May 20, 2009 9:17 am
Forum: Development
Topic: timestamp / int(10)
Replies: 5
Views: 5486

Re: timestamp / int(10)

This is one of the most commonly confusing things about mysql. When specifying, let's say, an int using int(10) you are not getting any sort of precision. An int is an int is an int. All the (10) does is effect display in the mysql command line client tool. The timestamp column is indeed unsigned (I...
by gizmola
Tue Apr 07, 2009 4:58 am
Forum: General discussions
Topic: Serendipity at the Microsoft Web Gallery
Replies: 3
Views: 2124

Re: Serendipity at the Microsoft Web Gallery

Ok, I'll figure out what we need and get Serendipity in there.
by gizmola
Mon Apr 06, 2009 9:13 pm
Forum: General discussions
Topic: Serendipity at the Microsoft Web Gallery
Replies: 3
Views: 2124

Serendipity at the Microsoft Web Gallery

Microsoft has an initiative going to make PHP work well under IIS, and a partnership with Zend. Over on PHPFreaks we were contacted by MS to discuss this and in some of the materials regarding this effort, they pointed us to this site: http://php.iis.net/ which also has links to a web application sy...
by gizmola
Wed May 14, 2008 4:55 am
Forum: General discussions
Topic: Support for http:BL from Project Honeypot
Replies: 10
Views: 5647

I plan to stick this support in myself. If I get things modified to support this, I'll commit the mod, but by no means do I want to discourage you from DIY, as I may get caught up in other things.
by gizmola
Sun Jul 15, 2007 10:12 pm
Forum: Plugins
Topic: Lots of <br />s when using syntax highlight plugins.
Replies: 2
Views: 2371

As always Garv is right, however, you can still use the nl2br plugin with the Geshi plugin for example, but the Geshi plugin must come before th nl2br plugin in order. Serendipity calls the plugins in the order in which they appear, and if nl2br operates before Geshi gets it, then it will already ha...
by gizmola
Wed Apr 12, 2006 7:23 am
Forum: Bugs
Topic: Inserting code into blog entries
Replies: 3
Views: 3066

Re: Thank you!

Hello, Thank you for your quick reply. I installed the BBCode plugin and it's working great. Thanks again! Cheers, Misha As the author of the GeSHi plugin, I thought I'd point out that it does color syntax highlighting for a bunch of different languages, including Java. It can also provide line num...