Jump to content

qtguru

Members
  • Posts

    357
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by qtguru

  1. Sorry nothin like that, besides all PW codes are magical so it defeats the point of having code snippet
  2. If its a total copy and removing the destination data yes you can its why i did for my copy in the office but that means you have to ensure you copy your whole files as its possible a data might reference a file on the site. but are you using the Latest version of Migrator
  3. Yeah that's the right way, Post this issue in the Migrator topic it belongs there
  4. Well the first one is not an error per se its a notice so that's safe to ignore the next error has something to do with a template, did you select a parent page, the last error happens but it doesn't stop the import from working. But did your content get migrated ?
  5. What is the error you are getting ? i used this Migrator alot and it works now
  6. Just in the office doing a countdown to when i can close and play Skyrim :(

  7. Check the renderNav there's a $depth argument this states if it should allow recursions or not.
  8. I don't care if a question is weird i'd happily answer them even starter questions, because a community is one where one shouldn't be afraid to ask a question with the fear of being ridiculed. worst case scenario for me would be to simply refer the forum with the answer. @kathep i like your system to finding out information.
  9. Hmmmm i think both are good but I prefer processwire more because of various reasons however this reasons are my opinions I love the fact that Processwire doesn't force any form of templating because I got so much in my head Twig,Smarty,Handlebar,AngularJs, C# Razor the last thing I want is to cram another templating engine, what I love about Processwire also is the Module Dependency system, however I do admit as a Developer I like the SilverStripe API especially the ORM i don't really enjoy using pure SQL query. But other than that Processwire all the way
  10. qtguru

    Book Recommendations

    Sadly the only books have been reading lately are all programming related but i don't mind recommendations but my types are: 1. Science Fiction anything Time travel related that messes with my head e.g Butterfly effect,Predestination, The Girl who lept through time 2. Fantasy (Magic,Wizard ,Middle Earth,Orcs Dragons,) 3. Animes I watch and read all so feel free to recommend any awesome anime books too. thanks
  11. Nice work Adrian. am glad you got it fixed. will test it today. I have a xml file over 40MB its quite large so am gonna run it over Migrator and see if there's any issue with large xml. I have like 7gb of images from wordpress to migrate to processwire i prefer not to duplicate them. My punishment for not switching to WordPress on time. nice work
  12. I don't think this has anything to do with physical memory but the memory used in loading the images, are you using a PHP function to read the image, that would be responsible for the increase a memory uses. also 15mb image is quite large
  13. Awesome module and the renaming nomenclature is awesome easy to go back by renaming
  14. anyone with non-latin wordpress contents , back at the office wanna look into it and read up on it. thanks all
  15. Alright guys having spent alot of hours working and reading PW codes, just like Neo i can see how the codes work Everything is connected everything is a page. However I have one issue breaking my mind. Frontend Administrator ( I will be sincerce am so burnt out i can't think) I want Something like this Members -> Artist-> list of members go here Musicians->list of members go here I am going to be creating a form to register members and once approved they get accepted into the member page but I prefer not to build another interface just to do this, I'd rather save them then make them hidden pending we delete them or approve them. So my question is how do i create a frontend admin page for the members to alter their information without having to create a seperate page. I what to know the PW paradigm because remember i almost attempted to build a menu manager till i grasped PW better and figured it was irrelevant to do such. Thanks all
  16. Am a bit familiar with the concept of MiddleWare in Node, so I don't have much to say in the context of PHP, however I do find it interesting as we can easily connect components to modify the response and request and simply trigger the next Middle-ware. But I will read more on that however it's the Logger interface am interested in, and would be really fun to use this in Processwire, where we can log and create Adapters e.g FirebugLog,SQLog,EMailLog something like Yii. However this means we will have to wait from 3.0 when processwire finally adopts Name-spacing and the PSR Autoloading.
  17. Yeah i had those issues, What i did was usually use ProcessMigrator and revert or delete those fields using ProcessBatcher as deleting one by one takes time.
  18. The exit code stops the script so it was the main reason i assumed the PDOException halted it but when i commented it, the script works perfectly. I no longer get the Missing Json or Zip Source message. As for the PDO Serialization issue i guess it's something we have to keep in mind, I have researched and scanned all PW source code I can't see any reason why it should. but I will occasionally look into it gradually.
  19. All the Post imported into ProcessWire from WordPress thanks alot am really glad thanks for the support.
  20. Yippe it works silly me i uncommented the exit code it imported thanks alot.
  21. What made you leave WordPress in general Response: We had to leave WordPress because we spent majority of our time fixing issues stemming from either WordPress or 3rd party codes such an example was the infamous Jetpack spin.js it kept breaking my Dojotoolkit codes. Like one of the authors here mentioned you never know what to expect when you upgrade a plugin it was nerve-wrecking. sometimes while trying to debug a site the moment you set WP_DEBUG to true you'd be amazed about the amount of sheer errors in 3rd party plugins. Personally I've read codes that make me scream in error. The biggest issue why we left WordPress was that it was extremely difficult to do simple things in WordPress if you need to create a form and save the action, you need to call ridiculous hooks and actions. It became depressing it was this moment we decided to move to something as we need to expand to something lean, modular and adopts PHP 5 Standards. How you discovered PW Response: Thanks to my Google-Fu however the first time i searched "WordPress Alternative" it referred me to a site called CMSCritics a site am very much familiar with but never gave it a thought. Processwire was on the list but i will be honest i simply skipped it because I was searching for anything "MVC" at that point. I wanted something similar to Zend and Yii so the moment I saw Pages API, I simply skipped it and checked others out however it was either others were tied to XYZ Frameworks or terrible documentation. Till i came across another specific CMSCritic article. Wordpress vs Processwire. you see seeing Processwire on the list wasn't enough but this article explained my pains in WordPress and showed how easily they overcame it in PW. What sold me was the ease you could easily write PHP CLI PW Codes. That was the moment I decided to call my client and say 'Hey we found our framework" What you like about PW Response: The Admin Interface is just Superb especially the Reno Theme, but What i love most about PW is this e.g wire('ModuleName')->doSomething() and Module Dependencies, I have experience with Zend and Yii and PHP 5 Codes and the beauty about this is that. I can build my Modules upon existing Modules meaning PW becomes lean as we don't need to re-create the same code, we can simply leverage on others. Those coming from Composer will understand what this means. I also love the fact that PW Templates are simply php files. I love the concept of injecting Data Containers into the pages. This reminds me of Dojotoolkit Templates and Data so I was hooked with this. Any client feedback you've had where a client too moved from WP to PW Response: Sadly no because am 2 months into this, but my website is being re-built into PW, but I have showed our Client the backend and the ease of code, She is a developer too so she's extremely excited about it because we've had sleepless night about WP for the past 3 years. Hope this helps
  22. Okay so i switched to Xdebug and spent the whole night debugging and during the Xdebug it never broke at ll, it converted the code and returned the json and exited as expected. This has nothing to do with the Module/Processwire if not i should have been thrown an exception during the debugging. so i will research more on this but i took out the thirdparty.json it outputted after monitoring the code. will simply import that and move on with life.
  23. I can access https://api.github.com/repos/adrianbj/ProcessWirePageLists/contents/ directly on my browser.
  24. The first one is all me I work in Switching company (Online Payment and all), so our firewall is pretty strong so that I know is as a result of the firewall, however the second error which is quite confusing because there's no assign of any Database instance in a session in your code. so am wondering how that's happening. Spent the whole night trying to get my Zend Debugger working but failed once its up i will check the Debug steps.
×
×
  • Create New...