Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Sensibilium

    ftp_put returns false always - mkdir(): Permission denied

    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...
  2. Sensibilium

    ftp_put returns false always - mkdir(): Permission denied

    Hi, Not sure if anyone can resolve this, but I've been scratching my head all day. I am simply trying to upload a file to a remote server using 'ftp_put', I am running PHP 8.2 and using the Symfony 6.2 framework. The error I received is not related to remote server permissions, as I have code...
  3. Sensibilium

    Table Design Tutorial

    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...
  4. Sensibilium

    PDO class not instantiated, autoloader used instead.

    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/
  5. Sensibilium

    PDO class not instantiated, autoloader used instead.

    This is what I thought, but my host denies it. Here's the relevent parts from my phpinfo() call: Configure Command './configure' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-magic-quotes' '--enable-mbstring' '--enable-pdo=shared'...
  6. Sensibilium

    PDO class not instantiated, autoloader used instead.

    Hi all, Been a while since I've been here, good to see it's still alive and kicking. Anyway, onto my small issue. I have produced an autoloading function for my PHP MVC framework, and have been happily proceeding without problem on my development server, but have hit a bit of a wall when...
  7. Sensibilium

    User-Specific "Recordset not updatable" problem

    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...
  8. Sensibilium

    User-Specific "Recordset not updatable" problem

    Looks like this is the thread you were trying to link up: http://www.tek-tips.com/viewthread.cfm?qid=1412385&page=1 Ahdkaw http://www.sensibilium.com/
  9. Sensibilium

    User-Specific "Recordset not updatable" problem

    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/
  10. Sensibilium

    User-Specific "Recordset not updatable" problem

    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...
  11. Sensibilium

    Default mail software being over-ridden in user accounts

    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...
  12. Sensibilium

    REMOTE DESKTOP FOR WINDOWS 2000 PRO

    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...
  13. Sensibilium

    bar coding with access 2k

    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...
  14. Sensibilium

    Block Printer Use

    Post 3. This might help: http://support.microsoft.com/kb/q290403/ Ahdkaw http://www.sensibilium.com/
  15. Sensibilium

    Block Printer Use

    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/
  16. Sensibilium

    Block Printer Use

    You need to deselect "Simple File Sharing". I believe you can find that in Win Explorer | Tools | Folder Options... Ahdkaw http://www.sensibilium.com/
  17. Sensibilium

    Who controls the internet

    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...
  18. Sensibilium

    Block Printer Use

    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...
  19. Sensibilium

    Who controls the internet

    I'm not sure what all these arguments about who invented what and when is actually achieving. Ahdkaw http://www.sensibilium.com/
  20. Sensibilium

    Access 2K App Break To Code Window When Starting Common Dialog Control

    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/

Part and Inventory Search

Back
Top