Jump to content

Manaus

Members
  • Posts

    217
  • Joined

  • Last visited

Everything posted by Manaus

  1. I talked to the hosting provider, he said the settings are ok, and "If you are using Wordpress you can activate the Ftp". Is there a parallel in the Processwire world? Any suggestion? Thanks
  2. Thanks horst, the owner is Scrooge, the group is McDuck, but the php user is Mickey. I guess I have to tell the provider to change the first? Thanks
  3. Hello, I get destinationPath is not writable (image) when saving a page with an Image on remote host. This thread advises to put return $this->error($this->destinationPath." is not writable"); on the inputField.module. I get /site/assets/files/1058/ is not writable as a result. Oddly, the dir is 755. Phpinfo does not mention safe_mode, save a sql.safe_mode which I don't think fitting. The website resides under a /test/ directory. Pw version is 2.7.2. Thanks for any suggestion...
  4. RT @iamdevloper: The state of the Node ecosystem after that guy unpublished his modules from npm https://t.co/HPy4KUCOtJ

  5. Hello, I noticed that for geting the image right url I have to print two values <? foreach ($page->children as $child): ?> <img src="<?php echo $child->image->url, $child->image ?>" alt="" /> <? endforeach ?> Is this the normal usage, or am I skipping some important part? Thanks!
  6. Hello, browsing through Pw's admin pages on localhost usually has some disadvantages, loading pages or saving values requires 5-15 seconds each. Doing the same on the remote server is much faster, 2-3 seconds. I'm asking if there is some catch for fixing config or something... I'm using MAMP with php 5.4.10 Thanks!
  7. A client of mine asked me if there exists a service like wordpress.com for processwire, where the host takes care of patches, updates and security. Thanks
  8. Hello, I have a files repeater, containing two fields: file and counter. Sill I cannot access many values in the field, save url. The structure is thus: files [repeater] file [field] description [text] counter[field] I'd like to make the file downloadable, and display the description associated with it. Many thanks!
  9. RT @meladoodle: The new options on Facebook look like the life cycle of every relationship I've ever had https://t.co/LOwqS3vF8w

  10. RT @Independent: TTIP will let corporations sue governments that challenge their tax avoidance https://t.co/oWnRwD9QwO

  11. I think I got it http://stackoverflow.com/questions/9373023/how-can-i-get-a-summary-string-around-a-search-query-within-a-longer-string Thanks!
  12. Thank you very much Sérgio for your suggestion. I'm half done: how do I display the small part of text, usually a paragraph, surrounding the searched term? Is it built in, or I have to make a js/php function etc?
  13. Hello, I need to display the small chunks of text where the searched term resides, generally in the body of the article, like I am doing in this paragraph, so to speak And I don't have a clue Thanks!
  14. RT @WeFixYourAdvert: The new @TfL campaign bluntly addresses the woes of commuting. https://t.co/d5yn3jlWGs

  15. Hi, I need to export from a Joomla website some pages/articles, and move them to Processwire. A bit of tweaking (creating parents, batch adding categories) is allowed. Any suggestion on what way worth taking? Thank you very much
  16. RT @tomwalkerisgood: Humans aren't perfect but they're the only way we have to convert cosmic energy and stardust into cruelty and apps

  17. Got it, it was echo $page->render()
  18. Hello, I have a page with children pages. Pages have parent.php and child.php as template files. I'd like to use child template in parent page to render the content, I tried foreach ($children as $child): $child->render(); endforeach; but it did not work. Tried also foreach ($children as $child): include 'child.php'; endforeach; without appreciable results. Thanks for any suggestion!
  19. RT @apeisa: Padloper is out now! Damn it feels great! @processwire has #ecommerce now: http://t.co/dUVcrTEg0h

  20. RT @thenation: Austerity Has Failed: An Open Letter from Thomas Piketty to Angela Merkel http://t.co/9bXbQkGO8o http://t.co/w6tGXfSAFv

  21. No it does not unzip. Curious it is working on the production server...
  22. Both at 32mb... Trying with a smaller size file (2mb) I get a note "Pagefiles: Removed 'file' temp file(s) for page /mypage/mysubpage/ - archive.zip" Thanks
  23. RT @MeanwhileScotia: The bailout Greece needs, put in some context...#Greferendum http://t.co/95b49fWH5u

  24. Hi LostKobrakai, that's unlikely, the uploads happen on localhost...
  25. Hello, I created a template holding a file Field, accepting zip files. If I try to upload something via admin on the local machine, I see the advancement bar stuck at 99%, or 96% and so on, not completing the file upload. The zip is about 20Mb, and php max_post_size is set at 32. Thanks for any suggestion.
×
×
  • Create New...