 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
March 30th, 2006, 06:04 PM
|
#21 (permalink)
| | Member Verified Customer
Join Date: Sep 2004 Location: Costa Mesa, CA
Posts: 46
|
well actuly i guess the mail isnt working. i can send mail through the mail.php but not from the photopost site
|
| |
March 30th, 2006, 06:14 PM
|
#22 (permalink)
| | Member Verified Customer
Join Date: Sep 2004 Location: Costa Mesa, CA
Posts: 46
|
okay my php mail is set up. I registered in photopost and used my gmail address as my email address during registration This is the error I am getting in photopost
PHP Warning: mail(): SMTP server response: 550 not local host gmail.com, not a gateway in C:\Program Files\Ensim\WEBppliance\SiteData\Domains\trevorjames.biz\ROOT\Inetpub\wwwroot\gallery\register.php on line 281
I can send php mail with the test file at trevorjames.biz/mail.php
|
| |
March 30th, 2006, 06:51 PM
|
#23 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
You need to define in your php setup the smtp mail paramters
You need to set permissions on the uploads and data directories under the photopost directory to READ WRITE EXECUTE 777 permissions. There is no way around this. You need to ask your host to do this.
|
| |
March 30th, 2006, 07:06 PM
|
#24 (permalink)
| | Member Verified Customer
Join Date: Sep 2004 Location: Costa Mesa, CA
Posts: 46
|
i just set the files wide open and it still wount work. Dang it. About the mail where do I config the smtp paramiters?
|
| |
March 30th, 2006, 08:11 PM
|
#25 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
You configure the mail thing in your php.ini file on the server. You enter the correct SMTP settings. I can not tell you what they are. http://www.photopost.com/installphp.html
That is the install instructions with permissions. Try using gd2 as the image processor and see what you get.
|
| |
March 31st, 2006, 06:12 PM
|
#26 (permalink)
| | Member Verified Customer
Join Date: Sep 2004 Location: Costa Mesa, CA
Posts: 46
|
ohh well never mind I found the php.ini file lol
Last edited by aluisi; March 31st, 2006 at 06:17 PM.
|
| |
March 31st, 2006, 06:22 PM
|
#27 (permalink)
| | Member Verified Customer
Join Date: Sep 2004 Location: Costa Mesa, CA
Posts: 46
|
okay here is my php.ini settings Quote:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30 ; Maximum execution time of each script, in seconds
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
;;;;;;;;;;;;;;;;;
; Data Handling ;
;;;;;;;;;;;;;;;;;
; Maximum size of POST data that PHP will accept.
post_max_size = 8M
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = c:\windows\temp\php
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;
[mail function]
; For Win32 only.
SMTP = (set as my servers IP address i took out my IP in here because i dont want people to know my servers IP)
; For Win32 only.
sendmail_from = me@localhost.com | |
| |
March 31st, 2006, 06:54 PM
|
#28 (permalink)
| | Member Verified Customer
Join Date: Sep 2004 Location: Costa Mesa, CA
Posts: 46
|
Okay i switched to GD2 and I got a new error. One thing I notice after I installed the new version of php the php.ini file has all the old settings for the previous version of php. Quote:
GD2 Error
PHP Fatal error: Call to undefined function: imagecreatefromjpeg() in C:\Program Files\Ensim\WEBppliance\SiteData\Domains\trevorjames.biz\ROOT\Inetpub\wwwroot\gallery\image-inc.php on line 84
| |
| |
March 31st, 2006, 07:10 PM
|
#29 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
You need to make sure the gd2 dll is in the extentions directory for php on your server and then fill in the php.ini and specify the extentions directory and uncomment the gd2 dll and that should enable gd2
|
| |
March 31st, 2006, 07:27 PM
|
#30 (permalink)
| | Member Verified Customer
Join Date: Sep 2004 Location: Costa Mesa, CA
Posts: 46
|
should i replace all the old php.ini with the new install on in my windows directory? Also should the path to the extentions folder have / insted of \ in the path name?
|
| |
March 31st, 2006, 08:44 PM
|
#31 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,070
|
You can use windows paths in the php.ini file you just need to place the true path to the folder that has the extentions in it like maybe
C:\PHP\extentions
The php.ini you edit is the one that is being used by PHP
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 03:19 PM. | |