Fork me on GitHub

2 Issues with NukeOwl  Bottom

  • I have installed the latest release of NukeOwl (2.2) and am having two problems. First, when I try to create a new directory/folder I get:

    Folder Creation errorC:\Program Files\Apache Group\Apache2\htdocs\postnuke\intranet/Documents/Corporate/Documents/Corporate

    My 'FileSystem Path' is set to:

    C:\Program Files\Apache Group\Apache2\htdocs\postnuke\intranet
    ------------------
    Second, when I try to add a file I get:

    File transfer failed. Make sure that the size of the file doesn't exeed the upload limit set by your server UArray P1 G

    For a file less than 500K (I have Gallery running with my Apache server uploading much larger files).
    ------------------
    Any ideas?
  • jsgoecke

    I have installed the latest release of NukeOwl (2.2) and am having two problems. First, when I try to create a new directory/folder I get:

    Folder Creation errorC:\Program Files\Apache Group\Apache2\htdocs\postnuke\intranet/Documents/Corporate/Documents/Corporate

    My 'FileSystem Path' is set to:

    C:\Program Files\Apache Group\Apache2\htdocs\postnuke\intranet
    ------------------
    Second, when I try to add a file I get:

    File transfer failed. Make sure that the size of the file doesn't exeed the upload limit set by your server UArray P1 G

    For a file less than 500K (I have Gallery running with my Apache server uploading much larger files).
    ------------------
    Any ideas?


    I figured out the solution to problem 2 (not elegant at all):

    - PHP.INI

    - Ensure that that register_globals = On
    - upload_max_filesize = 2M -> error
    - upload_max_filesize = 2000000 -> correct, or whatever appropriate value

    Still working on the other problem, but now have a new one when I try to add a folder, I get:

    Fatal error: Maximum execution time of 30 seconds exceeded in C:\Program Files\Apache Group\Apache2\htdocs\exigen_nuke\HTML\pnadodb\adodb.inc.php on line 749

    Fatal error: Maximum execution time of 30 seconds exceeded in C:\Program Files\Apache Group\Apache2\htdocs\exigen_nuke\HTML\includes\pnSession.php on line 390

    Warning: Unknown(): A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0

    Warning: Unknown(): A session is active. You cannot change the session module's ini settings at this time. in Unknown on line 0

    Any other ideas?
  • I'm having serious issues with any download/upload module I try. When I use NukeOwl, and I try to add a new folder I get "Folder Creation Error". When I try to upload a file, I get "upload error".

    Since these errors don't give me anything to work with, I am left to wonder if the module itself is at fault or if it's a configuration problem I have...
  • One thing that might help before php.ini edits is opening pnHTML.php line 1249 and changing it from;

    Code

    <input type="hidden" name="MAX_FILE_SIZE" value="'.pnVarPrepForDisplay($maxsize).'" />
    to;
    <input type="hidden" name="MAX_FILE_SIZE"  />

    This worked for me to get rid of "File transfer failed. Make sure that the size of the file doesn't exeed the upload limit set by your server UArray P1 G"

    but ido have reg globals on and a limit of 8mb.....

    slipsy

This list is based on users active over the last 60 minutes.