
blacksrv
Members-
Content Count
52 -
Joined
-
Last visited
Community Reputation
3 NeutralAbout blacksrv
-
Rank
Full Member
Recent Profile Visitors
1,392 profile views
-
Edit: I found the problem, I was using the filter method, and that was causing the missing pages. Thank you!
-
Hi All, I'm using the descendants() method to get all childrens, grandchildrens, great-grandchildrens, my structure is something like this: /page/ /article/ /article/ /subcategory/ /article/ My results using: $page->descendants() ProcessWire\PageArray Object ( [count] => 2 [total] => 4 [start] => 0 [limit] => 0 [pager] => 1 to 2 of 4 [items] => Array ( [Page:0] => Array ( [id] => 2 [name] => article1 [parent] => /page/ [template] => article [title] => Article1 ) [Page:1] => Array ( [id] => 3 [name] => article2 [parent] => /page/ [template] => article [title] => Article2 ) ) [itemsRemoved] => Array ( [0] => Array ( [id] => 4 [name] => subcategory [parent] => /page/ [template] => category [numChildren] => 1 [title] => Subcategory ) [1] => Array ( [id] => 5 [name] => article3 [parent] => /page/subcategory/ [template] => article [title] => Article3 ) ) [selectors] => has_parent=1, include=all ) I am receiving only direct descendants as long as they are empty. I'm not sure if I'm missing something or if it's not the right function. Thanks!
-
@BillH, I hadn't thought of that alternative, however, that would leave all the files in 1 folder, I don't know if it would work. @bernhard, not 100% sure, I'm currently emptying the empty folders, however it's not a permanent fix. Any idea how I could prove if it is indeed the folders? I/O monitor does not show any peak loads. @teppo I didn't know about this, I'll set up a local copy and do the test, thanks.
-
@louisstephens, Users with a single image field, and it does not matter if it's empty, the folder is created anyway.
-
Hello to all, I'm facing some issues with folders being created by PW, I have about 1 million pages, and each time a new page is created it takes about 10s to complete the save. is possible to change the current behavior to create / re order the folders created to be inside a subfolder by date / month / day ? Any other Ideas? Thank you!
-
edit.
-
Yes I know, but it's not working, in both file I have $config->debug = true;
-
I notice I can overwrite it in wire/config.php, but still not working, any ideas? Thanks
-
Hi everyone, I'm having some issues with a checkbox list: I have a "select options" field with multiples checkbox, and I need to add an attr to each checkbox. Is possible to do it without JS? Thanks
-
Nevermind, was a stupid error on a prepend file.
-
Hi, I got this error after login to the backend: Already tried to delete cache, disable all modules, update processwire to lastest version, nothing works. Any idea of this error?
-
anyone?
-
Hi, I'm having some issues with PW after a NGINX error, I'll try to elaborate: 1) My nginx site conf file went corrupt. 2) try to recreate it using: https://processwire.com/talk/topic/275-processwire-on-nginx/ 3) All my urls are accesible using '/' or without it. 4) I have urls that doesn't work without the / at the end, the url is dynamic (I check for the segments) Ex: "www.url.com/something/countries/usa" works! "www.url.com/something/countries/usa/" works! "www.url.com/something/countries/mexico/" works! "www.url.com/something/countries/mexico" doesn't work I assume it has something to do with my nginx, it only happens with the same country, in fact if you use a country that doesn't exist it just redirect you to the main url, but in 'mexico' case it just return a 404. Any ideas??? edit: something I forgot I testing adding it a backslash to all urls but the backend has some troubles when it comes to saving.
-
just tested with 2.8, not working for me.
- 27 replies
-
- dashboard
- templates
-
(and 165 more)
Tagged with:
- dashboard
- templates
- repeater
- trash()
- delete()
- else
- if
- repeater
- page array
- previous page
- next page
- api
- repeater
- api
- pages
- delete
- edit
- page
- frontend
- user
- fields
- timestamps
- metadata
- mobile
- amp
- join table
- repeater
- HackerNews
- FieldtypeTime
- Table
- DateTime
- Module
- moduleuser
- edit
- php
- selector
- editable
- pages
- multi-user
- Image Crop
- search
- conditional
- Convention
- profields
- tabel
- images
- image
- Database
- subdirectory
- nginx
- bug
- select
- selection
- php
- pages
- pagefield
- foreach
- pages
- template
- output
- selector
- php
- processwire
- page
- pagefield
- select
- shopping cart
- product
- clone
- duplicate
- two
- repeaters fields pagination
- admin
- bug
- modules
- ImageSelect
- user
- Tags
- Unpublished
- Module
- Developer Tools
- Chrome
- Session
- pagetable user template
- field page
- bug
- visibility
- 500 error
- textareas
- array
- last
- floss
- repository
- code hosting
- parent
- paths
- Templates
- new page
- constraint
- WireUpload
- experimental
- showcase
- blog
- permission
- assets
- filter
- field name
- field label
- edit template
- portfolio
- text_formatter
- multi language
- error
- repeater
- array
- foreach
- textarea
- all pages
- charts
- data
- companies
- quarterly results
- Admin
- Admin Theme
- forums
- admin
- parked domain
- redirect
- page field
- url field
- pagination
- Module
- error
- repeater
- CSS
- Module
- $pages
- get
- url
- image
- field
- bug
- forms
- api
- pages
- page
- placeholder
- selectors
- fields
- Ssl redirect
- begginer
- pages
- list
- navigation
- redirect
- home
- homepage
- root
- rangeslider
- label
- placeholder text
- options
- select
- asm select
- page reference
- categories
-
is possible to add some graphics in the frontend? Using hanna or directly php? Thanks