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.


Topics - Maeva55

Pages: [1]
1
Hello,
I work with 1.7.4 version, on a new dedicated server under PHP 5.2.x
All works fine, but my problems :
When an user wand send a comment, comment is not sent and "Please add a comment" is displayed each time.....
Same thing for postcards (add a message each time).....
I think problem is on session_id or session_user_id or in general on session problems.
How fix this this ? In php.ini ? Add a .htaccess ! How ?
Many thank's for reply and help me to resolve this.
Regards


Ps : before, on Php 4, absolutely no problems.

2
Hello,
Great mode, but problem with multi-upload MOD, dont work  :cry:
Is anyone can help me for fix this please.
Regards

If i try this, dont work :

I have a solution

Change in batch_annotate.php
Code: [Select]
$root_path = (eregi("\/plugins\/", $PHP_SELF)) ? "./../../" : "./../";
to:
Code: [Select]
$root_path = (!eregi("\/plugins\/", $_SERVER['PHP_SELF'])) ? "./../" : "./../../";
:oops:

3
Templates & Styles (Requests & Discussions) / highlight thumbnails ? !
« on: January 03, 2007, 05:03:00 PM »
Hello,
I want add code that can highlight thumbnails (only when mouse is over a thumbnail) ?
Is anyone can tell me this please.
I use Version 1.74
Kinds regards.

4
 :?
Hello,
I have a problem for put code 1.74 on 7 Dana template :
http://www.7dana.com/download/pafiledb.php?action=file&id=43
I have made many try with this post :
http://www.4homepages.de/forum/index.php?topic=13732.0
But in somes files, i dont know location for put this code.
I think many on this forum can make this in 5 mn  :D
But not me.
Is someone can make this and post here on forum or send me by mail ?
If needed, i can give some money (not many) by Moneybookers exclusively.
Kisses and thanks.
Sorry for my English, i am a french woman

Pages: [1]