1
Mods & Plugins (Releases & Support) / Re: [Mod] [Beta] Shop Mod für 4images
« on: July 03, 2005, 04:12:55 PM »
OK, another problem is solved. The reason why no client Dates appeard in the database was, that the server was modified with register_globals off
Since php 4.2 off is the global setting.
When you have the same problem add this little script in your global.php
-------------------------
So I have only one more problem with this funny
installation
The gallery doesen't sent any emails. no email confirmation of order and no email from the admin-cp. But no error message appears.
I looked at the code 1000 times, and I must see that the same files used on another server works fine. So I think in this installation it must be the server configuration that don't allow the gallery to sent emails. I will ask the server Admin about the rights that must be given to sent emails. Myself I have no own server, and I don't know what he must change.
Does anyone here know about the rights for sending emails in the server Administration? What must he do? What should I tell him to do?
PS: SantaZ
I bump this posting from SantaZ up because I also need a function to set for more than 1000 images the same price in one step. How is this possible?
Since php 4.2 off is the global setting.
When you have the same problem add this little script in your global.php
Code: [Select]
// -------------- edit solve problem with register globals off ------ //
if (isset($HTTP_GET_VARS))
extract($HTTP_GET_VARS);
if (isset($HTTP_POST_VARS))
extract($HTTP_POST_VARS);
// --------------- end edit -------------- //
-------------------------
So I have only one more problem with this funny

The gallery doesen't sent any emails. no email confirmation of order and no email from the admin-cp. But no error message appears.
I looked at the code 1000 times, and I must see that the same files used on another server works fine. So I think in this installation it must be the server configuration that don't allow the gallery to sent emails. I will ask the server Admin about the rights that must be given to sent emails. Myself I have no own server, and I don't know what he must change.
Does anyone here know about the rights for sending emails in the server Administration? What must he do? What should I tell him to do?
PS: SantaZ
Quote
hallo,
auf den alten Seiten gab es noch ein SQLquery womit man in einem rutsch die kompletten Preise editieren kann.
Kann mir mal bitte jemand sagen wie dieser Query aussehen muss?
I bump this posting from SantaZ up because I also need a function to set for more than 1000 images the same price in one step. How is this possible?