View previous topic :: View next topic |
Author |
Message |
dario Guest
|
Posted: Wed Oct 06, 2004 11:38 pm Post subject: Problem with displaying MMSes |
|
|
I have a problem on my page, I installed everything succesfully an I tryed to send an MMS and the page lists under the most active my name and exact size of MMS I sent but MMS is nowhere to be found.
You can see it here http://www.faturopolje.hr/peffisaur/index.php
Isn't everything supposed to be saved in msgstore directory? There is nothing there. |
|
Back to top |
|
|
dario Guest
|
Posted: Wed Oct 06, 2004 11:48 pm Post subject: |
|
|
I looked now in msgstore directory and there is one directory with mms I sent, but it isn't displayed anywhere.
Why isn't it displayed on the front page? |
|
Back to top |
|
|
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Sat Oct 09, 2004 10:15 pm Post subject: |
|
|
There probably was a problem inserting the message into the database? Did you use the email interface to post the message or the direct URL interface? It's strange because it seems to have added the size of your message to the database but probably not the message itself. Do a "SELECT * FROM messages" in the database to see if there are any messages there or if there is something wrong with them.
/S |
|
Back to top |
|
|
dario Guest
|
Posted: Sun Oct 10, 2004 10:35 pm Post subject: |
|
|
There is a message in msgstore directory and in database but it isn't shown on the page, I used my mobile phone to send the message |
|
Back to top |
|
|
dario Guest
|
Posted: Sun Oct 10, 2004 11:04 pm Post subject: |
|
|
How do I use this command "SELECT * FROM messages", I use phpMyAdmin and cannot use something else cause I'm using hosting service. I also can't send mms to mail, because of hosting service. |
|
Back to top |
|
|
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Tue Oct 12, 2004 1:20 pm Post subject: |
|
|
I have NO experience with PHPMyAdmin. But there must surely be a way to either inspect tables or run SQL queries. The table you should look into is called "messages". There should be an entry in it for every message you post. |
|
Back to top |
|
|
dario Guest
|
Posted: Tue Oct 12, 2004 3:53 pm Post subject: |
|
|
Yes there aren't any data in the messages table |
|
Back to top |
|
|
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Wed Oct 13, 2004 5:18 pm Post subject: |
|
|
And this message is sent how? Using email method or direct posting method? (have you set a URL in your phone and sends the message to whatever you like or are you using your operator's mms settings and send the message to an email address from the phone?)
If you are doing email sending, first make sure that you get the updated recmail.pl from this forum (don't use the one downloadable from the net). It's been posted here: http://www.hellkvist.org/forum/viewtopic.php?t=96&postdays=0&postorder=asc&start=0
Then make sure you have the right mysql settings in that recmail.pl. It does not take the configuration from the config.php so you need to configure recmail.pl similarly as you did in config.php (username, password etc).
Also check the logfile specified in .procmailrc if it says anything worth knowing.
If you are using the other interface to post messages make sure you have gotten the .htaccess right with the rewrite rules. But the phone should really complain if something goes wrong when posting with this interface so you are probably using email right? |
|
Back to top |
|
|
dario Guest
|
Posted: Wed Oct 13, 2004 11:20 pm Post subject: |
|
|
No I use my phone to post messages, the phone sends them and everything is ok...
I can't use e-mail.
My .htaccess looks like this
Code: |
RewriteEngine On
RewriteBase /peffisaur
RewriteRule ^s/([^/]+)/([^/]+) /serv/www/htdocs/faturopolje/peffisaur/send.php [E=uid:$1,E=pwd:$2]
RewriteRule ^~(.*) /serv/www/htdocs/faturopolje/peffisaur/home.php?user=$1
php_flag register_globals 1
|
And I tryed to change RewriteBase from /peffisaur to just / (i looked it helped someone then tho phone gives an error, but with /peffisaur everything is ok it isn't just displayed on the page. |
|
Back to top |
|
|
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Sun Oct 17, 2004 4:43 pm Post subject: |
|
|
Yeah, but what I meant was. Do you keep your operator's MMS settings and send the message to an address such as p-12312312@domain.com or do you have your domain configured in the phone as Message server and post the message to any receiver whatsoever? |
|
Back to top |
|
|
dario Guest
|
Posted: Sun Oct 17, 2004 7:02 pm Post subject: |
|
|
No, I don't use operator settings. I use configured settings domain, and I send the message to anybody. |
|
Back to top |
|
|
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Sun Oct 17, 2004 8:27 pm Post subject: |
|
|
If you post a message with just a text message - will it then display properly or is it still not there? |
|
Back to top |
|
|
dario Guest
|
Posted: Sun Oct 17, 2004 9:35 pm Post subject: |
|
|
Still not there... |
|
Back to top |
|
|
|