Search found 16 matches

by doug2168
Thu Jan 11, 2007 11:09 am
Forum: General discussions
Topic: 1.1 bugs??? not sure...
Replies: 2
Views: 1574

well, for some reason or another the coffee bar template files were not being read because after the upgrade the links i had originally made were no longer showing up. i made them using the suggested navbar hack by the author of the template. whether i missed something or not i couldn't tell you due ...
by doug2168
Wed Jan 10, 2007 4:48 pm
Forum: General discussions
Topic: 1.1 bugs??? not sure...
Replies: 2
Views: 1574

1.1 bugs??? not sure...

just upgraded to the new 1.1 this morning and i'm running into problems with it. first let me tell ya what i'm running. have mysql 5, php 5.2 on iis6. one problem is with the template i'm using which is the coffee bar. the navbar should have a total of six seperate links on it. it has six but, the ...
by doug2168
Tue Nov 21, 2006 8:12 pm
Forum: General discussions
Topic: Mirroring site?
Replies: 2
Views: 1720

I was just thinking about this earlier.

The easiest way would be to copy the files (including the pictures) and the database to a second server, following the "Move Serendipity to a new directory" instructions on the home page. However, this would provide accounts on the new server for people to ...
by doug2168
Fri Nov 17, 2006 5:36 pm
Forum: General discussions
Topic: Mirroring site?
Replies: 2
Views: 1720

Mirroring site?

ok, i finally got my site to the way i want it for now. i have several different pages with a few different things running other than s9y and i have never run a website before. this was pretty easy to do with the s9y software. thanks much to all of the people who have put hours into this!!! you all ...
by doug2168
Fri Nov 17, 2006 1:57 pm
Forum: Plugins
Topic: birthdays plugin
Replies: 5
Views: 3015

Hi!

D'oh! Okay.

The plugin uses UNIX timestamps, so no person from earlier than 1970 will be accounted properly, I'm afraid. :-(

Best regards,
Garvin

hmmm, the people i changed to 1940 seem to be correct for now. why is that? ...and is there no changing the timestamp method in the code or will ...
by doug2168
Thu Nov 16, 2006 7:42 pm
Forum: Plugins
Topic: birthdays plugin
Replies: 5
Views: 3015

Problem solved! My wife and I put our heads together on this today and figured it out. We have people in our list that were born prior to 1940 and noticed that the people born after this year were listed correctly. Anyone before this year, for some reason, had approx 30 or so days added to the time ...
by doug2168
Sun Nov 12, 2006 4:00 pm
Forum: Plugins
Topic: birthdays plugin
Replies: 5
Views: 3015

Re: birthdays plugin

Hi!

I believe this is a bug of the birthdays plugin. Could you try this:

- Edit the serendipity_event_userprofiles/serendipity_plugin_userprofiles_birthday.php file and replace this line:


return (date('z', $res) + 1);


with this:


return ceil($res / 86400);


Doe sthat return the right ...
by doug2168
Sat Nov 11, 2006 11:11 pm
Forum: Plugins
Topic: birthdays plugin
Replies: 5
Views: 3015

birthdays plugin

i have installed and configured this plugin. put all the info into the user profiles section and they now show up on the sidebar. all seem fine except for a few people who have b-days in jan. and feb. they seem to be coming up both at the same time according to the countdown of days. one is on jan ...
by doug2168
Sat Nov 11, 2006 3:35 am
Forum: Plugins
Topic: another gallery2 problem
Replies: 3
Views: 2461

This plugin only works with Gallery 2.1 RC2a. It requires a Gallery2 embed.php file, which I believe came with the Gallery2 distribution. It looks for it in the directory configured as the Gallery2 directory in your plugin.

I'll bet you've got a different version of Gallery2.

judebert,

thanks ...
by doug2168
Fri Nov 10, 2006 9:39 pm
Forum: Plugins
Topic: another gallery2 problem
Replies: 3
Views: 2461

This plugin only works with Gallery 2.1 RC2a. It requires a Gallery2 embed.php file, which I believe came with the Gallery2 distribution. It looks for it in the directory configured as the Gallery2 directory in your plugin.

I'll bet you've got a different version of Gallery2.

alright, and i'm ...
by doug2168
Fri Nov 10, 2006 5:59 pm
Forum: Plugins
Topic: another gallery2 problem
Replies: 3
Views: 2461

another gallery2 problem

why do i keep getting this:


Warning: serendipity_event_G2embed::require_once(\plugins\serendipity_event_g2embedembed.php) [function.serendipity-event-G2embed-require-once]: failed to open stream: No such file or directory in D:\Inetpub\serendipity\plugins\serendipity_event_g2embed\serendipity ...
by doug2168
Wed Nov 08, 2006 5:24 am
Forum: Plugins
Topic: faq plugin
Replies: 5
Views: 2769

ok, i'm out of work and looking so i had the time today to mess with this and i'm also an MCP so i guess that helps some.

i went to the mysql website and a few other places to see if i couldn't find the answer to this problem. thanks to garvin for pointing me into the right direction. i came to ...
by doug2168
Tue Nov 07, 2006 11:37 am
Forum: Plugins
Topic: faq plugin
Replies: 5
Views: 2769

it is a mysql error.
by doug2168
Tue Nov 07, 2006 4:20 am
Forum: Plugins
Topic: faq plugin
Replies: 5
Views: 2769

faq plugin

installed this plugin and get this error when i try to create a category. have uninstalled and re-installed the plugin and have checked all paths to make sure everything is correct. all other plugins have installed without any problems. have searched this forum to find the answer to this and have ...
by doug2168
Tue Nov 07, 2006 12:34 am
Forum: Plugins
Topic: download manager image/icon path incorrect
Replies: 8
Views: 4321

I think the problem is the getRelPath() function (I'll post it below). I don't actually ever use this plugin, so I'm not sure of all its intricacies, but it appears to call this function everytime it generates an output path.

function getRelPath() {
global $serendipity;
$c_path = dirname ...