| View previous topic :: View next topic |
| Author |
Message |
noog- Guest
|
Posted: Thu Apr 01, 2004 2:33 pm Post subject: multimedia message sending failed (using direct) |
|
|
when i change my "homepage" on my multimedia message settings to http://www.livemms.net/s/1/0ee5c19d and try and send a multimedia message to "1" like I did on Peffisaur's demo page,
It says "multimedia message sending failed" but the page itself has updated only without the pictures
http://www.beta.livemms.net/index.php
my "messages" directory is chmod 777 and empty, can anyone (peff? ) throw any light on the situation? |
|
| Back to top |
|
 |
Guest
|
|
| Back to top |
|
 |
noog- Guest
|
Posted: Thu Apr 01, 2004 3:28 pm Post subject: |
|
|
the only thing I can think of is the htaccess isn't correct, it currently reads:
RewriteEngine On
RewriteBase /www/www2.livemms.net/html
RewriteRule ^s/([^/]+)/([^/]+) /send.php [E=uid:$1,E=pwd:$2]
RewriteRule ^~(.*) /home.php?user=$1
-
saying that, the rewrites work fine when clicked, but seem to mess up when trying to send,do i need to chmod any of the php files?
 |
|
| Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Thu Apr 01, 2004 3:52 pm Post subject: |
|
|
| I see on your page that you now have a picture posted there. So did you solve this issue or are you still in the need of support? If there was a problem that you solved perhaps you could share it and the solution here in case someone else stumbles on the same thing. |
|
| Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Thu Apr 01, 2004 3:54 pm Post subject: |
|
|
| I assume it was the rewrite base or? |
|
| Back to top |
|
 |
Guest
|
Posted: Fri Apr 02, 2004 12:19 am Post subject: |
|
|
yeah it was the rewrite base
I changed it to
RewriteEngine On
RewriteBase /
RewriteRule ^s/([^/]+)/([^/]+) /full/path/to/send.php [E=uid:$1,E=pwd:$2]
RewriteRule ^~(.*) /full/path/to/home.php?user=$1
and it worked fine  |
|
| Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Fri Apr 02, 2004 8:18 am Post subject: |
|
|
Goodie!  |
|
| Back to top |
|
 |
|