[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] phpWebHosting Rekindled
From: |
Chris Weiss |
Subject: |
Re: [Phpgroupware-developers] phpWebHosting Rekindled |
Date: |
Sun, 22 Jun 2003 14:46:07 +0000 |
Bob Crandell (address@hidden) wrote:
>
>Hi,
>
>For those of you following this episode on the edge of your chairs, I am making
>progress. The issue is this client lost the ability to upload files with
>phpwebhosting (filemanager). After changing php versions to 4.3.2, 4.2.3,
>4.0.6, it
>kindof started to work. This told me this all started when I upgraded this
>client
>from 4.0.6 to 4.3.1.
>
>Powered by phpGroupWare version 0.9.14.003
>
>No newer version worked at all. Php version 4.0.6 produces this error:
>Database error: Invalid SQL: select acl_location, acl_rights from phpgw_acl
>where
>acl_appname = 'phpgw_group' and acl_account =
>MySQL Error: 1064 (You have an error in your SQL syntax near '' at line 1)
>
>File: /home/web/htdocs/phpgroupware/phpgwapi/inc/class.acl.inc.php
>Line: 519
>
>Session halted.
>
>What does this error mean?
typically means you don't have register_globals on
>
>After almost a week with no feedback, even this kind of feedback from this
>thing is
>such a relief. I'm starting to think there might be some hope after all.
>
>Sometimes the file gets uploaded. Sometimes it just creates a 0 byte entry.
>
>The test file is 103 bytes.
>
this seems like the webserver is able to create the file, but isn't able to
properly
pull it out of the POST. are there any errors in the logs?