Jump to content

wishbone

Members
  • Posts

    183
  • Joined

  • Last visited

Everything posted by wishbone

  1. thx Bill! commented out "Options" and mod_php5 sections, but unfortunately, no cure. still red alert "can't check if mod_rewrite is enabled" ?
  2. I'm still in the beginning of the install process. PW checks for compatibility. Though mod_rewrite is definitely enabled, it can't find it: "Unable to determine if Apache mod_rewrite (required by ProcessWire) is installed. On some servers, we may not be able to detect it until your .htaccess file is place. Please click the 'check again' button at the bottom of this screen, if you haven't already." I checked again, tested, and the hoster also says, mod_rewrite is always enabled. Anyway, I redirect already non-www Urls to www and such which works. I don't want to continue with this issue... (pw latest edition 3.0.165, PHP 7.4, MySQl 5.7. Shared hosting (strato).)
  3. lots of new things! yes, duplicator could help, but I'm not doing pw-sites very often, so I stick to the live server for now. Next problem occurs: ## started a new topic ## "Unable to determine if Apache mod_rewrite (required by ProcessWire) is installed. On some servers, we may not be able to detect it until your .htaccess file is place. Please click the 'check again' button at the bottom of this screen, if you haven't already." I checked again, tested, and the hoster also says, mod_rewrite is always enabled. Anyway, I redirect already non-www Urls to www and such which works. I don't want to continue with this issue... All these problems keep "Wordpress people" away from pw - so sry, b/c I myself, though a non-developer, like it so much and would wish it more popularity.
  4. thx again! hope not to run in more problems because of this. At the moment, I can't do anything, I suppose. It's strato, as mentioned above. Usually I use domainfactory. There are much more options for everything there. I don't test on a local system b/c of possible problems with transfering, and I'm not a hero with the settings.
  5. thank you so much for your fast and thorough help! After hours of trying and testing, the solution is somewhat spooky: index.php opens if not specified in the URL, like so: domain.de opens index.php (and install.php successively), domain.de/index.php throws the above 404-error. I had index.php written in the URL because its a running site, with DirectoryIndex index.html btw: pw latest edition 3.0.165, PHP 7.4, MySQl 5.7. Shared hosting (strato).
  6. Hello, after a long time building again a site on processwire. I'm not a developer but had always fun working through processwire. But I didn't ever have such problems: Only uploading files and calling index.php throughs the error: "404 page not found (no site configuration or install.php available)" Calling install.php directly works fine, but I would like to eliminate the error for not to get problems because of misconfiguration later on. I tried with and without RewriteBase / , also tried to abandon the 1. Apache Options section - no result. Thanks!
  7. thx a lot looks great - unfortunately, I don't have access to files at the moment, so feed back will take some time... (btw would be helpful if PW had a possibility to access files and edit them via browser as well) as for the flexboxes - what makes them so appealing is the ability to align the boxes independent of their width and distance. Percents do not equal apply if you have margins and paddings in pixels...
  8. thx! sry doesn't work. I can't see where the number of $box is counted...
  9. but where is the variable $box_count defined? I can't set it to 0 before having $box defined. Obviously, I don't know how to define $box_count or the number of $box. Your original code example doesn't match my structure. I tried to adapt it to my varables. Is it foreach or for each?
  10. oh how great, thank you for the excessive lesson! But still doesn't work. This is what I have: <?php foreach($page->projectBox as $box) { $box_count = 0; if ( $box_count == 3 ) { // start a new line echo "<br>"; $box_count = 0; } else { echo "<div class='projektbox'>"; ... echo"</div>"; $box_count = $box_count + 1; } } ?> what is this underscore in $box_count? The divs are flexboxes which are "floating" by definition.
  11. Thank you for your answer, but css doesn't limit the number of boxes in a row. Sry for bothering you with non-programmers' questions - what syntax do I need? if (count($page->$box)<3 | count($page->$box)>3) { is also not working
  12. Hallo, for a number of floating flexboxes I want to limit the number of them in each row. This is what I tried : <?php foreach($page->projectBox as $box) { if (count($box)<3 | count($box)>3) { echo "<div class='projektbox'>"; echo "<h2>{$box->boxTitle}</h2>"; echo "{$box->boxText}"; echo"</div>"; } if (count($box)=3) { echo "<br>"; } } ?> Which throws a 500 error... any help, pls? Thank youuu!
  13. Installing CKEditor and MarkupHtmlPurifier throws the message: Module "InputfieldCKEditor" has multiple files (bold file is the one in use). Click here to change which file is used /site/modules/InputfieldCKEditor/InputfieldCKEditor.module /wire/modules/Inputfield/InputfieldCKEditor/InputfieldCKEditor.module What to do? thx
  14. finally... Bitnami‏ @bitnami @processwire @wishbone4design @somartist Correct. We'll document it. We never had such heated ending, we learnt some lessons & will improve. https://twitter.com/bitnami/status/429806931146862592
  15. well said, Ryan!! it's the difference between being right and getting right ;-) justiciable arguments are rare...
  16. merits go to Darren he suggested processwire to b*itnam*! Still I'm unsatified because am*t*s is still using their script. As @Processwire mentioned: JS and other manipulations can't be logged. Same Cookie logs are a minor amount in this game! and what about Tor?
  17. of course b*tnam* doesn't want to stop the race, attention to _them is immense!
  18. nono, he'll continue once we come up close...
  19. they're going faster now, so it _must be a script... Help, folks! Specialists!
  20. this is not enough, dear diogo. Second, ähm now first place is using some script, obviously.
  21. yes of course the winner of this contest is bitnami anyway ;-) nonetheless, it's too frustrating to see hese other guys spamming us down...
  22. "Vote competitions are spammy, can be intrusive, result in cheating and accusations and can also be damaging to brands." http://blog.loquax.co.uk/fbcomps/how-do-people-get-votes-to-win-voting-competitions-967.htm shouldn't we urge on bitnami to dismiss this obviously spammy contest?
  23. Look at ametys! the've just fired up their machine!!
×
×
  • Create New...