| View previous topic :: View next topic |
| Author |
Message |
James Guest
|
Posted: Sun Mar 28, 2004 7:13 pm Post subject: Can Someone please help me?? |
|
|
Hi everyone,
right basically what i am trying to do is, i have got my own webserver at home running php platform the url is www.lodge.me.uk, i want to setup mms diary on it and be able to send mms to it. I have tried but i don't know much about php so it is all very confusing.
Many thanks James |
|
| Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Mon Mar 29, 2004 4:31 pm Post subject: |
|
|
Well, what seems to be the problem? I assume you have followed the instruction manual, created the msgstore-directory, made it writable, updated config.php to your system and so on. Or is there something you need help with there?
And if you have set it up and it still fails (if the phone says there is some error) then you might need to change your settings in the phone, such as using another wap gw for instance. With some operators it is not possible to run mms diary unfortunately.
But please specify exactly what is your problem. There are so many ways in which it can go wrong so it's impossible for me to tell otherwise. |
|
| Back to top |
|
 |
jimlad Guest
|
Posted: Mon Mar 29, 2004 11:38 pm Post subject: Help |
|
|
I am using o2 uk, i joined up to mms.natnit.net and was able to send pictures but they did not show up, just the out lines but the file size of my own area was in the 800kb which suggested that the pictures were there but just not being displayed on the website. so to me that means my operator must allow me to send. i am using a sagem My-X6. i m sending the mms to http://www.lodge.me.uk/diary/send.php but i am not sure if this is correct. Also i am not too sure if i have set the permissions on the files and folder correctly any idea??? i really want this to work so i can share my uni (university) life with my family and friends. i am very grateful for your help
James |
|
| Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Tue Mar 30, 2004 12:08 pm Post subject: |
|
|
Hi again,
There is a scipt called poster.php (search for it in this forum as I have posted it several times). With that you can post manually from a PC and see if the server gives out any error messages. This is very helpful assuming you have a binary mms message. I might try and post against your site to see if it works for me...BUT right now it seems the send.php does not exist at all at the position you specify [lodge]/diary/send.php. I get a 404 Error when accessing the send.php. So please provide the correct URL and I might be able to tell what the problem is. |
|
| Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Tue Mar 30, 2004 12:19 pm Post subject: |
|
|
| ...it might also be the case that your phone is one of the few who posts JPEGs using the content-type "image/jpg". I have noticed that some phones do that when the actual content type should be "image/jpeg". If you think that that is the case you can check the files and simply add "image/jpg" along side the other content types and it would work. |
|
| Back to top |
|
 |
Jimlad Guest
|
Posted: Tue Mar 30, 2004 12:24 pm Post subject: Psoting |
|
|
just a quick post, i looked around the forums and found that you had suggested to another user to try posting to you mms diary, i did this and it worked fine ?? so i have every confidence that my phone is all correct
Thankyou James |
|
| Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Tue Mar 30, 2004 2:52 pm Post subject: |
|
|
Ok, jolly good then.
Then:
1) Make sure you have the right URL to your site. As I said, I could not find the send.php where you said it was so if it was that URL you put in your phone it won't work.
...test...
2) Make sure you have created the msgstore directory in the same directory as send.php and make sure it is both writable and readable by any user.
...test...
3) Check if you have the GD module in php by typing php -m. If you do not have it there will be an error whenever you post.
...test...
4) Send me the correct URL to your send.php (my email address can be found at http://hellkvist.org/about/) so that I can test against it. I'm sure I will be able to tell what's wrong with it by looking at the error messages the site gives away |
|
| Back to top |
|
 |
jimald Guest
|
Posted: Tue Mar 30, 2004 11:34 pm Post subject: Allm most there |
|
|
Many thank to you on your help, i am also most there, my server now recieves the mms and and creates seperate folders each time, but the website won't display them i get following error
Warning: Unknown(C:\Inetpub\wwwroot\veiw.php): failed to open stream: No such file or directory in Unknown on line 0
Warning: (null)(): Failed opening 'C:\Inetpub\wwwroot\veiw.php' for inclusion (include_path='.;c:\php4\pear') in Unknown on line 0
Does that help you??
many thanks once again
James |
|
| Back to top |
|
 |
Jimlad Guest
|
Posted: Wed Mar 31, 2004 2:35 am Post subject: Still trying |
|
|
Hello again, i am still trying to battle through this, i am almost there its just the mms don't appear on view.php they are definatly being sent and recieved by the server, if i click on the index.php file in the admini folder on my server what should i expect to see?? because i get
Subject Date Action
Delete\n" ); print( "\n\n" ); } } ?>
is that normal or does that show you something is missing??
i am sorry to keep bothering you, but i really want to make this work
Many thanks James |
|
| Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Wed Mar 31, 2004 8:52 am Post subject: |
|
|
Your first post: What file is trying to include "veiw.php" as the errors say? I sure have no file in MMS Diary that includes the file so that must be something you have done. Besides, if you are trying to include "view.php" into some other page you should include "view.php" and nothing else (but perhaps you just made a mistake when you posted the message here).
Your second post: No, that is not really normal. Something is broken there and I cannot really tell what I'm afraid.
Overall, I see that you are trying to install this on windows. I have no experience with windows. I know some users have made it work there but I remember them having some problems with it. I don't remember actually what was the problem. |
|
| Back to top |
|
 |
|