PDA

View Full Version : Install Issue - 403 Forbidden


lei
05-27-2005, 12:27 AM
I realize there is another post that sortof addresses this issue but my setup is a bit different and i am receiving additional errors.

I edited the pixelpost.php file, created the thumbnail and image directories and I got through creating the first step of the installation process using the install.php file. But when I am taken to the login page at the top of the page I am seeing these errors in addition to the login window:

Notice: Undefined index: x in C:\Server\Apache2\htdocs\pixelpost\includes\12crop imageinc.php on line 30

Notice: Undefined index: x in C:\Server\Apache2\htdocs\pixelpost\admin\index.php on line 62

Notice: Undefined index: x in C:\Server\Apache2\htdocs\pixelpost\admin\index.php on line 121

Notice: Undefined index: x in C:\Server\Apache2\htdocs\pixelpost\admin\index.php on line 133

Notice: Undefined index: x in C:\Server\Apache2\htdocs\pixelpost\includes\12crop imageincscripts.php on line 30

Notice: Undefined index: view in C:\Server\Apache2\htdocs\pixelpost\includes\12crop imageincscripts.php on line 30


I am running pixelpost from my own machine which is running Apache2 ...my setup is as follows:

C:/Server/Apache2/htdocs/pixelpost

In addition to those errors when I type in the username and password that I defined in the step prior it takes me to a 404 Forbidden page.

Any help that anyone can offer would be greatly appreciated.

Connie
05-27-2005, 06:21 AM
which PHP version????

raminia
05-27-2005, 07:02 AM
your php installation runs at debug mode or something like. try to change the error_reporting in php.ini into E_WARNING | E_ERORR or something like that.
you can also add error_reporting(0); at the top of admin/index.php to avoid this.

lei
05-27-2005, 11:54 AM
I am running php version 4.3.11 and after checking the phpinfo file i found that i am not running in debug mode and i looked at the index.php file and the error reporting is already set to (0)

raminia
05-27-2005, 04:18 PM
You should not see the notice prompts. do it as I said in admin/index.php and install.php.

lei
05-27-2005, 05:33 PM
Perfect!! that fixed it...thank you so much...i have another question...is there a way to turn off the blog portion? and secondly, is there a way to make the larger images clickable?

Thank you so much for the help

raminia
05-27-2005, 06:13 PM
Perfect!! that fixed it...thank you so much...i have another question...is there a way to turn off the blog portion? and secondly, is there a way to make the larger images clickable?

Thank you so much for the help

1) turning the whole pixelpost blog on and off? no there no such option now. we are thinking about. do you have ideas?

2) making larger images clickable? there should be but where do you mean to do so? in admin panel? in template?! where?!

(use a new thread for new questions please)