Jump to content

root

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by root

  1. I did some more investigation on the problem. After removing the second repeater I am not able to insert more than two repeated Items in the first repeater. The first two items are not editable or deletable after trying to insert a third one.
  2. Today I made a fresh installation of 2.6.1. I recreated all fields and templates. The error occurs again so it is perfectly reproducable and it looks like a bug. I also realized that "Setup>Logs" did not appear in my updated installation.
  3. Sure: The machine is an i5 with 16 GB of RAM running Ubuntu 15.04 with apache. PHP version: $ php --version PHP 5.6.4-4ubuntu6 (cli) (built: Apr 17 2015 15:47:51) Copyright © 1997-2014 The PHP Group Zend Engine v2.6.0, Copyright © 1998-2014 Zend Technologies with Zend OPcache v7.0.4-dev, Copyright © 1999-2014, by Zend Technologies Apache version: $ apache2 -v Server version: Apache/2.4.10 (Ubuntu) Server built: Mar 9 2015 11:53:48 MySQL version: 5.6.24 I'm using the following modules: ProcessPageSearch 106 Page Search SystemUpdater 10 System Updater InputfieldSelector 24 Selector FieldtypeTextLanguage 100 Text (Multi-language) FieldtypePageTitleLanguage 100 Page Title (Multi-Language) LanguageSupport 103 Languages Support LanguageTabs 111 Languages Support - Tabs LanguageSupportFields 100 Languages Support - Fields LanguageSupportPageNames 9 Languages Support - Page Names FieldtypeTextareaLanguage 100 Textarea (Multi-language) PageRender 103 Page Render MarkupPageArray 100 PageArray Markup AdminThemeDefault 13 Default JqueryUI 195 jQuery UI JqueryTableSorter 221 jQuery Table Sorter Plugin JqueryCore 183 jQuery Core PagePermissions 105 Page Permissions FieldtypeFieldsetOpen 100 Fieldset (Open) FieldtypeTextarea 104 Textarea FieldtypeFile 104 Files FieldtypeFieldsetTabOpen 100 Fieldset in Tab (Open) FieldtypePassword 101 Password FieldtypeCheckbox 101 Checkbox FieldtypeImage 101 Images FieldtypeText 100 Text FieldtypeFieldsetClose 100 Fieldset (Close) FieldtypeFloat 105 Float FieldtypeDatetime 104 Datetime FieldtypePageTitle 100 Page Title FieldtypeModule 101 Module Reference FieldtypeEmail 100 E-Mail FieldtypeURL 100 URL FieldtypePage 102 Page Reference FieldtypeRepeater 101 Repeater EmailObfuscation 103 Email Obfuscation (EMO) 35 modules loaded / 69 not loaded I started the page two years ago and regularly updated to the current stable version. To do that is simply replaced everything under the wire/ directory. I could supply a database dump via email, too. Are there any information I could give you as well? Thanks in advance, Fred
  4. Now after removing all test repeaters my site seems to be broken. I cannot edit any content from templates using one repeater. And again: No error is logged anywhere. WTF!
  5. Hello everybody, I want to update my website. Currently there is a repeater for content paragraphs containing a title, content and a css class. This works for 2 years now without any problems. I now want to add another repeater for examples that will be rendered as a bootstrap accordion. That does not work. It seems like two (or maybe more) repeaters lead to problems: - content is not saved anymore (regardless if it is inside or outside a repeater) - silently (thumbs up) - no error message or warning is raised - nothing is logged - it simply does not save the data If I remove a repeater, everything works again. If I add it again, the problem appeary again. I'm using Multi-Language Fields and Multi-Language URLs in Processwire 2.6.1. It works with non-translated field and two repeaters but not if at least one translated field is used in both repeaters if no other translated fields are used. It happens also if only one repeaters contains translated fields but when other translated fields are used within the template. Sometimes I see a line in apache's error log: [Thu Jun 25 18:10:14.864233 2015] [:error] [pid 5692] PHP Notice: Undefined index: id in /blah/wire/core/Fields.php on line 665 Is this a bug? What can I do to fix it? Regards from Germany, Fred
  6. I found the problem. The premissions for wire/modules/Inputfield/InputfieldIcon were not set correctly. Everything works again since I changed them manually. A warning or error in Processwire would be nice if a module is installed that is not readable by the webserver's user. Regards from Germany, Fred
  7. Hello everybody, I'm running PW 2.6.0 and I had the same error. Then I updated to 2.6.1. The error remained. The solutions mentioned above do not work for me. I used SystemUpdater to update to version 10 again. In the log is see: 2015-06-24 18:34:38 Update #10: Initializing update 2015-06-24 18:34:38 Update #10: Installed ProcessLogger and added: Setup > Logs 2015-06-24 18:34:38 Update #10: Installed InputfieldIcon 2015-06-24 18:34:38 Update #10: Completed! 2015-06-24 18:40:30 Update #10: Initializing update 2015-06-24 18:40:30 Update #10: Installed ProcessLogger and added: Setup > Logs 2015-06-24 18:40:30 Update #10: Installed InputfieldIcon 2015-06-24 18:40:30 Update #10: Completed! InputfieldIcon should be installed. In the database: mysql> select * from modules where class = "InputfieldIcon"; Empty set (0,00 sec) mysql> select count(id) from modules; +-----------+ | count(id) | +-----------+ | 107 | +-----------+ 1 row in set (0,00 sec) A module refresh does not install the module. The error remains all the time. What am I doing wrong?
×
×
  • Create New...