-
Posts
86 -
Joined
-
Last visited
Everything posted by martind
-
"This page has no Process assigned." with lastest dev and some modules
martind replied to maba's topic in General Support
thanks soma, for your reply. I also thought about permission-problems between ftp-user and apache. I think this concerns all webhost-packages on world4you.com, at least with pw 2.3.7, have tried modulesmanager on another clients site and it was the same problem. I can give you a phpinfo if you are further interested in this problem. For me I will check off w4y-hosts as not modulesmanager compatible, we also had php related problems on webspaces of this provider in the past. except for this pw runs ok, there isn`t much need of addon-modules. thanks martin -
"This page has no Process assigned." with lastest dev and some modules
martind replied to maba's topic in General Support
hi, i have a similar case here on a fresh install of 2.3.7 with somas modulesmanager. After installing the module errors with not read of .cache file, there is another thread about it. After setting all permission, removing cache files and re-installing mm, setup>modulesmanager quits with "This page has no Process assigned." After assigning the process, setup>mm launches in "cannot read cache file.. /site/assets/cache/ModuleManager.cache", the files get written in cache dir, ModuleManager.cache with 0bytes. Setting it manually to 777 doesn`t show any effect. greetings, martin -
had the same issue. it works if you make following change in ProcessEmailToPage.php on line 271: //$message['html'] = str_replace(' ', '', $message['html']); // change to $message['html'] = str_replace(' ', '', $message['text']);
-
got ist. secure wasn`t recognised, changed port to 143 and works fine.
-
fenton, what was the problem in your case. Have the same here. greetings, martin
-
@martijn ... the team>member situation is just an example for a kind of table data, nothing user specific. key-value fields as apeisa says and as we do it all with the repeater field ... at least outside of a repeater field . @apeisa ...something like this would be nice for the images field too. but I think, this is also discussed in another thread. @diogo ... sure. but it needs a few steps to add a new member-page where a reapeater field lets you do all that in one step. clients love it.
-
ah, i see. thanks guys. I followed the discussions about but haven`t found anything concrete that it`s no longer possible. It would be a nice feature, even in a limited way, so please see it as an feature-request from my side. say you have a page "team" with repeater "members". it would be very easy to add 1 picture for each member and have free defineable meta-info-combinations for lable/value to input data like interests, phone, email in a repeater "member_infos". this can make such things pretty comfortable for clients to administrate. But I see the problems in massive usage on the other side. thanks, martin
-
and all that just because I caught the wrong thread.
-
... verge of bursting repeaters
-
no problem ... but wtf is with my repeater request??
-
yes, i see. was a bit confused.
-
thanks philipp, i`m familiar with the repeater field and have used it a few times in nested context as discribed in this thread further up. now I have a setup with a newer pw-release and it seems, that it is no longer possible to nest repeater field A inside repeater field B. @martijn ... if i interpret your, a bit cynic seeming, responses right, this is not a new question? ah, ... i don`t mean a repeater in itself but a repeater field inside another repeater field
-
i`m on 2.2.13 and repeater fields aren`t listed in selectable reapeater-fields of repeater A. Is that normal?
-
mhm, no, works only for a if true condition. but if(!$page instanceof NullPage) did it.
-
ah, of course. Thank you arjen, this works.
-
hm, but how can I make a distinction like this? if(isset($page)) { $parent_page = $page->parent; }else{ $parent_page = $input->urlSegment2; }
-
why does an if statement like this not work as expected... if($input->urlSegment2 OR !isset($page)) ... i try to execute different php-code in my head.inc for direct page calls (if this ist the right term, www.domain.tld/entry/page-name/ where template "entry" uses the $page array) and such that make use of urlSegments with infos for $pages->find in a different template. What i`m doing wrong?
-
thank you for the clarification. It`s good to know for the future.
-
thank you, nik. the has() seems good. but for your second suggestion, it also works without the ->add
-
thanks, got it. $p = $wire->pages->get($p_get); // page to add/remove into pagefield $user->of(false); foreach($user->abos AS $abo){ if($abo->id == $p->id){ $user->abos->remove($p); }else{ $user->abos = $p; } } $user->save(); ..is there a more elegant possibility to check against existing entries in the page-field?
-
thank you ryan. $[page-you-want-to-remove] has to be a page array, not an id, right?
-
hi, can anyone give me a tip how to remove an entry from a multi-pages field via api?
-
thanks, it works now. un- and reinstalled language module and language fields.
-
hi, i did my first attempt with the new language-features today and have some troubles with it. selfmade, i think, haven`t carefully read the forum entry for this, i must admit. 1st i overzealously added a new language "Deutsch" with no files. this gave me a "blank" entry in languages list. 2nd i added a new language "de-de" and dropped in nicos (thank you for this) translation zip, this brought me a third entry "Deutsch", but the assets/files directory hadn`t proper rights, pw gave me feedback for this, so i chmoded, tried again and it seemed to work but when i choose Deutsch in the profile everythink keeps in english. Maybe the zip wasn`t extracted? so now, I can`t find an option to edit or delete the installed languages, shouldn`t this be possible under setup>languages? i assume my first ugly attempt hast caused this fact. any tips what to do? uninstall the module and try everything again? martin