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

Pages: 1 2 [3] 4
31
2 pics that was causing it.. why didnt i think of that before  :oops:.. out of 45 pics 2 of them was crashing it.. now why.. is the next question :?: :? .. is it something that is embeded in it that could of done that? file name? (Cat Sniper.jpg) .. dunno.. but sorry to of wasted your time V@no.. ill look in to those pics to see whats up.. unless you know already  :lol:

32
there are many of reasons this could happend...(especialy when it comes to windows systems :?)
1) memory limit is too low in php.ini
2) uploaded files are too big and php can not load them into memory properly (very common problem on windows systems and I could not find any sollution in my past reserches)
3) php could crash on some type of files, for example in my experience it crashed on .swf files
4) http://httpd.apache.org/docs/misc/FAQ-F.html#premature-script-headers
5) after reading that post (and asuming your are using my modifyed version of checkimages.php) there could be problem in the script, because I did use flush() function in the script...
try remove all lines that have flush() and ob_flush() see if helps.

Ok thanks Vano.. will try to see.. also.. the pics im adding are small .jpg's biggest one is 274KB. so dont know.. i have noticed that it happens on on some of them.. could there be something embedded in the pics that would do that.. ?.. gonna try removing the ones that it happens on then go from there.. weird though.. let you know..
will also try what you said.. the flush i suppose since you suggested it will not hurt the script.. .. thanks..

33
I was updating the website and everything was going good.. i was in the middle of adding pics with the check new images mod and got about half way through and picture started coming up with an X. Looked on server and the PHP Interperter is crashing. looked in Apache log and found some errors that have never happened before.. I have not edited nothing in between.. just all of sudden these errors..  i did do a search for Premature, script errors and found 0.  oh and it only happens when i try to add pics using that check new images.. the page itself seems to work fine.. i did look in checkimages.php.. but im just a novice. all looked fine..
I run other php sites and there working fine also..  the error is listed below..

[Wed Apr 20 17:41:17 2005] [error] [client Blah.Blah.Blah.Blah] Premature end of script headers: php.exe, referer: http://Blah.Blah.Blah.Blah/dartezpix/admin/checkimages.php
[Wed Apr 20 17:41:42 2005] [error] [client Blah.Blah.Blah.Blah] Premature end of script headers: php.exe, referer: http://Blah.Blah.Blah.Blah/dartezpix/admin/checkimages.php
[Wed Apr 20 17:42:40 2005] [error] [client Blah.Blah.Blah.Blah] Premature end of script headers: php.exe, referer: http://Blah.Blah.Blah.Blah/dartezpix/admin/checkimages.php
[Wed Apr 20 17:45:29 2005] [error] [client Blah.Blah.Blah.Blah] Premature end of script headers: php.exe, referer: http://Blah.Blah.Blah.Blah/dartezpix/admin/checkimages.php
its not giving an error line. i know or from what v@no told me before or i read somewhere that a space at the end ?> will cause.. but looks good.. any ideas.. if you want me to post the checkimages.php let me know

P.S. the last time i updated checkimages.php was ack in december and all was fine till now..

Thanks,
Dartez

34
Mods & Plugins (Requests & Discussions) / Re: paypal cart system
« on: April 21, 2005, 12:58:11 AM »
V@no.. were you able to download?....
yes, without problem.
P.S. did u know u can attach files to your posts? ;)
LOL.. i didnt till after i posted..
Hey V@no.. i have a problem.. did a search and found nothing . can i pm you and tell you then you tell me where to post for others to see.. ???
Thanks

35
It might be, that I somehow messed that up when trying to find why it didn't work for you :(

Because I was playing 'round with that to test if it could be THE reason  :roll:

Just refreshed that in the first post...

and I did split step 1 for 4images v1.7 and v1.7.1 (the 1.7.1 variation does not work with my 1.7...)

Templates and colors is your part of the job ;)
Cr@zy Sash did provide us a working construction... and you have to change it to fit your needs  :D
Oh i know.. the colors and stuff.. just was saying.. i think i got it working pretty good.. i like.. change couple things but it works..  you can see it at http://dartezpix.servepics.com

36
Mods & Plugins (Requests & Discussions) / Re: paypal cart system
« on: April 20, 2005, 07:42:07 PM »
i can't download it!

