PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   User Group Problem (http://www.photopost.com/forum/photopost-pro-bug-reports/131730-user-group-problem.html)

jw00dy May 5th, 2007 06:24 PM

User Group Problem
 
For some reason when I attempt to change any of the usergroup settings (space, permissions, etc) when I save the information I get a blank page, and nothing ever saves. All other changes in other settings seems to work just fine, but the user group changes don't.

vB 3.6.5
PP 5.6.2 integrated but with separate DB's
Apache 1.3.37
PHP 4.4.7
MySQL 5.0.37

Any idea what might cause this? Let me know if I can provide additional information.

Chuck S May 5th, 2007 08:25 PM

How about setting debug to display errors in global options and see if you get an error

Basically if we can get an error we can post a solution. In my testing this function works so we need to track down what your cause may be

jw00dy May 6th, 2007 12:44 AM

I've had that option turned on until today when I changed it to email errors. I've turned it back to display, but it's not showing me any love :(

I\'ve looked at the http error logs for any clue\'s and I\'m not finding anything related :(

hmmm...

Could Suhosin cause this sort of problem? Are their php.ini settings that would need to be turned on for this to work successfully?

Chuck S May 6th, 2007 10:11 AM

How about the server error logs anything?

Only thing I can suggest without an error is trying to make sure its not a timeout or memory issue by adding these ini_set lines to pp-inc.php like so where noted in bold

Code:

Content visible to verified customers only.

jw00dy May 6th, 2007 11:51 PM

Got it fixed. Suhosin was causing problems due to having some of the setttings set too low.

Chuck S May 7th, 2007 10:04 AM

Yep not an issue fixed as much


All times are GMT -5. The time now is 12:15 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97