Finally nailed down this issue, it was something daft in the end, I should have spotted it earlier. In fact the solution was sat in the working code (which wasn't included in my shortened version).
Essentially, I wasn't including the local file path in the ftp_put() call. The error raised by...
...be occuring would be amazing.
This is the failing class (FtpHelper) and calling class (CronDailyController):
<?php
namespace App\Service;
/*** FtpHelper
* Provides required information for FTP access
* to various scripts
*/
class FtpHelper {
const WEBSITE = 0;
const WEBSITE2...
For telephone numbers, zip codes, state abbreviations, social security numbers I would use VARCHAR, as they really are that type of data.
Use INT's for actual numbers (SMALLINT, MEDIUMINT, etc. for numbers with a range). SMALLINT(1) should also be used for boolean values 0=FALSE, 1+ =TRUE. You...
That was indeed the case, I have added the relevant entry into my php.ini file as suggested and it's all now working perfectly.
Many thanks!
Ahdkaw
http://www.sensibilium.com/
...// Statement to perform
private $result; // Result holds data retrieved from server
private $prefix; // Prefix holds the table name prefix
/*** Create new connection to database
*/
public function connect()
{
// connection parameters
$host = LOCALHOST;
$user = LOCALUSER...
Okay, I checked the versions, and it appeared that msjet35.dll was not present on the PC with the problem.
I copied the file across and restarted the PC. Reloaded the Access 2K Runtime App with the required credentials, and the problem was still there.
I have since refreshed the References in...
Hi Mick,
The link you provide is this topic! lol
I shall check out the msjet35.dll versions though and post again if it works.
Ta
Ahdkaw
http://www.sensibilium.com/
Hi folks,
It's been a long time since I posted a question here, and finally after many days of frustration and head-banging, I find I have nowhere left to turn.
-- Access Runtime 2K -- Front End & Multiple Back Ends --
Basically my problem lies in a form (with subform), Purchase Order form to...
I have a laptop running Windows XP Pro (SP2) which contains a total of four user accounts. Two of the user accounts are local users of the laptop (1 user, 1 admin), whereas the other two are part of a Windows Domain (1 user, 1 admin).
Each day I log on to the local administrator and join the...
Install 'Terminal Services' on the server, and check that you have port forwarding setup on your router.
I recommend creating a restricted user on your server, that is a member of nothing but an empty Group (create an empty group called 'Remote Users' or something). This user will be able to...
You have to consider the number of labels you will be printing, if you are talking in the thousands then it is best to purchase a dedication barcode printer. Also note that if you choose to go the thermal (no ink) route, the costs are considerably reduced.
All barcode printer manufacterers...
I could be wrong though, as I have "Simple File Sharing" enabled and I can still see my Security tabs (although perhaps this is due to my Win 2000 Server Default Domain Policy).
Ahdkaw
http://www.sensibilium.com/
That's better, thread back on course. :)
I agree that control of the internet should handed over to universities (worldwide), but funding is a major issue, those who fund have a thumbscrew to turn if they don't appreciate the way the 'net is going...
There is definitely room for improvement...
Of course, setting the Print Spooler service to Manual and then starting it up when he needs to print something, will be secure for one sitting only. How would you stop him from peering over your shoulder and watching what you do?
Perhaps the permissions route is the way to go, in which case...
Ah yes, please forgive my foolishness.
It's instantiated on the form, there is no other reference to it in the underlying code, except where already noted.
Name: dlgCommon
OLE Class: CommonDialog
Verb: 0
Class: MSComDlg.CommonDialog.1
Ahdkaw
http://www.sensibilium.com/
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.