Jump to content

bruno

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by bruno

  1. Memory overflow seems not to be the source of the problem. Since the last screen that is displayed properly has the hint about clean up/delete unnecessary files, I guessed that there might be a problem with permissions. Tired of installing and uninstalling, I changed the entire folder of Processwire and its subfolders and files to 777 to sort out an eventual permission-problem – Hip hip hurray, it works now. (Of course I switched the permissions back to the usual values after the installation – Until now, no problem occurred.) I think there must be something wrong with the installation process: Is it possible that the script that finishes the installation tries to delete the files, shown in my screenshot, although it has detected them as «not writable/deletable by this installer» and doesn't get over these commands? From my point of view, the checkboxes before the list should be unchecked. Just a guess. That's all folks!
  2. Set the php memory_limit in .htaccess doesn't work. I get a «500 - Internal Server Error».
  3. @catstevensjunior: I'm pretty sure I entered the password. To make the screenshot I went back to the last visible page with the back-button of the browser, that's why these field are empty in the screenshot. And I think, processwire is wise enough to check if there is a password. @SiNNut: Isn't it strange, that I didn't receive a fatal error message? In the case described with ImpressPages, the message showed me the file that is causing the memory overflow, so I knew exactly where to put the command. Do you know where I have to set the 64MB? Do I have to put it to my .htaccess file (php_value memory_limit 64M) or is there a specific file to put the command in? Thank you for your replies.
  4. Hi there, I'm back. Today I downloaded the new version 2.5.0 of processwire and tried to install it on the server. Everthing went well until the following step: All requirements are confirmed as fulfilled, so I clicked «Continue >». And there it is again: A blank screen. The website nor the admin-site are accessible: A blank sceen there as well. The folder /site/assets/logs/ is empty. What's wrong? (Is it possible, that the installation process runs a script that needs more than 16MB of memory? (I remember, when I had a look at ImpressPages, I had to manually give a specific php-script more memory with the «memory_limit = 32M» command. Otherwise I had a «Fatal Error»)
  5. Nevertheless, thank you for your quick replies. I'll let you know, if the problem remains, after installing the new version.
  6. It exits, and it contains the following directories and files:
  7. It has multiple lines saying (date/time changes): ––– 2014-09-12 09:28:57 ? http://www.klauser-design.ch/pw/?/ Error: Exception: DirectoryIterator::__construct(/mnt/sites/klauser-design.ch/web/pw/wire/modules/): failed to open dir: No such file or directory (in /mnt/sites/klauser-design.ch/web/pw/wire/core/Modules.php line 354) ––– Line 354 in this specific file is: ––– $dir = new DirectoryIterator($path); ––– @diogo: – thanks for the hint about the error log – same result with the «edit»-button next to the «Modules»-page
  8. Go to /processwire/page/edit/?id=21 ​When I go to this URL a completely blank page is shown as well. There is not even a 404 error message.
  9. Hi Martijn Thanks for your reply. In the top bar I do not have a «module»-button. But I got a «Modules»-button: When I click this one, I get the completely blank page.
  10. Hi there I installed Processwire and like it very much. @community: Thank you! Everything works well, now I want to set up a multilingual site. Therefore I want to use the Module that comes with the installation. When I click to the «Modules» Tab a completely blank page is shown. In the Adminzone all the other Items are followed by a number – after «Modules» there is no such number: What can I do to get access to the modules? In .htaccess I had to comment the following Lines (If I let just one single line of these uncommented, I get a «500 – Internal Server Error» and Processwire doesn't work at all ): # Options -Indexes # Options +FollowSymLinks # Options +SymLinksifOwnerMatch # <IfModule mod_php5.c> # php_flag magic_quotes_gpc off # php_flag magic_quotes_sybase off # php_flag register_globals off # </IfModule> Thank you for your help.
×
×
  • Create New...