Jump to content

neophron

Members
  • Posts

    182
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by neophron

  1. Thanks @jmartsch, the client is »prepared« for Processwire. The next weeks, I have to ask some questions here about how to import comments (with their original timestamp) from Wordpress into Processwire.
  2. Thanks for your suggestion. Thanks god, I had a backup (the Duplicator saved my ass). I extracted it and installed it in a subdomain. Login was no problem. Then I replaced the old htaccess with new one and – et voilla – I'm in. I remember, that I had to deactivate some rules in the htaccess file, cause Processwire had some problems with this hoster (Host Europe). I think the reason was, that I added some rewriting stuff to the htaccess.
  3. Thanks, the debug mode is active. These are the server logs statistics: [Sat Nov 24 02:56:21 2018] [php7:error] [pid 31827] [client 2c0f:f038:208:8e00:453:7af4:3aa7:c8dc] [host robin-shillcock.com] script '/is/htdocs/wp1155705_7UFJDYJEXF/www/processwire_10-2018/wp-login.php' not found or unable to stat [Sat Nov 24 03:02:46 2018] [php7:error] [pid 27344] [client 198.44.228.85] [host xxx.com] script '/is/htdocs/wp1155705_7UFJDYJEXF/www/processwire_10-2018/fuck.php' not found or unable to stat [Sat Nov 24 03:02:48 2018] [php7:error] [pid 27384] [client 198.44.228.85] [host xxx.com] script '/is/htdocs/wp1155705_7UFJDYJEXF/www/processwire_10-2018/coon.php' not found or unable to stat [Sat Nov 24 04:56:06 2018] [php7:error] [pid 19825] [client 111.93.22.58] [host xxx.com] script '/is/htdocs/wp1155705_7UFJDYJEXF/www/processwire_10-2018/wp-login.php' not found or unable to stat [Sat Nov 24 14:33:27 2018] [php7:error] [pid 8407] [client 87.142.120.228] [host xxx.com] script '/is/htdocs/wp1155705_7UFJDYJEXF/www/processwire_10-2018/reset.php' not found or unable to stat The last entry is from my attempt to change the login with a reset.php. But someone tried to check, if this is Wordpress site.
  4. Hi there, a few weeks ago I completed a 3.098 installation (server php 7.2). Yesterday I wanted to login but failed. I tried different browsers, meanwhile on two different PCs, but no login. Then I realized, that after hitting the »Login« button, there was no message (admin name – Login failed). I also tried all procedures (https://processwire-recipes.com/recipes/resetting-admin-password-via-api/). Then I checked the errors.txt (site/assets/logs) – nothing. The frontend works fine. Is there a way to check this Processwire installation? Could be something missing?
  5. Last night I did some researches for a client with an old WordPress site. I was looking for german web articles about Processwire, cause the client is from Berlin. I found this article: https://www.sputnika.de/dresden/news/campus-halensis-de-das-neue-online-magazin-der-martin-luther-universitaet-gid-5976 It's about the redesign of this site: https://www.campus-halensis.de/ The old version was a WordPress site, now it runs with ProcessWire.
  6. Hi guys, thank you for your responses, I'll check them together with my client. Meanwhile GoDaddy tries to get into the german market ?. And this is what I found about Arvixe: https://www.yelp.com/biz/arvixe-web-hosting-pleasanton
  7. Hi there, a customer of mine is living in the U.S.. About 7 years ago I started to create a website for her. She parked her domains at GoDaddy. After some frustrating attempts to install a cms, finally I convinced her to go to Arvixe. At this time everything worked fine, they had a real support. Meanwhile the situation changed, everything sucks, the support disappeared. I've got the feeling, that the management changed and they reduced all to a minimum of support. So my question is – what U.S.-hosting company would you advice? thanks
  8. Thanks for your suggestion. I placed a checkbox in the child template (not file) and pasted your code in the parent template. Then I checked the link in backend The thing is, that this code must be inside a foreach loop. The main loop starts with this: <? foreach($page->children() as $garten):?> After pasting your code, the front-end shows all subpages as a ul and this doesn't make sense. I need only the link to the source (child) page. Usually I would paste this code for showing all links to the subpage: <a href="<?=$garten->url;?>">Weiterlesen...</a>
  9. Hi, this is the website structure: root -gardens -garden01 -garden02 -garden03 -garden04 -etc -contact -stuff On the gardens site I'm looping part of the fields from the child pages (garden01, garden02 etc). Some of the pages shall be linked from »gardens«, some not. I wanted to offer the editor a simple way to activate the link with one or to clicks. What I tried, was a way via hanna code. I created a hanna code with this code: <a href="<?=$garden->url;?>">read more...</a> I pasted this hannacode in a textfield (with hannacode formatter). This textfield is inside the foreach loop in the template from gardens. But the system gives me an error. I was thinking with a checkbox field and hannacode, but with no success. Do you guys have some experience with that?
  10. Hi, first, thanks for this cool module! I have a question: Is there a way to detect the browser and show it by name? Like firefox, safari or chrome?
  11. I found (trough smashing magazine) these two cool links with a good overview with all properties about grid and flexbox: http://grid.malven.co http://flexbox.malven.co
      • 13
      • Like
  12. Thanks @bernhard, it's time to have a closer look at this module. Since September 2017 ProCache supports less and css: https://processwire.com/blog/posts/pw-3.0.76-plus-login-register/#procache-3.1.7-adds-support-for-scss-and-less
  13. Hi, just found an strange bug. If I activate the »HTML minify« option, a simple gallery (uikit v3) with this structure <ul class="uk-slideshow-items"> <li class="uk-active uk-transition-active" style="transform: translateX(0px); z-index: 0;"> <img src="/site/assets/files/1080/sample01.jpg" uk-cover="" class="uk-cover" style="width: 1828px; height: 934px;"> </li> . . . . . . </ul> is converting into this structure: <ul class="uk-slideshow-items"> <li class="uk-active uk-transition-active" style="transform: translateX(0px); z-index: 0;"> <strong> <strong> <img src="/site/assets/files/1080/sample01.jpg" uk-cover="" class="uk-cover" style="height: 0px; width: 0px;"> </strong> </strong> </li> . . . . . . . . . </ul> Does it make sense to count on this module for the future? Cause to me it looks like, as if there is no longer support for this module. Are there alternative solutions?
  14. Thanks for this. Currently I'm testing the PIA-Module, now it's clean again ?
  15. Yes, everything is fine. For the next days it's here in a temporary subdomain: http://pw-single.designport.info I replaced the js stuff (except the parallax) with uikit (https://getuikit.com). As you mentioned in your introduction, this is really a good way to enter the Processwire world.
  16. Hi, thanks for this idea. Due to time pressure, I installed the »Sublime PW« profile and started to adapt it. This single page concept is build upon a Page Reference Field. In every page(= sections) you can throw your html structures.
  17. Thanks, now it works. ? If I want to deactivate a section, do I have to remove it from the Sublime PW? Cause, if I unpublish a page, the content is still visible.
  18. Hi, thanks for this site profile. I installed it to learn from it, cause a client asked me for a single website and after a break of two years, I wanted to create my second Processwire website. I have a question about the sections. If I want to add a new section, is it enough to duplicate an existing section.php in the _view folder and create a template for the new section/page? Cause I have now a new sectionTest.php in the _view folder, created a new template (without file) and added a new page (based on the new template). But .there is no sign of this new section in the frontend. In the master page (Sublime PW) the new section is not visible (check attachment screenshot). Do I'm missing something?
  19. Ok, this could be my backup ? I'll have a look at this.
  20. Thanks Tom, in your solution I have to create for every section a <h2>textfield</h2> and also for the body. My first intent was, to use only one field (f.e. for the h2).
  21. Hi guys, I'm struggling with my basic knowledge. I want to build a one- or single page website, with different sections. These regions have partially a different background color. I have, lets say four sections: section_one … till section_four. I created four templates, with some a few fields. Then I created four subpages, and each subpage has its own template. The simplest way, to render all subpages is with: <?php foreach($page->children() as $p){ echo $p->render(); // will render the above } ?> But this will render everything, without any control about the markup. Then I tried this: <?php $section_one = $pages->get("/home/section_one/"); echo $section_one->section_body; ?> But it gives me an error.
  22. Thanks for the tip. I'll check this out. I'm using the ProFields modules and they are worth every penny.
  23. Hi guys, thanks for the help. It's the php version. With php 7.0 it's ok, all above doesn't work.
  24. Hi, I'm struggling with AIOM. I installed this module and now I want to use my less file. In the head I have this, which doesn't work: <link rel="stylesheet" type="text/css" href="<?php echo AllInOneMinify::CSS('assets/css/main_design.less'); ?>"> or <link rel="stylesheet" type="text/css" href="<?php echo AllInOneMinify::CSS('assets/css/main_design.css'); ?>"> This f.e. works: <link rel="stylesheet" type="text/css" href="<?php echo $config->urls->templates?>assets/css/main_design.css" /> The less file has the same styles like the css file. The source code shows me this: <link rel="stylesheet" type="text/css" href="&lt;br /&gt; &lt;b&gt;Warning&lt;/b&gt;: A non-numeric value encountered in &lt;b&gt;/www/htdocs/w005e302/physio/site/assets/cache/FileCompiler/site/modules/AllInOneMinify/AllInOneMinify.module&lt;/b&gt; on line &lt;b&gt;713&lt;/b&gt;&lt;br /&gt; /site/assets/aiom/css_a3d1005d4a254bfaf5c76d729e0773fb_dev.css?no-cache=1530095993"> In the AIOM module configurations, the only thing I did, is the activation of the html-minify and the dev-mode.
×
×
  • Create New...