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 - marcus_s

Pages: [1] 2
1
Discussion & Troubleshooting / Re: sessions ? [problem]
« on: April 24, 2005, 01:38:42 PM »
hehe. i havent spoke to them. and it´s weekend. so i thought nobody´s at office …
but youre right, obviously they change aa few things.

m

2
Discussion & Troubleshooting / Re: sessions ? [problem]
« on: April 23, 2005, 10:19:50 PM »
it´s gone. i changed nothing. neither my hoster …  :?:

marcus

3
Discussion & Troubleshooting / Re: sessions ? [problem]
« on: April 22, 2005, 11:05:16 PM »
i neeeeed to use the search before posting …  :oops:

found this:
http://www.4homepages.de/forum/index.php?topic=6577.0

gonna ask my hoster first.

marcus

4
Discussion & Troubleshooting / sessions ? [problem]
« on: April 22, 2005, 10:32:18 PM »
hi everybody.

suddenly i got these error messages:

Code: [Select]

Warning: session_start(): open(/tmp/sess_f1770f6f92e54e23c8e3012d2f4f4727, O_RDWR) failed: Disk quota exceeded (122) in /var/www/web79/html/mysite.de/gallery/includes/sessions.php on line 84

Warning: Unknown(): open(/tmp/sess_06c6636629b400ac7e007adcf4c73c15, O_RDWR) failed: Disk quota exceeded (122) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0


plus i can´t log in to site and acp. :(

haven´t changed a thing.

what´s wrong?

thanks, marcus

5
Discussion & Troubleshooting / Re: style switch by time
« on: April 15, 2005, 09:16:21 PM »
ok. works. thanks.  :)

but you're right i need a js solution to determine the client´s time. working on that.
this one´s gonna do it for now so thank you!

marcus

6
Discussion & Troubleshooting / Re: style switch by time
« on: April 15, 2005, 02:48:04 PM »
chris.

that sounds good to me.
so if i use your code - the  4images system will choose the template by time?

the only thing i need to do is to create a day and a night folder with the templates in it.

gonna try it.

thanks

m

7
Discussion & Troubleshooting / Re: style switch by time
« on: April 14, 2005, 11:09:15 PM »
yea i know but thats ok. my client clients are mostly german.

but im thinking about a javascript solution but i think that i need a php-script because i got some javascript-code to parse (browser-selecion). don´t think that thats gonna work with java … er  8O



the php-script wont work anyway (http://www.4homepages.de/forum/index.php?topic=4295.0) - now i got 5 error messages.

any clues?

thank you, marcus

8
Discussion & Troubleshooting / Re: style switch by time
« on: April 14, 2005, 09:23:27 PM »
oh. found this now:

http://www.4homepages.de/forum/index.php?topic=4295.0

gonna try it first.

marcus

9
Discussion & Troubleshooting / style switch by time
« on: April 14, 2005, 09:21:38 PM »
hi. i like to switch the background color and other things in 4images to bright and dark by daytime (day & night).

i got this:

Code: [Select]
<?php
 $hour 
date(G);
 
 if (
$hour && $hour <= 20) { // von vier bis sechs
          include "tag.inc";
 } else if (
$hour 20 || $hour <= 7)  // zwischen 21 und vier
          include "nacht.inc";
 }
?>

that isn´t possible.


i got these error messages:


Warning: Unknown(nacht.inc): failed to open stream: No such file or directory in /…/gallery/includes/template.php(101) : eval()'d code on line 37

Warning: Unknown(nacht.inc): failed to open stream: No such file or directory in /…/gallery/includes/template.php(101) : eval()'d code on line 37

Warning: (null)(): Failed opening 'nacht.inc' for inclusion (include_path='.:/usr/lib/php') in /…/gallery/includes/template.php(101) : eval()'d code on line 37



what do i have to do to make it work?

thanks,

marcus

10
Mods & Plugins (Releases & Support) / Re: [MOD] Search Statistics v1.2
« on: April 14, 2005, 09:13:58 PM »
no suggestions?

 :?

m

11
Mods & Plugins (Releases & Support) / Re: [MOD] Search Statistics v1.2
« on: April 13, 2005, 03:32:53 PM »
oh sorry. yes i did. of course.

i did everything exactly (i´m quite sure) like it was written down in v@nos install.doc.

i do coding on a mac with an application called "hyperedit" which validates and alerts errors in the php-code immediately.
i got no error messages while replacing / adding code to the documents. i am nevertheless a php-noob.

so …

 :?

thanks, m

12
Mods & Plugins (Releases & Support) / Re: [MOD] Search Statistics v1.2
« on: April 13, 2005, 03:12:08 PM »
Have you set the new language variables to lang/YOURLANGUAGE/main.php?

where do i have to do that?

Have you replaced paging.php ?
http://www.4homepages.de/forum/index.php?topic=6926.0

yes.

marcus

13
Mods & Plugins (Releases & Support) / Re: [MOD] Search Statistics v1.2
« on: April 13, 2005, 02:49:01 PM »
hi!

i installed serach statistics without any problems. but when i point my browser to http://mysite/mygallery/search_stats.php

i get these error messages:


Code: [Select]
Warning: Invalid argument supplied for foreach() in mysite/mygallery/search_stats.php on line 95

which is in the document serach_stats.php
Code: [Select]
foreach ($lang['search_stats_sort_options'] as $key => $val) {
and

Code: [Select]
Warning: Invalid argument supplied for foreach() in mysite/mygallery/search_stats.php on line 106

which is
Code: [Select]
foreach ($lang['search_stats_order_options'] as $key => $val) {
within the layout.


what could cause this?

i also see no link at my search.php after adding {search_stats} to my serach_form.html template.

any suggestions?

everything else is working correctly.

thank you.

marcus

14
jupp. ich hab den thread auch noch mal rausgeholt und v@no hat die links aktualisiert.

gruss

marcus

15
hi chris.

yea discovered the "making an additional field searchable"-thread. what i would like to have is that comfortable radio-button in the edit images section into the acp.
i am not a "coder" therefore i´m not that good to work it out. thought it might be an interesting MOD when someone puts it together.

anyway thanks for the clue´s. gonna try to do it myself … :)

marcus

Pages: [1] 2