PDA

View Full Version : Somebody help me out plzzz!


harsha_vardhan
06-24-2005, 02:14 AM
I've jus installed the latest version of Pixelpost 1.4.1 and i've installed APache/PHP/Mysqlon my server ...

Later i've given all the database entries in the pixelpost.php file .. but when i open http://localhost/pixelpost/admin/index.php

i get the following errors ..
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

& then i get the login page of pixelpost
with the message :
Notice: Undefined variable: loginmessage in C:\Server\Apache2\htdocs\pixelpost\admin\index.php on line 210


I try to login with my login and password and i get this new page ..

Not Found

The requested URL /pixelpost/admin/<br /><b>Notice</b>: Undefined variable: PHP_SELF in <b>C:\Server\Apache2\htdocs\pixelpost\admin\index.php </b> on line <b>203</b><br /> was not found on this server.
Apache/2.0.54 (Win32) Server at localhost Port 80

Some 1 plzz help me out .. where have i gone wrong ? I've tried to install this 2wice 3rice .. but with no result ..

raminia
06-24-2005, 07:14 AM
add
error_reporting(0);
at the top of admin/index.php
after <?php tag

harsha_vardhan
06-25-2005, 04:17 PM
thanxx for the help ! was very useful .. and i could login .. but now i find another problem :(

I am not able to upload any images .. Yepp i have changed the folder perms of images dir and thumbnails dir to 777 as req. and i placed them in /

http://localhost/ --> gives me the blog with no pictures :(
http://localhost/admin --> gives me the admin pages..
http://localhost/images --> images dir (similarily thumbnails)

I see these things .. which i thought were sorta wierd

Guessed imagepath: C:/Server/Apache2/htdocs/phpimages/

Configured Imagepath C:/Server/Apache2/htdocs/php

Image Directory: Does Not Exist (should be C:/Server/Apache2/htdocs/phpimages) - Thumbnails folder not writable!
You must set correct permissions on this folder or you will not be able to create any thumbnails.
Set the folder to chmod 777 (read, write and execute permissions for owner, group and world).

Thumbnails Directory: Does Not Exist (should be C:/Server/Apache2/htdocs/phpthumbnails) -

Language Directory: Does Not Exist (should be C:/Server/Apache2/htdocs/phplanguage)

Addons Directory: Does Not Exist (should be C:/Server/Apache2/htdocs/phpaddons)

Includes Directory: Does Not Exist (should be C:/Server/Apache2/htdocs/phpincludes)

Templates Directory: Does Not Exist (should be C:/Server/Apache2/htdocs/phptemplates)

harsha_vardhan
06-25-2005, 04:34 PM
okie .. i changed the configured image path to the rite place now i see everything is perfect as below .. but still i'm not able to upload any images :((

WHen will i get to use this thing properly ?
Anyways .. what i guess is i might be having a problem with my mysql database. I'm using their default "test" database.. I donno how to create a new database in mysql .. can somebody point as to how i can create a new database ? Thanxx a ton in adv..


Guessed imagepath: C:/Server/Apache2/htdocs/phpimages/

Configured Imagepath C:/Server/Apache2/htdocs/

Image Directory: OK - Can we write to the directory? YES.

Thumbnails Directory: OK - Can we write to the directory? YES.

Language Directory: OK

Addons Directory: OK

Includes Directory: OK

Templates Directory: OK

harsha_vardhan
06-25-2005, 04:35 PM
some 1 reply fast and plzzz help me out :)

Joe[y]
06-25-2005, 04:37 PM
do you use C-panel? it's very simple to access creating mySQL databases through c-panel.

harsha_vardhan
06-25-2005, 05:29 PM
I'm running pixelpost in windows .. for which i guess C-panel is not available ..

i've visited their site though which confirms the same

Connie
06-25-2005, 06:07 PM
there are some postings about running pixelpost in windows in this forum

may I ask you to search for it?

Ramina answered this questions for windows some times already, but I do not remember it now. search will help you!

harsha_vardhan
06-25-2005, 06:35 PM
So .. i figured this out .. Goin through prev posts what i could mke out was .. Windows keeps resetting the perms to 666 everytime even though you change them to 777 hence its not able to write into the images and the thumbnails folders .. ( i myselfdid check that out !)
So is'nt there any way out? Shifting to linux is the only other way out ? Is it?

harsha_vardhan
06-26-2005, 11:50 AM
raminia ? Any sugestions?