Jump to content

Search the Community

Showing results for tags 'Bug'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. I noticed this now a couple of time so i thought i would report this as a possible bug. When you have an existing field of the type Text, Textarea (possibly also Datetime, Email and URL) and trying to change the type to Concat it triggers a error message. I have tried this with a field of the type Textarea, then the Type pulldown has the following options: Concat Datatime Email Text Textarea URL After the error is shown i have tried again to modify the type from Textarea to Concat and that worked fine, no error. It looks like it has problem trying to modify a field that needs no actualy table in the database (concat field)
  2. I think I found a tiny bug when using the API and interacting with an image field. I have an image field with the maximum number of files set to 1 in its configuration. When you upload an image directly in the admin panel, it behaves properly and removes the existing image - replacing it with the new one. However, whenever I add an image using the API, (example code below) it doesn't remove the existing image; it keeps both, ignoring the maximum number of files setting. $page->image->add('http://www.domain.com/image.jpg'); Not a huge deal, but possibly something to put on the "to do" list. I suppose I should ask if someone can confirm the bug and that it's not just me. EDIT: This isn't a bug. The behavior is expected. Read Ryan's post for the reasoning & logic behind the behavior.
  3. There seems to be a bug in ProcessPageType (dev branch) that affects at least user list: renderList() tries to render MarkupPagerNav with params $pages and $pagerOptions, which fails since $pagerOptions is by default null and MarkupPagerNav expects an array. Following changes seemed to fix this, at least in this case. Haven't had the chance to test further yet -- currently on a lecture, can't spend too much time debugging/testing.. - protected function renderList($selector = '', $pagerOptions = null) { + protected function renderList($selector = '', $pagerOptions = array()) { This came up while adding users to a site (26th user => page won't render.)
  4. Not sure whether this is a known bug or something else is causing the problem. Basically my custom date field is being wiped when I resave the page. So on first adding the date and saving all is well, or if the date is added last thing before clicking save then no problems but otherwise the datefield just empties. I am also using the datepicker (not sure if this has any bearing on it)
  5. Sorry I'm not a GIT user so just posting here what I think is a tiny bug or if not, just something that I noticed. When filling in a title, if you press TAB to use a browser autocomplete suggestion, then the URL stops getting autopopulated. I'm sure you are aware of this and there may be no easy way round it but just thought I'd point it out. A few times I've not paid enough attention and ended up with funny urls!
  6. Hi, I tried installing the thumbnail module and when adding images in fields found that the bar went straight to 100% and the images didn't show so I uninstalled it and it deleted the cache and images seemed to work again but unexpectedly I'm now having the same problem again. Not sure how to either re-install or re-uninstall (?) to get things back to normal! Not sure if Apeisa can help out? Would be appreciated and sorry to be posting every 5 minutes! I feel the next day or two is make or break for me with PW!
×
×
  • Create New...