Jump to content

Sydney Shackelford

Members
  • Posts

    21
  • Joined

  • Last visited

  • Days Won

    5

Sydney Shackelford last won the day on August 11 2020

Sydney Shackelford had the most liked content!

Profile Information

  • Slogan
    since FileMaker II
  • Gender
    Female
  • Location
    HACKENSACK, NJ

Contact Methods

  • Website URL
    http://www.aeonmedia.com
  • Skype
    aeonmedia.com

FileMaker Experience

  • Skill Level
    Expert
  • Application
    21

Platform Environment

  • OS Platform
    X-Platform
  • OS Version
    High Sierra, Mojave

Claris Partner

  • Membership
    Claris Community
    Claris Partner

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Sydney Shackelford's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

8

Reputation

  1. I ran into the same issue at a client who decided to upgrade to Catalina. Alternatively, you can leave it in the Application folder location and remove the quarantine Extended Attribute on the file: xattr -d com.apple.quarantine /path/to/plugin
  2. I've seen the same thing happen and it appears to be cosmetic when you register by script it returns a "1" (successful). However though it says demo on the license dialog. It does not expire in several hours like demo mode does and works normally.
  3. Just to let anyone know that may have the same issue, I have submitted this to 360works support and they replied that this is a confirmed bug and recommend to go back to ver 1.67 until a fix has been issued. -Sydney
  4. We are having an issues with the FTPeek 2.05. The same code ran perfectly fine under 1.67 With: $filename= shopping_cart.php WebPages_Connex::output_to_web is a text field containing text only (php code) The previous commands to connect and change directly don't report any errors and this happens on all platforms. When I run: FTPeek_UploadFileFromField( $$webroot & "/includes/languages/english/buxton/" & $filename ; WebPages_Connex::output_to_web ; "ASCII" ) The result is a 10-15 second delay (with a beachball on OSX and FileMaker not responding in Windows, the result is a: ? (Question mark with nothing else) and the file isn't uploaded. The strange part is that FTPeek_UploadFile works perfectly find. The issues seems to be with FTPeek_UploadFileFromField only. Hopefully some light can be shed on this issue. Here is a snippet of the log file: INFO : C++ Handling a child response CodeToParent::clear_memory Jul 25, 2017 10:48:33 PM com.prosc.fmkit.PipeChild run INFO: Handling callback for threadId 1640 / session 1 on thread Message dispatch thread Jul 25, 2017 10:48:33 PM com.prosc.fmkit.PipeChild lambda$handleMessage$9 INFO: <- doFunction finished on thread PluginBridge worker-1-thread-1 Jul 25, 2017 10:48:33 PM com.prosc.fmkit.PipeChild sendMessage INFO: Sending message to parent: finished, parent thread ID 1640 from thread PluginBridge worker-1-thread-1 Jul 25, 2017 10:48:33 PM C++ <Unknown> INFO : C++ Child process is expecting result Jul 25, 2017 10:48:33 PM com.prosc.fmkit.PipeChild handleMessage INFO: -> doFunction started on thread Message dispatch thread Jul 25, 2017 10:48:33 PM com.prosc.fmkit.PluginBridge2 doFunction INFO: --> Invoking function FTPeek_ExecuteCommand Jul 25, 2017 10:48:33 PM com.prosc.fmkit.PipeChild sendMessage Jul 25, 2017 10:48:33 PM C++ <Unknown> INFO : C++ Handling a child response CodeToParent::is_empty INFO: Sending message to parent: isEmpty, parent thread ID 1640 from thread PluginBridge worker-1-thread-1 Jul 25, 2017 10:48:33 PM com.prosc.fmkit.PipeChild run INFO: Handling callback for threadId 1640 / session 1 on thread Message dispatch thread Jul 25, 2017 10:48:33 PM com.prosc.fmkit.PipeChild sendMessage INFO: Sending message to parent: getFmDataAsFmText, parent thread ID 1640 from thread PluginBridge worker-1-thread-1 Jul 25, 2017 10:48:33 PM C++ <Unknown> INFO : C++ Handling a child response CodeToParent::get_fm_data_as_fm_text Jul 25, 2017 10:48:33 PM com.prosc.fmkit.PipeChild run INFO: Handling callback for threadId 1640 / session 1 on thread Message dispatch thread Jul 25, 2017 10:48:33 PM com.prosc.fmkit.PipeChild sendMessage INFO: Sending message to parent: getTextLength, parent thread ID 1640 from thread PluginBridge worker-1-thread-1 Jul 25, 2017 10:48:33 PM C++ <Unknown> INFO : C++ Handling a child response CodeToParent::get_text_length Jul 25, 2017 10:48:33 PM com.prosc.fmkit.PipeChild run INFO: Handling callback for threadId 1640 / session 1 on thread Message dispatch thread Jul 25, 2017 10:48:33 PM com.prosc.fmkit.PipeChild sendMessage INFO: Sending message to parent: getFmDataAsString, parent thread ID 1640 from thread PluginBridge worker-1-thread-1 Jul 25, 2017 10:48:33 PM C++ <Unknown> INFO : C++ Handling a child response CodeToParent::get_fm_data_as_string Jul 25, 2017 10:48:33 PM com.prosc.fmkit.PipeChild run INFO: Handling callback for threadId 1640 / session 1 on thread Message dispatch thread Jul 25, 2017 10:49:33 PM com.prosc.fmkit.Plugin setLastError SEVERE: PluginFunction PluginFunction{name='FTPeek_ExecuteCommand', minArgs=null, maxArgs=1} got an error with converted args [/public_html/includes/languages/english/buxton/shopping_cart.php] com.enterprisedt.net.ftp.ControlChannelIOException: Read timed out at com.enterprisedt.net.ftp.FTPControlSocket.e(FTPControlSocket.java:1091) at com.enterprisedt.net.ftp.FTPControlSocket.b(FTPControlSocket.java:1151) at com.enterprisedt.net.ftp.FTPControlSocket.sendCommand(FTPControlSocket.java:1050) at com.enterprisedt.net.ftp.FTPClient.quote(FTPClient.java:2100) at com.enterprisedt.net.ftp.FTPClient.executeCommand(FTPClient.java:2115) at com.prosc.ftpeek.GenericFTPModel.executeCommand(GenericFTPModel.java:1054) at com.prosc.ftpeek.FTPeekPlugin.FTPeek_ExecuteCommand(FTPeekPlugin.java:1433) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.prosc.fmkit.StaticFunction.invoke(StaticFunction.java:260) at com.prosc.fmkit.Plugin.invokeFunction(Plugin.java:398) at com.prosc.fmkit.RegisterablePlugin.invokeFunction(RegisterablePlugin.java:178) at com.prosc.fmkit.Plugin.invokeFunctionNoErrors(Plugin.java:374) at com.prosc.fmkit.PluginBridge2$1.run(PluginBridge2.java:1059) at com.prosc.fmkit.PluginBridge2.doFunction(PluginBridge2.java:1072) at com.prosc.fmkit.PipeChild.lambda$handleMessage$9(PipeChild.java:297) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)
  5. The problem was the heap size being too large. It only seemed to crash when I had 360 Works EMAIL, ScriptMaster, and SuperContainer Companion running, but by itself it never crashed. I set the heap size to 256 and it seems to be fine now. As a side not I had to increase it from the default 96 for FMS14 Script Engine to not crash. Thanks, -Sydney
  6. FTPeek 1.67 FileMaker 14v2 (64-bit) Windows 2008 R2 This is happening in two different Windows 2008 R2 machines. (It's not happening in OSX). Every 3 or 4 launches of FileMaker 14 (happens in both 32-bit and 64-bit) FileMaker will crash right after you launch it with the following info: Problem signature: Problem Event Name: APPCRASH Application Name: FileMaker Pro.exe Application Version: 14.0.2.200 Application Timestamp: 559b2c63 Fault Module Name: 360Works_FTPeek.fmx64 Fault Module Version: 0.0.0.0 Fault Module Timestamp: 550aead4 Exception Code: c0000005 Exception Offset: 000000000000975a OS Version: 6.1.7601.2.1.0.18.10 Locale ID: 1033 Additional Information 1: f971 Additional Information 2: f971b197d28f5ae15d56b16cbfb83516 Additional Information 3: ad8e Additional Information 4: ad8ebde836725455d134c1a7723ec947 360Work E-MAIL is also install and it loads fine in the log files that I've attached. Nothing indicating that FTPeek is loading is in there. The Heap Size has also been increased. Once it crashes, the next 2 or 3 launches it will continue to crash, then afterwards it will launch and run perfectly fine. Am I missing anything here? -Sydney 360Plugins_FMPro.log
  7. @ michaelbbateman, the javascript is only for the home page and does a redirect. It would not affect the CSS after the redirect. Perhaps something else is going on. What comes to mind is a previous modification that caused the issues or a layout that has a classic theme. Classic theme just doesn't work well with Webdirect and causes strange issues.
  8. You can put a portal inside a popover and a popover inside a patrol. Hover just like you can't out a portal in a portal, you can't put a popover inside another popover. Hence it's not possible to put a portal inside a popover that is already inside another portal. Or put a popover inside a portal that is already inside another popover. (Wow that was a mouth full.)
  9. Glad to help. I have seen the Communication error happen (only in Chrome), but it's so brief that it's more of a half second flash. -Sydney
  10. Windows 2008R2 If you using a 2 machine setup, make sure your modifying the worker machine. There was one other part I forgot to mention that is NOT is FileMaker's documentation: Got to (Win) FileMaker ServerWeb Publishingpublishing-enginejwpc-tomcatfmiVAADINthemesdefaultlayouts (OSX) /Library/FileMaker Server/Web Publishing/publishing-engine/jwpc-tomcat/fmi/VAADIN/themes/default/layouts(OS X) I changed the imp_home.html file to the following (make a backup just in case): <body> <script type="text/javascript"> top.location.href = "http://<you URL to Redirect Goes Here>"; </script> </body>
  11. There is some documentation from FileMaker on this, but it does not work properly. I found this on another forum and it worked for me: Using a custom homepage To replace the default Database Homepage, place an HTML file named fmwebd_home.html in the HTTPServer/conf folder where FileMaker Server is installed (Windows) or in the /Library/FileMaker Server/HTTPServer/htdocs folder (OS X). Web users are returned to this page when they log out of a session or the session times out. You can use the fmwebd_home.html file that is on the disk image as a basis for your custom homepage. Be sure to make a copy of the original file before modifying it. Or you can create your own homepage, such as one that redirects web users to another page on your website. If there is no file named fmwebd_home.html in the conf folder (Windows) or the htdocs folder (OS X), FileMaker WebDirect uses the default Database Homepage. To prevent a custom homepage from loading into the FileMaker WebDirect layout frame when a user logs out via a script or when a session times out, add the following JavaScript to the head section of the fmwebd_home.html file: if (window != window.top) top.location = "/fmi/webd/#"; You can set top.location to the home URL or any other URL.
  12. I thought I was the only FileMaker developer that used to develop in filePro. I have one client left on filePro and has 1 of the 3 companies he owns moved off filePro and about to have the remaining 2 moved to FileMaker within a month. His old SCO Unix (OpenServer) machine is just barely moving along.
  13. If you had a Annual Site License for FM12, then the concurrent connections for FM13 webdirect does get converted to unlimited. However, the pricing on a Site License Price isn't on the FBA store, so I'm not sure what the annual cost are going to be on the renewal. Guess we will find out in 6 months when it's up for renewal.
  14. I had this issue with any plugin that used Java (not just Scriptmaster) would not load and by accident I figured out that "Font Smoothing" option in the Remote Desktop Experience was causing it to fail. I turned off "Font Smoothing" and everything loaded fine.
  15. I do use this on the OnWindowClose script trigger, hence the reason for the "Halt Script" command instead of the "Exit Script". The "Halt Script" keeps the window from closing and just puts it in the foreground.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.