Jump to content

pwired

Members
  • Posts

    2,318
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by pwired

  1. There is no room for Spam in this forum https://processwire.com/talk/topic/10421-hosting-recommendations/#entry100267 https://processwire.com/talk/topic/10538-good-shared-hosting/#entry99787 2 posts only with no content anything related to Processwire 2 posts only (purposely) in hosting recommendations threads Processwire View profile has been disabled Same text Juliahans under alias Violet alias Adella alias Alienyoung
  2. Copied curl.exe to C:\cygwin\bin\ Putting curl after the cygwin terminal prompt $ does it ! Now I can execute those commands exactly the same way as on mac: split over different lines with \ and without escape characters Thanks Charles and LostKobrakai
  3. Thanks for that hint Charles, I downloaded and installed Cygwin and can execute all the commands as shown in the youtube video clip, just when I try to execute the command as above: -X POST \ -H "X-Parse-Application-Id: abcdefghijklmnopqrstuvwz" \ -H "X-Parse-REST-API-Key: abcdefghijklmnopqrstuvwxyz" \ -H "Content-Type: application/json" \ -d '{"accounts": ["123456789"]}' \ https://api.domain.c...s/checkAccounts I get a message thrown: -bash: -X: command not found
  4. Hi, This is not directly related with processwire but coded related so I hope one of you skilled coders can help me out with this one. A friend is on mac an he can execute following command with parameters without any problems. He can even split the command over 5 lines by using a backslash \ -X POST \ -H "X-Parse-Application-Id: abcdefghijklmnopqrstuvwz" \ -H "X-Parse-REST-API-Key: abcdefghijklmnopqrstuvwxyz" \ -H "Content-Type: application/json" \ -d '{"accounts": ["123456789"]}' \ https://api.domain.com/1/functions/checkAccounts I am on windows and as far as I can get I can only use cURL to execute the same command. First of all it seems with cURL I can not split the command over 5 lines with a backslash \ but I have to put everything on a single line. Second I have to use the \ as an escape character in the JSON parameter: this won't work with cURL -d '{"accounts": ["123456789"]}' and I have to change it into -d "{\"accounts\": [\"123456789\"]}" to make it work with cURL I tried httpie and wget on windows but both do not accept the command the way it is executed on mac, also not the way cURL is accepting it. Besides cURL, httpie and wget, does anyone know a way how I can execute this command on windows the same way as my friend does on mac split over different lines and without escape characters ?
  5. Not sure but I remember something about replacing the index.php might help. Are there any messages popping up during login ? Did you turn debug mode on ? This will ensure that errors are sent to the screen, exceptions reported, etc. This can be found in /site/config.php. By default, it is false. You'll want to change it to true: $config->debug = true;
  6. Check with manual queries your database tables where login data is stored Check permissions on folders try maximum permissions recursively to all the folders Replace the wire folder.
  7. You haven't done your homework
  8. : Guys, this is sooooo cool !!! Having seen the modifications done to the bike, and checked with google, this is not fake, but for real !! Discharge from coding for 4 minutes and enjoy watching this => It actually starts at 1:12 .
  9. You are too kind, might as well remove nothing but that spam post complete with avatar just to play us. Found violet as alias on estetica-design-forum dot com, same avatar, same text.
  10. Are you developing on windows, then you are going to love this: OpenShift
  11. I have tried them and never saw that purpose. I think it is more about history, who came first and used strong marketing.
  12. Thanks for sharing this Rick, I recognize so much of it. Welcome.
  13. pwired

    Introduction

    Have you tried other cms systems before ? If yes, you are going to fall in code with Processwire - - - - - And this time it is going to be for real Welcome.
  14. The same question has been answered already a couple of times before with posted shared hosting recommendations
  15. When ever I had this error message I simply did a google/processwire search on "call to a member function ... on a non-object ... on line" and found the solution. I am sure this will work in your case also.
  16. what software was used to make that nice red arrow and caption text ?
  17. I suggest not to start right away with processwire but first wireframe your website. Checkout: https://processwire.com/api/ Available modules: http://modules.processwire.com/ select on top left for more.
  18. This has been discussed before in the forum and what I remember from it is that this needs some strategy: => leaving out writing what is thought to be necessary and write what turned out to be needed. The forum holds many repeating posts from beginners struggling with the need to think differently because Processwire differs from most other cms'es out there: no front, everything "is a page" linked with "templates" and fields and the ability to be both a cms and cmf. For a beginner there is just too much freedom to begin with. Talking about beginners, you have to distinguish between processwire beginners who already know other cms systems and cms beginners. Then you have to reflect on being able to replace your self in a beginners mind set, because the more experienced and skilled you are, the more difficult that will be.
  19. Ok, glad everything has worked out. Welcome to Processwire.
  20. This is not recommended ! The ftp protocol is executed for each file: takes up unnecessary amount of time and rises risk of file corruption during the connection. Much faster and normally error free is to upload your processwire installation in a single zip file. It is no use going to check if all files made it genuine to the host. If any, you will not be able to distinguish them all. Delete all files on the host and upload again as a single zip file. Either repack your processwire installation or use your hosters unzip facility to extract to the root host or folder tree.
  21. I did this for my family with owncloud. Everything is already there for public and private photo sharing. (also files and leaving notes)
  22. I count and charge for hours mostly when I have to do maintenance, changes or adaptions to an already existing website. When building a new website I plan the time and the things I have to do for it. I don't charge the client for hours but I tell the client the day when I can have it ready for him and the price for the finished website. After that I charge for hours for making changes because they are usually little things.
  23. This can only be answered relatively to the skills, experience, and the amount of reusable code and templates someone has. Depending on that, for example, a 5 page general website can be done in a single day or in 40 hours But building it with Processwire will always save you time and headache
  24. v.1.5.6.4 has proven to be rockstable, safe, fast, easy and (end) userfriendly coding in the templates looks very familiar with coding in processwire templates v.1.5.6.4 architecture has same focus as processwire: nothing there that should not be there hundreds of available good plugins/modules ======================================================================== since v2.x.x.x and up everything changed focused on making it shine and show off still no confirmed stable version, too many bugs left without attention too many developers releases and forum workarounds Seems Daniel doesn't care anymore for a clean roadmap and releases plugins/modules for v.1.5.6.4 not compatible with v2.x.x.x Disclaimer: this is my own experience and opinion go to the opencart forum and check out v2.x.x.x for your self.
×
×
  • Create New...