Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - boeser

Pages: [1]
1
1) system your server is running on?
2) webserver type?
3) php version?

1) Linux
2) I dont know what u mean with "webserver type". It is not my own server.
3) PHP Version 5.0.2

Thanks!

2
Hello!

I update my 4images from 1.7.0 to 1.7.1 now i have the following error on the bottom of every page:

Code: [Select]
Warning: Template::print_template() [function.print-template]: A session is active. You cannot change the session module's ini settings at this time. in /home/htdocs/web86/html/gallery/includes/template.php on line 199
Or on the index page:

Code: [Select]
Warning: main() [function.main]: A session is active. You cannot change the session module's ini settings at this time. in /home/htdocs/web86/html/gallery/index.php on line 172
Does somebody know how to fix it?

3
Hi V@no!

i realized a little mistake in your additional mod

you wrote:

Quote from: V@no
Answer 1:
in Step 1.4. add
Code: [Select]
     "url_postcard" => $site_sess->url(ROOT_PATH."postcards.php?".URL_IMAGE_ID."=".$image_row['image_id']),
after
Code: [Select]
"site_url" => $script_url."/details.php?".URL_IMAGE_ID."=".$image_row['image_id'],



the line we have to add should be:

Code: [Select]

"url_postcard" => $script_url."/postcards.php?".URL_POSTCARD_ID."=".$postcard_id


then it works fine for me!

and thank you for this great mod!
jan

(not the "4homepage.de-jan")  :wink:

Pages: [1]