Jump to content

qtguru

Members
  • Posts

    360
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by qtguru

  1. 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.
  2. I can access https://api.github.com/repos/adrianbj/ProcessWirePageLists/contents/ directly on my browser.
  3. 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.
  4. While trying to get some contents into my site i got the following issue, been familiar with PHP Development I tried looking for codes that tried to do the similar: $SessionFakeObject->set('keyStore',$DatabaseInstance); As the above will cause the $DatabaseInstance to be serialized which is not allowed, however I have tried debugging and can't really point what could be the cause (also my Zend Debugger is busted) so if anyone has experienced such error please respond so i look at how to fix it. As for the previous error am behind a Firewall so that's explainable
  5. Thanks now i am more encourage knowing it works on your end. I will do as specified and debug it and monitor the variables. I wanted to be sure I wasn't an exception thanks alot andrian.
  6. Sent a PM to you thanks
  7. So After the holidays decided to give it a try and using it with WordPress Migrator i keep getting these issues. Here is a screenshot https://www.flickr.com/photos/89036056@N08/16093143726/lightbox/ https://www.flickr.com/photos/89036056@N08/14166484320/in/photostream/lightbox/ For some weird reason i can't attach images here
  8. qtguru

    Merry Christmas!

    Merry Xmas from Nigeria sorry got no pix except me playing Skyrim.
  9. Ignore what i wrote it imported also without the comment, am still going to look at it again in the morning take care
  10. Any finally got it to import my contents but i had to comment the following if(empty($fp)){ $this->error("Missing required ZIP or JSON Source"); if($this->session->migratorFilesDir && file_exists($this->session->migratorFilesDir)) $this->recursiveDelete($this->session->migratorFilesDir); //$this->session->redirect('./'.$this->session->type); return $form->render(); }
  11. Am not importing a JSON its a wordpress.xml am trying to import to Processwire using Nico's MigratorWordpress. wow that was a fast response
  12. Everytime i try to Migrate from Wordpress to Processwire this is what i get: https://docs.google.com/file/d/0B0Ai3JEarq31U0F6dWtfU3NrQ2M/edit?usp=drivesdk
  13. For now due to time will work with this, but might have to create a different module that allows control over the template. sadly no free time.
  14. Thanks @Knight we are both asking the same question but it seems we might have to create a function in our init.php and paste the same code from MarkupBlog in order to change the structure from the code. I want to reformat the markup, because i have a template for the blog and i want it to follow that template structure.
  15. I need to ask a question i need to reformat the content but i don't want to modify the core because when there's an update it would be overwritten and that's bad practice what are my options. I want to be in control of the template without having to hack it.
  16. It's not a bad idea, but at some point PW would get bigger and a large amount of plugins could be sent for review, that could be the downside of approval. sadly i have no recommendation on how to achieve this.
  17. Sorry for the late reply, my work and Skyrim takes alot of my time. Thanks all so i started using it fully and went in and out and look at people's code now I understand Processwire better, I don't need a Module to manage menus anymore, like Joss said everything is a Page, with that i simply just get the children of the page and that's it. This is so awesome because i decided to switch from Impresspages (which was switch from Wordpress) to Processwire and it took me a night (few hours) to achieve a lot. Now I am interested in creating modules as a way of support I created plugins,themes for ImpressPages so is there a forum where ideas of modules are thrown I've gone too technical so ideas don't come to me easily anymore. Thanks guys.
  18. Oh Lord this is exactly what i was gaming for, and your explanation is correct. I will sit on it tonight and read the codes after work, it seems i have to research heavily on Fields as that's where the main concept lies around.
  19. Wow am so happy about the feedback, hi the name "kongondo" was in the blog module but am gonna look at it again, also yeah you are right i keep thinking about Pages literally rather than the context used in PW. Hopefully am gonna get WordPress style outta my system i will start gradually and research more and update this thread so others can learn from this also. thanks alot.
  20. Hi guys am a complete Noob to Processwire and i have spent the past two weeks reading codes and understanding the structure and concept around it. So i am the type of dev who obesseses about architecture structure before getting to work, and i think my mind is broken due to my limited knowledge on PW. So i will expain my goal. I intend to rebuild http://styljunki.com from Wordpress to Processwire because of two reasons. 1. PW has no templating system meaning no hacks like shortcode or mundane template conventions. 2. Modules dependency meaning i can leverage on existing modules (easily) e.g wire('moduleName')->method this really appeals to me alot However there are certain tasks i want to achieve. Concept of Blog vs Pages There are some contents which are Post and some which are pages, is there some such dinstinction in PW, I know PW manipulates pages and adds fields but what of Blogs which just take entry and nothing special, I tried my hands on the Blog Module on PW 2.5.8 but it threw some errors. Menu Management My Client intends to manage menus and from what i have seen ; PW lists all the pages, we were looking for something where we can simply create menus for the front page and we simply pick those. But if there's a module around I am willing to use/ contribute code if it is neccessary. Custom Post In Wordpress you can create a custom post and query that, is there any similar thing to that ? Unit testing PHPUnit Testing in WordPress was a big joke, is there any link to unit test processwire while we work Thanks this are my questions NOTE: Also i'd really like to say congrats because, I have spent the 4 years of my life developing with CMS from Joomla,WordPress,ImpressPages and really this is the first time i am really excited about a CMS. Working with WordPress as a CMS is a pain in the ass, esp for someone used to MVC frameworks like Zend and Yii. I have searched and searched till i came across your site on CMSCritic and Joss Salinger 's post the rocker blogger (rock on) on how easily he could use it despite no coding experience. I intend to contribute in my way. Keep up the good work guys. Love from Nigeria
×
×
  • Create New...