I'm testing Zoom on a client's site with the hopes of getting it to work and purchasing a Zoom Professional license. I'm very impressed with Zoom, but unfortunately I'm running into a small problem that I can't seem to resolve on my own.
I'm using Zoom Free, Version 4.2(Build 1007). The site is being hosted by Interland on a shared server(unfortunately) which is running PHP Version 4.3.10.
I am getting the following error;
"Warning: file(search_template.html): failed to open stream: No such file or directory in d:\Customers\user1177213\www\search.php on line 586"
Line 586 of search.php is: $template = file ($TemplateFilename);
Looking at the PHP, I don't see where the variable $TemplateFilename is defined, but the warning message seems to indicate that it's defined as search_template.html. I have verified that the search_template.html file has been uploaded to the server along with the rest of the Zoom-generated files. I placed them all in the www root directory, since that's the only place where PHP files will actually work on this server. I'm not sure what else to do, short of altering the PHP code, which is likely to do more harm than good.
I have had some other issues with Interland's limited PHP configuration and support... can you please give me some insight into this problem so I can upgrade the software and get the search page up and running?
Any help would be very appreciated.
[ED UPDATE: For other readers who don't want to read all of this long topic, but have the same problem: The root cause of this problem was an incorrect working directory for PHP. As a result of this, all relative file references were failing. Interland, the web host, corrected the PHP configuration and fixed the problem.]
I'm using Zoom Free, Version 4.2(Build 1007). The site is being hosted by Interland on a shared server(unfortunately) which is running PHP Version 4.3.10.
I am getting the following error;
"Warning: file(search_template.html): failed to open stream: No such file or directory in d:\Customers\user1177213\www\search.php on line 586"
Line 586 of search.php is: $template = file ($TemplateFilename);
Looking at the PHP, I don't see where the variable $TemplateFilename is defined, but the warning message seems to indicate that it's defined as search_template.html. I have verified that the search_template.html file has been uploaded to the server along with the rest of the Zoom-generated files. I placed them all in the www root directory, since that's the only place where PHP files will actually work on this server. I'm not sure what else to do, short of altering the PHP code, which is likely to do more harm than good.
I have had some other issues with Interland's limited PHP configuration and support... can you please give me some insight into this problem so I can upgrade the software and get the search page up and running?
Any help would be very appreciated.
[ED UPDATE: For other readers who don't want to read all of this long topic, but have the same problem: The root cause of this problem was an incorrect working directory for PHP. As a result of this, all relative file references were failing. Interland, the web host, corrected the PHP configuration and fixed the problem.]
Comment