PDA

View Full Version : HELP!!! Unable to login...


ichibann
07-21-2005, 06:51 PM
I have the same problem as
http://www.pixelpost.org/forum/viewtopic.php?t=1432

I have tried everything....

But still, when I signing in, the screen reloads......

Pleas Help!!

PHP ver 4.3.10
MySQL ver 4.0.21


http://solklart.dyndns.org/photo/admin/index.php

Pixelpost ver. 1.4.2

The installation:

table pixelpost_config created...
table pixelpost_categories created...
table pixelpost_pixelpost created...
table pixelpost_comments created...
table pixelpost_visitors created...
table pixelpost_config populated...
Remember your data:
User:
Pass:
table pixelpost_version created...
table pixelpost_catassoc created...
Added timezone support...
Added customizable category links support...
Added HTML notification email support...
Added email in comments support...
Longer name field in comments support...
Longer url field in comments support...
Added indexes to pixelpost_config...
Added indexes to pixelpost_categories
Added indexes to pixelpost_comments
Added indexes to pixelpost_pixelpost
Added indexes to pixelpost_visitors
Updated indexes...
table pixelpost_version updated to 1.4.1 ...
The tables are all set.
Done.
Let's see if we can save images in the folder images:
» Images folder is writable, which is a good thing.
Let's see if we can save thumbnails in the folder thumbnails:
» Thumbnails folder is writable.
Next thing you want to do is login to the admin interface and get started posting.
PIXELPOST does not come with any warranties. I sure hope it'll work great for you and give you a worryfree great photoblog.

raminia
07-21-2005, 08:44 PM
check the php files you have edited.
- the must be saved in ansi mode (notepad >> save as >> encoding ANSI)
- there should not be any extra spaces after and before <?php ?> tags.
- there should not be any typos inside the code. any unvisible Unicode stuff or .... check pixelpost.php again and again.,,,

ichibann
07-21-2005, 09:55 PM
check the php files you have edited.
- the must be saved in ansi mode (notepad >> save as >> encoding ANSI)
- there should not be any extra spaces after and before <?php ?> tags.
- there should not be any typos inside the code. any unvisible Unicode stuff or .... check pixelpost.php again and again.,,,


I have done all that.... :(

My pixelpost.php (I just took away the user and pass)

<?php

/*

Pixelpost version 1.4.2
index.php version 1.7

Pixelpost www: http://www.pixelpost.org/

Version 1.4.2:
Development Team:
Ramin Mehran, Connie Mueller-Goedecke, Robert Prouse, Will Duncan, Joseph Spurling, GeoS
Version 1.1 to Version 1.3: Linus <http://www.shapestyle.se>


License: http://www.gnu.org/copyleft/gpl.html

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

*/

// database variables - this is info you've received from you hosting service
// those are needed for the script to connect and use MySQL

$pixelpost_db_host = "localhost"; // database host, often "localhost"
$pixelpost_db_user = ""; // database user
$pixelpost_db_pass = ""; // database user password
$pixelpost_db_pixelpost = "pixelpost"; // database

$pixelpost_db_prefix = "pixelpost_"; // table prefix, leave as is unless you want to install multiple blogs on the same database

// pixelpost version

$version = "WW91IGFyZSBydW5uaW5nIHZlcnNpb24gMS40LjIgb2YgUGl4ZW xwb3N0LiBSZWxlYXNlZCAxOCBKdWx5IDIwMDUu";

?>

Connie
07-22-2005, 06:13 AM
I am sure this is the reason:
pixelpost_db_pixelpost = "pixelpost"; // database

do you have a database which is called "pixelpost"?
Did you create this database?
Normally the database has a name like webuser123_1 or similar and pixelpost just stores the tables with the prefix pixelpost_ or the prefix of your choice in this table

ask your provider about the name of the database, if so ...

raminia
07-22-2005, 06:16 AM
I am sure this is the reason:
pixelpost_db_pixelpost = "pixelpost"; // database

do you have a database which is called "pixelpost"?
Did you create this database?
Normally the database has a name like webuser123_1 or similar and pixelpost just stores the tables with the prefix pixelpost_ or the prefix of your choice in this table

ask your provider about the name of the database, if so ...
the tables are created this means the db was available.

ichibann
07-22-2005, 10:10 AM
I am sure this is the reason:
pixelpost_db_pixelpost = "pixelpost"; // database

do you have a database which is called "pixelpost"?
Did you create this database?
Normally the database has a name like webuser123_1 or similar and pixelpost just stores the tables with the prefix pixelpost_ or the prefix of your choice in this table

ask your provider about the name of the database, if so ...
the tables are created this means the db was available.


Yes, the databas name is pixelpost......

mclean
07-22-2005, 10:38 AM
try using explorer. I was using firefox and it would just refresh the screen, tried it in IE and it worked fine

ichibann
07-22-2005, 06:16 PM
try using explorer. I was using firefox and it would just refresh the screen, tried it in IE and it worked fine


I use Firefox, so I have already tested both.....

raminia
07-22-2005, 06:38 PM
my last word: email me your username and password to photoblog and your webiste (cpanel and ftp) and I'll fix it for you.

I cannot help you in other ways.