Search found 35 matches

by techiem2
Tue Jun 09, 2009 4:41 pm
Forum: Bugs
Topic: Login problems through tunnel (maybe a bug?)
Replies: 1
Views: 1558

Login problems through tunnel (maybe a bug?)

I often connect to my site through an ssh tunnel to my home proxy server, and have noticed that I am unable to login properly to s9y through the tunnel. When I go to the admin page, I get the login form and log in. It then shows the appropriate page, but when I try to hit another page in the admin s...
by techiem2
Thu May 01, 2008 10:16 pm
Forum: Plugins
Topic: LJupdate plugin error
Replies: 15
Views: 13670

What files would I be looking at? The test (supposedly) only involves 2 files. The xmltest.php file I'm running from my local server: <?php $fp = fsockopen("www.techiem2.net", 80, $errno, $errstr, 30); if (!$fp) { echo "$errstr ($errno)<br />\n"; } else { $out = "GET /serend...
by techiem2
Wed Apr 30, 2008 11:17 pm
Forum: Plugins
Topic: LJupdate plugin error
Replies: 15
Views: 13670

Ok, I finally got back to looking into this a bit. PHP is running mod_php. I don't think I have mod_security or any such thing running. I tried testing again using the sample code at http://us2.php.net/fsockopen and got the following when I hit the test page on my site: HTTP/1.1 200 OK Date: Wed, 30...
by techiem2
Wed Nov 21, 2007 11:18 pm
Forum: Plugins
Topic: LJupdate plugin error
Replies: 15
Views: 13670

I am the server admin for the local site. :) The server is allowed direct access to the net. The wget test was done from that box. I also checked with links from that box and can browse the remote site fine with it. Maybe I have a php option or something that's keeping it from retrieving remotely? G...
by techiem2
Wed Nov 21, 2007 9:55 pm
Forum: Plugins
Topic: LJupdate plugin error
Replies: 15
Views: 13670

It sits and spins for a while then eventually gives: Warning: Wrong parameter count for fputs() in /var/www/localhost/htdocs/xmltest.php on line 3 Warning: fclose(): supplied argument is not a valid stream resource in /var/www/localhost/htdocs/xmltest.php on line 7 If I wget the file, I get a file w...
by techiem2
Tue Nov 20, 2007 9:29 pm
Forum: Plugins
Topic: LJupdate plugin error
Replies: 15
Views: 13670

Ok. Here's the pretty much full details. I'm trying to post from my home blog at https://techiem2.no-ip.com to the domain blog at http://www.techiem2.net Both running s9y. Both are installed to the root of the webspace. I have the XML-RPC plugin installed on the remote blog. Spartacus works fine on ...
by techiem2
Tue Nov 20, 2007 12:16 am
Forum: Plugins
Topic: LJupdate plugin error
Replies: 15
Views: 13670

Spartacus works fine on both servers.
I have the XML-RPC plugin installed on the remote server so it should be able to accept posts.
by techiem2
Fri Nov 16, 2007 7:05 pm
Forum: Plugins
Topic: LJupdate plugin error
Replies: 15
Views: 13670

When I put in the domain as http://domain, it doesn't throw the error on post, but it's not showing up in the other blog...
by techiem2
Fri Nov 16, 2007 7:02 pm
Forum: Plugins
Topic: LJupdate plugin error
Replies: 15
Views: 13670

It's configured.
I just put the domain name in, as shown in the example.
Didn't put it in as http://domain.
I didn't fill in the LJ Cut text or Category ID fields, but I figured those were optional.

Thanks
by techiem2
Thu Nov 15, 2007 6:58 pm
Forum: Plugins
Topic: LJupdate plugin error
Replies: 15
Views: 13670

LJupdate plugin error

I'm trying to use the LJupdate plugin to mirror posts between 2 copies of my S9y blog, but it's not working. When I save a post, I get the following error: Posting to Serendipity... XML_RPC_Client: Connection to RPC server :80 failed. Notice: XML_RPC_Client: Connection to RPC server :80 failed. in /...
by techiem2
Thu Apr 14, 2005 4:48 am
Forum: Plugins
Topic: Menu/Site Content Integration
Replies: 1
Views: 3537

Menu/Site Content Integration

Ok. I sort of hit on this topic in the General forum and found that there isn't anything existing to do what I want, so it looks like I'll be learning to write a plugin. :) Here's the basics: You load the site and get s9y and all it's default stuff. In the left SideBar (or right if you so choose) yo...
by techiem2
Wed Apr 13, 2005 8:57 pm
Forum: General discussions
Topic: Displaying other pages inside blog
Replies: 4
Views: 3834

K. I'll do that.
I figure it can't be that difficult to do.
And would make using s9y for full content management easier.
As it is now, I have it pseudo-integrated, which works, but lacks the consistency I want.
(Yes, I know I am trying to do odd things.)
:)

TechieM2
by techiem2
Wed Apr 13, 2005 5:44 pm
Forum: General discussions
Topic: Integrating phpBB/Other forum?
Replies: 4
Views: 4151

Thanks. Guess I'd forgotten it was gallery and not phpbb someone had embedded (I want to do that too anyhow).
hehe.

TechieM2
by techiem2
Thu Apr 07, 2005 7:51 pm
Forum: General discussions
Topic: Integrating phpBB/Other forum?
Replies: 4
Views: 4151

Integrating phpBB/Other forum?

I know there was a topic at some point about integrating phpBB into S9y, but I can't seem to find it. Has anyone successfully integrated a forum into s9y and if so how? Also, do you have it setup so that the forums share the blog user accounts? If so, how are the accounts created (i.e. via s9y or fo...
by techiem2
Mon Mar 21, 2005 6:51 pm
Forum: General discussions
Topic: Displaying other pages inside blog
Replies: 4
Views: 3834

The menu integrates fine (so far as I've been able to test) using the phpbox plugin. I'm trying to figure out how to make other pages display in the blog content area. As my normal site is now, the home page includes the blog in the content div, and then I use something like index.php?page=resume/in...