Current Page: 1 of 1
Results 1 - 19 of 19
16 years ago
webface
The sole purpose of this mail is to send an email back to myself@hotmail for testing and dev purposes. So i guess it will work out great. thanks again.
Forum: WampServer English
16 years ago
webface
Gentlemen, the matter has indeed been resolved much thanks and regards to toivo and his suggestion is a private message. First I used the telnet command to connect to the server. It kept failing as i trying to connect to my online server. then with telnet i was able to make a connection to my isp Then i checked pear install with command line and peeked around everything loooked ok. I fo
Forum: WampServer English
16 years ago
webface
I have double checked and triple checked. The path to pear is included in my php.ini. I have set the smtp to my ISP and I am trying to use my online mail server settings in the php form. I'm still getting nothing. The form stalls, the browser bar says waiting for localhost. After a few minutes it still outputs "Failed to send email". I have tried this at home and at work with WAMP. What
Forum: WampServer English
16 years ago
webface
oK now I added the pear packages to my other computer and the same results as my work computer. When I run the mail script. Nothing happens of the flash end which is supposed to clear the form fields once it gets output back from the php and at then it says Waiting for localhost at the bottom of the browser for a long ass time then eventually it outputs "Failed to send email" to flash
Forum: WampServer English
16 years ago
webface
I have installed PEAR as wells as a couple of PEAR packages thru the command line. I'm not getting mail.php cant be found anymore so thats good. When I run the email script, nothing happens, the flash freezes and eventually I get a timeout error: [18-Mar-2008 12:36:27] PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\KITS\login.php on line 3 I dunno what is cau
Forum: WampServer English
16 years ago
webface
Can you include the full path to the /Mail-1.0.1/Mail.php? I cant find it on my system. I downloaded phpmailer. I unzipped it but it deosnt contain a mail.php. I'm confused again. Can someone give me a step by stepper to setting up or configuring mail.php. I have PEAR installed....great! but I need mail.php. Help Please cheers, webfaCe
Forum: WampServer English
16 years ago
webface
I have pear installed and the include paths have been added to php.ini I am still getting this error Failed opening required 'Mail.php' (include_path='.;C:\php5\pear') The php ini in the apache and php folder have no reference of this include path. Everything is installed on my E drive and there is no php5 folder in my C: drive. Where is this path coming from? How do I change it?
Forum: WampServer English
16 years ago
webface
How do i use the dos command to run the file? I dont quite speak dos.
Forum: WampServer English
16 years ago
webface
Hi, i'm pretty new to WAMP e.t.c. I am trying to figure out how to get my mail scripts working. <?php require_once "Mail.php"; $fromname =$_POST["name"]; $fromaddress =$_POST["email"]; $from = $fromname." <".$fromaddress.">"; $recipient=$_POST["recipient"]; $to = "Recipient"." <".$recipien
Forum: WampServer English
16 years ago
webface
i had to set file permissions to my www directory using >Properties>Security tab and enabling folder permissions for my USER. WAMP rocks again then.. as long as I can configure PEAR. cheers webfaCe
Forum: WampServer English
16 years ago
webface
I tried moving the temp directory to a location under www. The other 2 uploads still work fine but this here gives me the same error. I have looked in the php manual on this and there is nothing there that sheds further light on this. I'm pretty dissapointed at this point. I got everything else configured and working but that. How can i learn this language if I cant get it to work like my server
Forum: WampServer English
16 years ago
webface
Southbeach, thanks for your input but there are no forms used here. The cms is flash based and uses actionscript. The upload call uses fileReference which was down loaded from the adobe site and has worked for me since 2004 in all my apps. I DONT THINK IT IS ANYTHING TO DO WITH THE CODE. It works online in over 10 cms' I've installed The front end to the app is in flash and uses file reference
Forum: WampServer English
16 years ago
webface
I now have imagemagick and gd installed. I rebooted and ran the script. Still the same errors. This is my wamp setup at work. Same issue as the one at home. Error log: [13-Mar-2008 10:59:33] PHP Warning: move_uploaded_file(temporary/credit_cards.jpg) [<a href='function.move-uploaded-file'>function.move-uploaded-file</a>]: failed to open stream: No such file or directory in C:\wamp
Forum: WampServer English
16 years ago
webface
The front end to the app is in flash and uses file reference to call the upload script: var uploadScripttring = 'thumbUpload.php?folder='+folder; var uploaded:Boolean = fileRef.upload(uploadScript); This calls the upload script and is the same settings used on the other uploads which work fine. I have gd support on in WAMP. I just downloaded and installed imagemagick on my pc but I don
Forum: WampServer English
16 years ago
webface
i double checked the .dll order and infact did have to switch them. Restarted and it was good to go. (-_-)
Forum: WampServer English
16 years ago
webface
..?> oops //thumbConfig <?php $ENABLE_THUMB = 1; //1 for Yes, 0 for false $ENABLE_RESIZE = 1; //1 for Yes, 0 for false $MAX_RESIZE_WIDTH = 400; $MAX_RESIZE_HEIGHT = 400; $MAX_THUMB_WIDTH = 100; $MAX_THUMB_HEIGHT = 100; ?> i've double checked what i could, not quite sure if file permissions can be set here like on server but thats the same folder and file structure used
Forum: WampServer English
16 years ago
webface
My WAMP is setup and configured. I am running into an issue with an application that has already been tested online. Its a php based cms for multimedia. It has 3 different upload scripts which upload different types of filetypes. The one that deals with images has a thumbnail class that auto creates thumbnails of each upload. This app has been tested and is used online for a few sites already but
Forum: WampServer English
16 years ago
webface
the dll is infact in that folder yet it is still not working for me. In the php.ini files, are the statements to be preceeded by ";" ? In some cases they are not. This is still not working, I have the module in the folder but WAMP is not recognizing it. HELP webfaCe
Forum: WampServer English
16 years ago
webface
Hi, I am new to WAMP. Everything checks out so far except I am having this php_exif.dll problem. I have checked my php.ini files and made sure php_mbstring.dll extention is loaded before php_exif.dll. I cant find the dll itself anywhere in the install folder. I am still getting the exif error. Can someone please show me how to fix this. I've been eating nothing but WAMP for the last 3 da
Forum: WampServer English
Current Page: 1 of 1