Search found 12 matches

by sorar
Tue Feb 13, 2007 10:51 am
Forum: Installation
Topic: fetchEntries on external page, mysql Error
Replies: 6
Views: 3985

Hi,

oh that sounds like the solution. I'll try this at home (i think this will fix it because all links occur relatove, as you described above).

Thanks
Regards,
Sebastian
by sorar
Tue Feb 13, 2007 10:32 am
Forum: Installation
Topic: fetchEntries on external page, mysql Error
Replies: 6
Views: 3985

hi,

thanks for the help. I got my baseUrl setting on the correct domain (blog.mydoamin.com) but the links to those entries are still (externalpage.com/archives/bla).

I am confused.

Regards,
Sebastian
by sorar
Mon Feb 12, 2007 5:21 pm
Forum: Installation
Topic: fetchEntries on external page, mysql Error
Replies: 6
Views: 3985

Hi,

thanks for your reply. I got it working right now (the entries are showing), i just required the blogview.php file in my index.php from the "external" site. There i assigned a new variable within i saved the printed entries (with ob_start ...). So now i am able to print out the variable in my ...
by sorar
Sun Feb 11, 2007 2:16 pm
Forum: Installation
Topic: fetchEntries on external page, mysql Error
Replies: 6
Views: 3985

fetchEntries on external page, mysql Error

Hi,

i tried to show the latest entries in an external page (this external is build on an smarty framework).

i inserted this code:

{php}
// 1: Switch to the Serendipity path
chdir('/usr/local/apache2/htdocs/admin/*****/****/blog');

// 2: Start the Serendipity API
include('serendipity_config.inc ...
by sorar
Thu Feb 08, 2007 3:41 pm
Forum: Installation
Topic: embedding serendipity in an existing smarty environment
Replies: 6
Views: 3860

Hi,

Yes i got them enabled, but no errors are shown.

Strange.
Regards,
by sorar
Thu Feb 08, 2007 2:11 pm
Forum: Installation
Topic: embedding serendipity in an existing smarty environment
Replies: 6
Views: 3860

hi,

i wrote you a pm with the full urls and descriptions.

now i got my blogwrapper.php based in blog/ and in it i putted the full paths to my blog installation and to the root directory of the original page (like: /usr/local/apache2/htdocs/....).

but its still giving me a blank page hrhr.

thanks
by sorar
Thu Feb 08, 2007 12:58 pm
Forum: Installation
Topic: embedding serendipity in an existing smarty environment
Replies: 6
Views: 3860

Hi,

thanks for your reply.

Yes i read all the 55.htm and the 123.htm and all forum entries i was able to find because normally i try to get things work by my own. :-)

Okay i just started some minutes ago with my second try to get it working.

the blogwrapper.php is now in the blog/ directory ...
by sorar
Wed Feb 07, 2007 11:38 pm
Forum: Installation
Topic: embedding serendipity in an existing smarty environment
Replies: 6
Views: 3860

embedding serendipity in an existing smarty environment

Hey to all,

i got an existing webpage with an smarty environment. There i do have an index.php where i am requiring my blogwrapper.php and including all specific templates.


...
//get blog output
require('blogwrapper.php');
...
case 'about':
$FSP->tpl->assign("blog",$serendipity_contents ...
by sorar
Wed Nov 01, 2006 8:20 pm
Forum: General discussions
Topic: Trouble posting comments with captchas enabled on Mac
Replies: 30
Views: 21472

Hi Mr. Hicking,

now i successfully solved the whole problem with the captchas and some other new problems. They all were caused by the often discussed cookie problem.

I found out that is not enough to enable the session.use_cookies when there running several different pages on one server.

It is ...
by sorar
Mon Oct 30, 2006 10:34 pm
Forum: General discussions
Topic: Trouble posting comments with captchas enabled on Mac
Replies: 30
Views: 21472

i enabled them for you.
by sorar
Mon Oct 30, 2006 5:04 pm
Forum: General discussions
Topic: Trouble posting comments with captchas enabled on Mac
Replies: 30
Views: 21472

the url is www.gedankendesigner.de (currently is disabled the captchas because without them it works).

i inserted the right and whole url (www....) in the serendipity configuration.

i just checked the spamblock.log for comments and it was always the same, some test users do report the same problem ...
by sorar
Sat Oct 28, 2006 5:01 pm
Forum: General discussions
Topic: Trouble posting comments with captchas enabled on Mac
Replies: 30
Views: 21472

Hi,

i do have exactly the same problem. But i already checked the session thing (i had some trouble with this before and now everyhting is working fine since i added php_value session.use_cookies 1 to my virtualhost of apache) and i enabled the autodetect http_host in my blog configuration.

when i ...