Weather by You!
Templates and Projects support => Php templates => Topic started by: Johnschols on February 02, 2016, 10:19:34 AM
-
Hi, I've seen the this question has been asked several times but I cannot see how the problem was resolved in the end.
I'm processing the wt_data_inc.php and the wt_month_inc.php in Cumulus and have tagged these to FTP to my site.
The php files are being processed and are creating the phptmp files which are being sent. I am getting the following error for both files:
15:42:35:015 06527F10 TCustomWSocket.Shutdown 1 1516
15:42:35:955 Local file: C:\Cumulus WbY\wt_data_inc.php Remote file: http://solarschols.familyds.com/wt_data_inc.php
15:42:35:956 FTP Command: TYPE A
15:42:35:957 06527750 TriggerDataSent 1308
15:42:35:973 FTP Response: 200 Type set to A.
15:42:35:973 >|200 Type set to A.|
15:42:36:956 Uploading C:\Cumulus WbY\wt_data_inc.phptmp to http://solarschols.familyds.com/wt_data_inc.phptmp
15:42:36:956 ! HighLevelAsync 0
15:42:36:956 FTP Command: PORT 192,168,1,65,212,204
15:42:36:956 06527750 TriggerDataSent 1308
15:42:36:973 FTP Response: 200 PORT command successful.
15:42:36:973 >|200 PORT command successful.|
15:42:36:973 ! HighLevelAsync 0
15:42:36:973 FTP Command: STOR http://solarschols.familyds.com/wt_data_inc.phptmp
15:42:36:973 06527750 TriggerDataSent 1308
15:42:36:992 FTP Response: 553 http://solarschols.familyds.com/wt_data_inc.phptmp: Permission denied.
15:42:36:993 >|553 http://solarschols.familyds.com/wt_data_inc.phptmp: Permission denied.|
I have tried removing the "_" (underscore) from the file names to see if this was the problem. Same result.
Any assistance would be greatly appreciated
Regards John Schols
-
Hi John.
This message mean that Cumulus has problem to send data file
to your site. Some sites require that the file was deleted before
the new version will be sent.
So check to see if the file was processed and sent to your website
at least once. If so, delete the file and see if a new version is sent.
(If it appear, check Cumulus configuration for "delete before" option)
Regards,
Jacques
-
Jacques,
Thank you for your reply. After some chasing and hunting thru Cumulus log files I evently discovered that I was adding my site address to the Remote File Names section of the setting pages. So instead of ;
http://solarschols.familds.com/wt_data_inc.php I should have entered ;
web/wt_data_inc.php
All working fine now thanks.
Regards
John Schols