Jump to content

qtguru

Members
  • Posts

    357
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by qtguru

  1. 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
  2. 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.
  3. 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
  4. qtguru

    Merry Christmas!

    Merry Xmas from Nigeria sorry got no pix except me playing Skyrim.
  5. Ignore what i wrote it imported also without the comment, am still going to look at it again in the morning take care
  6. 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(); }
  7. 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
  8. Everytime i try to Migrate from Wordpress to Processwire this is what i get: https://docs.google.com/file/d/0B0Ai3JEarq31U0F6dWtfU3NrQ2M/edit?usp=drivesdk
  9. 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.
  10. 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.
  11. 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.
  12. 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.
  13. 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.
  14. 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.
  15. 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.
  16. 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...