Jump to content

flydev

Members
  • Posts

    1,327
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by flydev

  1. The module is updated : - fixed ProcessDuplicator - packages listed in ProcessDuplicator are now blended and re-ordered correctly by timestamps @msavard Hi and welcome here! About your issue, it is hard say without furthermore information. It can be a memory issue or a timeout issue. Which version of ProcessWire / PHP are you trying to run Duplicator on ? Which hosting provider are you using ? Are you on vps, shared host ? Could you check the duplicator log (in /site/assets/logs/duplicator.log), the server and PHP error logs ?
  2. Thanks for the code snippet @adrian , I think that checking for mod_userdir is not needed anymore as the only issue occurring with this apache module was getting the backend url, which is fixed by using $config->urls->httpAdmin I will push the update in an hour or so. Thanks!
  3. It return an URL, not the path In this case, the URL of your admin page which is valid. @adrian I think I already tried but not in depth to blend them. I will look at it more closely, its definitely a good idea.
  4. I was going to post it as the result is weird normal..., but didn't knew about httpAdmin ! I am so tired...
  5. I will make Duplicator more verbose about the logs in the next version. Thanks again for your time. Stay tuned
  6. I just tested Duplicator on 2.7.2 fresh install, everything is fine. Testing with mod_userdir... I will edit this post. Edit: @theo yep it work on my side with mod_userdir, ProcessWire 2.7.2, Duplicator 1.1.4 Maybe removing the cache and/or a modules refresh could fix it.
  7. @theo : I just pushed a fix - now Duplicator work with Apache mod_userdir. If you can upgrade the module to the latest version from Github or the module directory (version 1.1.4) and report back, I will be happy edit: don't forget to change the const DUP_MIN_VERSION
  8. @jacmaes Could you test the last version (1.1.3) please ?
  9. Never saw this issue with a FTP server, maybe its a specific settings of the server ? Do you have good results uploading a conventional file, like a "foobar.txt", an image or even a zip file ? I think I found the issue, it has nothing to do with server, I am dumb. I will push a fix. If I have the time, i will upload the SDKs tonight - I have to update and test them before. --- I can confirm this issue as I could reproduce it right now, I will find a fix.
  10. Thanks to you for reporting it back. I will test it on a server with mod_userdir installed today.
  11. Thanks - ok, there is no file because Duplicator has not run at least one time. Maybe the PHP script is killed abruptly. Please check your PM. edit: I didn't saw the last error message, there is something broken with the path.
  12. Also, could you check the logs please in /your_root_dir/site/assets/logs/duplicator.log to see if there is something revelant ?
  13. Hi @theo, you can change it safely, the reason if I remember correctly, is because ProcessWire 2.7.3 was the latest stable version of the 2.x branch - I didn't tested Duplicator on a earlier PW version. Please report here if you could backup it successfully
  14. I used it in an earlier version and I left it in case. I did well not to push the new version.
  15. There are as always Pros and Cons about using a CDN. One of the thing I like with CDN is the multiple-request capability. But on other hand, in a security point-of-view, using a CDN if you are paranoïd will make you crazy knowing that someone could modify the delivered JS code to collect data from your users...
  16. I will add this check, it make sense to me. Also it might be worth to check if the backup destination is being included - e.g. the destination is in the webroot but not excluded - then if yes, the warning appear, as the package will be saved and the ZIP file will grow. As you said, the last package will be saved and the oldest package is removed if the limit is reach. Now I am thinking to make those two settings checking each other giving the priority to the "Remove backup packages older than" setting. I will test it more closely as I would like to keep the compatibility to ProcessWire 2.x in case some people want backup their pw2 website for an eventual upgrade. My brain is overheating today, I'll read again your comments into an hour or so
  17. Hi and welcome to the forum @ihathome If I understand correctly, in your admin page, go to Modules > Configure > SimpleContactForm then check the following screenshot : PS: You should ask your module related questions in their respective thread For SCF, here you go: https://processwire.com/talk/topic/8254-simple-contact-form/
  18. Originally requested by a client, I just wanted to share this fork of this module which now support Facebook video : https://github.com/flydev-fr/TextformatterVideoEmbed
  19. Thanks for testing it @adrian! and I get what you mean. Yes, LazyCron generally will slowdown, we can even say it will break completely the navigation on the website! and should be used with caution. Duplicator support LazyCron as "last" cron solution. About PwCron, I don't see objection for removing it from Duplicator or maybe it could stay as is for people who want to use it. I added support for running cron jobs without external modules. Its already on Github (I will update the README). You have to call it this way (/site/modules/Duplicator/cron.php) : 0 0 * * * php /www/mysite/wwwroot/site/modules/Duplicator/cron.php >/dev/null 2>&1
  20. The thing weird is that you even get a Permission Denied opening the log file... Which web hosting company is ? I don't think so, it's a matter of seconds: set to true - refresh - set to false.
  21. Can you set in your config.php - $config->debug = true; - and post the resulting errors here ? The 500 error came suddenly ? please give us more infos For sure, the Apache or PHP error log contain something. Try to find them.
  22. Its a good question, this night I tested the three different providers (Dropbox, Google and Amazon) and I read about Dropbox they dropped support for the v1 since September 2017. I was aware of that but I didn't knew the exact timeline. So I removed Dropbox from the module in the version 1.0.2 but I found a small wrapper for the v2 coded by a guy on Github - already forked - I will test it if it can help to get back the Dropbox support on Duplicator. I also checked the migration guide, it should not be difficult to port the code to the v2. I just lack a bit time. There is two things I wanted to implement asap (thanks @horst!), now there is three things A small note: GoogleDrive and Amazon still work like a charm. Also I could tested yesterday a deployment on a Google Cloud VM instance (its a pain to setup, as always with Google) with the minimum resources, success!
  23. Nice one! I have a small issue with the navbar on my MacBook Pro 13" :
  24. I pushed a small update this night : Fixed changed all _() call to __() for translation string the installer parse correctly the config.php file on windows machine small typo in ProcessDuplicator Added check if ProcessDuplicator module is installed, if yes, then display the link in the local folder overview to the manager I tested Duplicator on a Windows machine with PHP-5.6 and PHP-7.0, I could build a package and cloned the site without issue too.
×
×
  • Create New...