Koozali.org: home of the SME Server

PHP.INI location and how to edit?

WACOMalt

PHP.INI location and how to edit?
« Reply #15 on: April 11, 2006, 03:35:49 PM »
Thank you JonB, I'll do this when I get home. now will this make all my setting basically back to default? or will this be the fix applied correctly?

WACOMalt

PHP.INI location and how to edit?
« Reply #16 on: April 11, 2006, 09:54:28 PM »
Quote from: "JonB"
Correct, you didn't set the PhpBaseDir correctly.

To remove the database entry

Code: [Select]
# db accounts delprop Primary PHPBaseDir

to add correctly

Code: [Select]
# db accounts setprop Primary PHPBaseDir /home/e-smith/files/ibays/Primary/:/tmp
# signal-event ibay-modify Primary


Watch the line wrap. The first line is all one line.

Jon


Ok, I just did that. and horray! the forum works, AND I cna upload images. but now, a new problem. the images dont load. I just get little red Xs. I got the URL of the little red X, the uploaded image that wont show, it is http://www.wacomalt.com/phpBB2/images/avatars/1458286300443c08b62e397.jpg so it is there, good. but it gives the error:

"Forbidden
You don't have permission to access /phpBB2/images/avatars/1458286300443c08b62e397.jpg on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."

k, so it looks like my chmodding did not help. I thought I had that folder set to 777. I will retry that, but what else can I try to fix THIS problem?

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
PHP.INI location and how to edit?
« Reply #17 on: April 11, 2006, 10:49:55 PM »
Quote from: "WACOMalt"
"Forbidden
You don't have permission to access /phpBB2/images/avatars/1458286300443c08b62e397.jpg on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."

k, so it looks like my chmodding did not help. I thought I had that folder set to 777. I will retry that, but what else can I try to fix THIS problem?

How abot ownership of the direcotry and the images in there?
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

WACOMalt

PHP.INI location and how to edit?
« Reply #18 on: April 11, 2006, 11:24:52 PM »
hmm, actually, the chmod somehow got set back, and beleive me, it WAS set to 777 (I checked) anyways, its set back, and works now. fully.

Thank you everyone for the help.