Search found 66 matches

by StarF
Tue Jul 11, 2006 9:49 am
Forum: Installation
Topic: Warning: Cannot modify header information
Replies: 7
Views: 5675

perfect once again tnx for all you help :)
by StarF
Mon Jul 10, 2006 1:49 pm
Forum: Installation
Topic: Warning: Cannot modify header information
Replies: 7
Views: 5675

the entire default3.php is:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive">
<title>Eskape.dk - Nøglen til Rusland</title>
<link href="style ...
by StarF
Mon Jul 10, 2006 1:00 pm
Forum: Installation
Topic: Warning: Cannot modify header information
Replies: 7
Views: 5675

Alright tryed that, so now i got the folliwing setup

index.php wich is the blog index file.

wrapper.php

contains this code:

<?php
$_REQUEST['page'] = 'blog';

ob_start();
chdir('blog');
require 'index.php';
$blog_data = ob_get_contents();
chdir('..');
ob_end_clean();

require 'default3 ...
by StarF
Mon Jul 10, 2006 12:48 pm
Forum: Installation
Topic: Warning: Cannot modify header information
Replies: 7
Views: 5675

tnx for the explenation, the index2.php file is the default blog file.

I will try to make my index.php (wich is wrapper) and call it wrapper.php and then set wrapper as the index file, and then rename index2.php to index.php and see how that works.
by StarF
Mon Jul 10, 2006 9:33 am
Forum: Installation
Topic: Warning: Cannot modify header information
Replies: 7
Views: 5675

Warning: Cannot modify header information

Hi

After a update i am getting these errors:

Warning: Cannot modify header information - headers already sent by (output started at /hsphere/local/home/eskape/eskape.dk/default3.php:14) in /hsphere/local/home/eskape/eskape.dk/index2.php on line 19

Warning: Cannot modify header information ...
by StarF
Wed Jun 28, 2006 3:52 pm
Forum: Installation
Topic: Lost my DB password
Replies: 3
Views: 2963

perfect :) tnx

gonna try a update again :) hopefully it will go smoth this time
by StarF
Wed Jun 28, 2006 2:43 pm
Forum: Installation
Topic: Lost my DB password
Replies: 3
Views: 2963

Lost my DB password

Hi

When upgrading my Seridity it for some reason lost the password for the db, and i couldent remember it, so i changed it (the password is encryuptet so i cant get it out only change it) now i am getting a

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'starf ...
by StarF
Wed May 31, 2006 1:01 pm
Forum: General discussions
Topic: Turning off trackback
Replies: 5
Views: 3758

Re: Turning off trackback

StarF,

what do you mean with "fixed embedding"? Embedding should basically work. I have heard of a few installations where it doesn'T due to PHP weirdness. Nobody could provide me with access to those servers, and it works flawlessly on mine, so I'm unable to fix anything that is unknown to me ...
by StarF
Wed May 31, 2006 12:48 pm
Forum: General discussions
Topic: Turning off trackback
Replies: 5
Views: 3758

Re: Turning off trackback

Hi!

Yes, using the spamblock plugin you can disable all "API-generated comments".

But you need to upgrade your Serendipity to at least 0.9.1. Use 1.0-beta3 for even more Spamblock improvements, and 1.0 final will be out in a week or so.

Best regards,
Garvin

alright tnx, i will just hold on to ...
by StarF
Wed May 31, 2006 12:17 pm
Forum: General discussions
Topic: Turning off trackback
Replies: 5
Views: 3758

Turning off trackback

Hi

Is it possible to turn off trackback?
i am getting like 5 or 10 spam´s in there a day.

like:

A new trackback has been made to your blog-entry entitled "Easter Update".

Requires review: Yes (Spam Prevention: Invalid message.)
Link to entry: http://xxxxxx
Weblog Name: online poker
Link to ...
by StarF
Tue Apr 25, 2006 2:43 pm
Forum: Development
Topic: Embedding Problem
Replies: 10
Views: 12471

alright tnx for your help, seems i have the same problem as those i linked to.. if i remove the ob_clean part i still just get a white page...

i am gonna try to play a bit with it.. to find a solution.. so the next page can be viewed...
by StarF
Tue Apr 25, 2006 11:07 am
Forum: Installation
Topic: truble intigrating into site
Replies: 11
Views: 6923

alright seems i need to clarify somethings....

my index_main.php is my design
the index.php in "/" (root) is a wrapper

i did like you wrote, with a few changes.

i made the wrapper in "/blog"
with

<?php
$_REQUEST['page'] = 'blog';
chdir('..');
require 'index.php';
?>

then i made a index ...
by StarF
Tue Apr 25, 2006 8:23 am
Forum: Installation
Topic: truble intigrating into site
Replies: 11
Views: 6923

alright if i do that i get a lots of missing files, i tryed to change a bit in the wrapper, so i loads the design index file from the dir under it.. my layout is:

/
/blog

where blog is the blog and / contains the rest of the site.

<?php
$_REQUEST['page'] = 'blog';

ob_start();
chdir('blog ...
by StarF
Mon Apr 24, 2006 7:40 pm
Forum: Installation
Topic: truble intigrating into site
Replies: 11
Views: 6923

Hi!

The indexFile option is not meant to contain an URL. You must enter "index.php" there. You cannot rid the serendipity URL by embeding, all follow-up pages (next link) must be called from the serendipity directory.

Regards,
Garvin

hi

but if i do that, it dosent open the next page inside the ...
by StarF
Mon Apr 24, 2006 7:29 pm
Forum: Installation
Topic: truble intigrating into site
Replies: 11
Views: 6923

under parth:

Relative path = /blog/
index file = ../index.php

i dident change any of the permalinks....