vincent
There should be no problem with it.. unless when you tried to download it i had all my computers off well the electricity off cause i was changing a ceiling fan and did not want to get electricuted...  :wink:. Maybe try again? :?:
why not?
V@no.. were you able to download?....

Hallo!
Gibt es die doc auch auf deutsch http://dartezpix.servepics.com/files/Paypal_MOD.zip  :?:
Oder kann ich es für den deutschen PayPal-Warenkorb einfach übernehmen?

cu spacekai

Is this a question for me?...  I tried translating but still don't understand

37
Mods & Plugins (Requests & Discussions) / Re: paypal cart system
« on: April 20, 2005, 05:44:09 AM »
Thanks, thanks, thanks police22 that's what I was looking for.

No problem.. Glad i kept them.. let me know how it works out... i wanna see a working demo.. ok...

TTFN

38
BTW.. quick question, V@no.. why would in part of the code like the 'calendar' i meantioned be spelled differently while in the same language.
Like This line!!!
$site_template->register_vars("calendar", $site_template->parse_template("kalender"));
This question should go to Cr@zy Sash ;)

 :lol: :lol: That is what i thought.. just the way it was coded.. hehehe.. ok.. just wondering... Thanks again

39
What do/should i change to make this work with 1.7.1 if there is a possibility to do it at all.....
in page_header.php replace
Code: [Select]
$calendar = $site_template->parse_template("kalender");
SNIP...
  unset($calendar);
with:
Code: [Select]
$site_template->register_vars(array(
SNIP...
$site_template->register_vars("calendar", $site_template->parse_template("kalender"));

That worked.. of course V@no.. good job.. just had to change the "kalender" to "calendar" for english. Now just trying to play with the template and colors...

Good Job!!
Kudos to Cr@zy Sash for the original code.. and to Matrix for providing it again...

BTW.. quick question, V@no.. why would in part of the code like the 'calendar' i meantioned be spelled differently while in the same language.
Like This line!!!
$site_template->register_vars("calendar", $site_template->parse_template("kalender"));

40
strange... I just tested all the steps on a fresh 4images install and it did work fine...  :|
That wouldn't happen to be 1.7?

The only thing I may ask you for is to reload this post and try to repeat all the steps again.

Well i run 1.7.1 and it is NOT :cry: :cry: working...
HOWEVER. i did still have a back up copy of 1.7 in another folder and installed it.. Yep it worked, minus some formating issues..

NOW!!! my question which you probably already know.

What do/should i change to make this work with 1.7.1 if there is a possibility to do it at all.....

Thanks.

41
 :evil: I dont know whats up with it.. got the new stuff install, but when loaded in the browser all there is a blue box with a :: inside think from the calendar.html tmp...  everything seems to look good..
{calendar} is what your suppose to put in the template where you want it, Right :?:
Take a look at http://dartezpix.servepics.com

42
Sorry guys! :oops:
Somehow all the {blablablasd f} parts of the code disappeared...

Please redo step 1. and 4.
...snip
Thanks Matrix  :) Gonna try installing again right now

43
Ich habe das gleiche Problem (police22), was kann ich tun?
V@no Antwort habe ich nicht verstanden.

I have the same problem (police22), which I can do?
I did not understand V@no answer.


Gruß
michi-w.

He was talking to Matrix to post his page_header.php between the 2 lines he mentioned to see how it is and how its working..
what version do you have? 1.7.1.???   :?:

44
Does not go:
Quote
Parse error: parse error, unexpected T_ELSE in /www/htdocs/wupload/includes/page_header.php on line 58
Code: [Select]
if(($heute==6) || ($heute==7))else
      }
:?:
GruЯ
michi-w.
Got the same problem. Didnt realize that this was here too.. the original post for the calendar can be found here.
that error has nothing to do with this mod, the mod u are refering to "calendar" is what causes it...no point trouble shooting the issue under this thread.
V@no.. i know that.. i was just telling him where the post for the calendar is for his reference...

45
Does not go:
Quote
Parse error: parse error, unexpected T_ELSE in /www/htdocs/wupload/includes/page_header.php on line 58
Code: [Select]
if(($heute==6) || ($heute==7))else
      }
:?:
Gruß
michi-w.
Got the same problem. Didnt realize that this was here too.. the original post for the calendar can be found here.

Pages: 1 2 [3] 4