Jump to content

tc_855

Members
  • Posts

    11
  • Joined

  • Last visited

tc_855's Achievements

Jr. Member

Jr. Member (3/6)

1

Reputation

  1. When I do any search I see this errror Error: Exception: Field does not exist: sidebar (in /var/www/wire/core/PageFinder.php line 248) #0 [internal function]: PageFinder->___getQuery(Object(Selectors)) #1 /var/www/wire/core/Wire.php(271): call_user_func_array(Array, Array) #2 /var/www/wire/core/Wire.php(229): Wire->runHooks('getQuery', Array) #3 /var/www/wire/core/PageFinder.php(145): Wire->__call('getQuery', Array) #4 /var/www/wire/core/PageFinder.php(145): PageFinder->getQuery(Object(Selectors)) #5 /var/www/wire/core/Pages.php(144): PageFinder->find(Object(Selectors), Array) #6 [internal function]: Pages->___find('title|body|side...') #7 /var/www/wire/core/Wire.php(271): call_user_func_array(Array, Array) #8 /var/www/wire/core/Wire.php(229): Wire->runHooks('find', Array) #9 /var/www/site/templates/search.php(19): Wire->__call('find', Array) #10 /var/www/site/templates/search.php(19): Pages->find('title|body|side...') #11 /var/www/wire/core/TemplateFile.php(125): require('/var/www/site/t...') #12 [internal function]: TemplateFile->___render() #13 /var/ I'm pretty sure that I haven't done anything to the core files or the search files themselves. Here is what my search template looks like. Does anyone have any advice for me?
  2. How do I implement tags in PW? I have categories working fine but I'm speaking about allowing the users to create field values when creating a page and if that field value already exists then they just include that existing one. Basically the exact same function Wordpress has to utilize tags. Is this possible? This seems like a feature that would be a common request. Can anyone steer me in the right direction? Thanks
  3. I installed GD and also fixed my asses file permissions and it's all god now. chmod -R og+rw /site/assets Thanks for the help.
  4. Title says it all. I have a custom field and I want to attribute multiple pages, from a section I've called "genres", when creating a new page, from a section I've called "movies", but every time I select more than one "genre" only the first one on the list will actually save Please see attached photo to see the modules I have installed in case that is the issue. Anyone know a thing or two about what I'm talking about? Thanks,
  5. Thanks for the reply. I have full control over the server. I checked and couldn't find anything related to GD or GD2 in the phpinfo dump. I'll try to install it myself. But why would it have worked in the past and just stop working now?
  6. I was just working on my project which had no issues at all before and when I saved a page I saw a small error box that said "destinationPath is not writable [images]" So I change the permissions in my asses/files folder to 7-7-7 and that fixed it. However when I went to create a new item I was not able to upload any images. In my console I noticed the error Call to undefined function imagecreatefromjpeg() Can someone help me understand why that is?
  7. I copies the Skyscrapers field entry data almost to the 'T' when creating my PW project. I created new pages/subpages for the drop down data to choose from and now I want to give a new page the option of selecting from one of those drop down of those categories. All looks good. I go from a drop down tree list of my pages, select the page I want to categorize the page with and then hit save ... but nothing stores in the database and when I come back I have to select it again. Also if I choose 'select' instead of PageListSelect I see a drop down containing nothing in the page when creating a new one. Is there some kind of programming needed to be able to store PageListSelect data? Thanks.
  8. After some research and testing I have come to the conclusion that my issue is not a template issue but rather the fact that the data I am entering doesn't store itself in the database. Every time I refresh the page to edit the data my fields are empty again. Any clue as to why that is?
  9. Thanks ... right now my template looks like this <?php /** * Page template * */ include("./head.inc"); echo $page->body; include("./foot.inc"); But I have three custom fields. I will look in to the documentation you suggested
  10. I just started with PW and I've gotten the hang of things quite easily but whenever I make a new field it doesn't not appear on the user side of the template. I can manage the field content in the admin section but nothing appears but the title and body on the user side. Is there a permissions/roles function that I have to change? Is there something in the PHP template files I need to change? Thanks.
×
×
  • Create New...