Hi,
Using PHPRunner 3.0 for a project and whilst excellent to use there are a couple of minor issues which I would be pleased for some advice.
- When editing URL in the RTF editor, the default is /admin/ the subdirectory where the admin section is stored on the website. The only way I can circumnavigate this is to view source code and add the url as /file_name to ensure reference from root directory of web site. Is there a way of making root directory the default - e,g so I can enter the file_name without the /
- The website stores pdf files in a subdirectory /prod_info/english ... however whilst the permissions are correctly to allow documents to be saved to this directory and the others for different languages and the path appears correctly defined in path /prod_info/english/ an error message appears each time an attempt is made to view or upload pdf files via the admin section - the error message suggesting unable to find path or file although - any suggestions?
Error messages - when clicking on hyperlink in edit mode
Warning: filesize(): Stat failed for http://www.vacuum-forming-products/prod_in...ini_english.pdf (errno=2 - No such file or directory) in g:\inetpub\wwwroot\formech\admin\tbl_manuals_download.php on line 95
Warning: Cannot modify header information - headers already sent by (output started at g:\inetpub\wwwroot\formech\admin\tbl_manuals_download.php:95) in g:\inetpub\wwwroot\formech\admin\tbl_manuals_download.php on line 98
Error message when uploading new file - the permission on the testing server set to read write execute
Technical information
Error type 2
Error description move_uploaded_file(http://www.vacuum-forming-products/prod_info/english/300XQ_spanish.pdf): failed to open stream: HTTP wrapper does not support writeable connections.
URL localhost/formech/admin/tbl_manuals_edit.php
Error file g:\inetpub\wwwroot\formech\admin\tbl_manuals_edit.php
Error line 160
SQL query update `tbl_product` set `manual_english`='300XQ_spanish.pdf' where `prod_id`=1
regards
David
Websolutions4U