Jump to content

rst

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by rst

  1. Seems like procache minify removes a trailing slash within embedded svg files tags ( path, polygon, rect etc ) It causes the svg not display correctly in Safari and Chrome. How do I force it to keep that slash? Thanks
  2. thanks for your help, unfortunately the hosting company wont allow me to make this edit
  3. yeah i saw those posts, didnt help with my error
  4. seems like this is the actual error that gets triggered exception: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '41-0' for key 'PRIMARY'
  5. What i just noticed, which i cant explain at all, is that if i remove the word "from" all lower case from the text area on that page, it saves without any problems. i add this word again to the text, i get that error i added mod_security to the .htaccess, its not making any difference
  6. i am having the same issue on the 3.0.62 version. i disabled system notifications module, but it doesn't seem to be helping
  7. i am having this issue as well. it happens when i try to save certain pages on the back end. i click save, it takes me to the error page, when i go back to the page i was trying to save, the content i added is missing.
  8. yeah i didnt set the limit to max allowed characters. i wonder if it could be some sort of a setting on the server or a database ?
  9. I am trying different things, and it looks like if I remove some of the text in the textarea field it saves the page correctly. Is there a way I can increase maximum allowed characters so it doesnt trigger 404 error ?
  10. I am copy pasting a bunch of text into a text area on the page, when I click save I get a 404 error I updated to the latest version of processwire, didnt help. Any ideas ? thanks
  11. were you able to figure out your problem? i am having the same issue with the latest version of processwire
  12. thank you!
  13. thank you! would it be possible for you to give an example of what the htaccess line should be ?
  14. Hello, Is it possible to have a wordpress site inside a processwire subfolder? so for example domainname.com would have a processwire site domainanme.com/wordpress would point to a wordpress site thanks
  15. having a problem with this as well, any solutions ?
  16. I am having problems with accessing the map marker api. No matter what I do it just outputs the entire information in all the fields "address (lat, lng, zoom) [OK ROOFTOP]" if i add $page->map->lat it just adds "->lat" at the end of the output works now. needed to use {} brackets in my php
×
×
  • Create New...