|
#1
|
|||
|
|||
|
I followed instructions closely but my site can't start anymore.
Admin panel is ok, everything is fine inside it: I can edit images, options, comments and version is right. It simply doesn't start from my address: http://www.effe-bi.net/photoblog The only step i missed is "updating database" and I don't know how to do it! Can't anyone help me? Thank you! |
|
#2
|
|||
|
|||
|
I'm very surprised that it's working at all if the database isn't connected. Is that even possible?
When upgrading, you need to replace the relevent lines in the new pixelpost.php (in /includes/) with the ones from your old one (which hopefully you have a backup of). Specifically these: Code:
$pixelpost_db_host = "localhost"; // database host, often "localhost" $pixelpost_db_user = "replace_me"; // database user $pixelpost_db_pass = "replace_me"; // database user password $pixelpost_db_pixelpost = "replace_me"; // database
__________________
INO Photo: www.ino.org.uk |
|
#3
|
|||
|
|||
|
I did both things right, but it doesn't work. No index page is loaded.
Only a blank page when I use my site address. It's not even a template problem, cause I tried to change it, but nothing happens! The upgrade readme says I also have to update database, just before the last step (loggin in admin.php) but I don't know how! Thank you. |
|
#4
|
||||
|
||||
|
Update is done by URL/admin/install.php but when I went to this URL it redirected me to admin login. It means more or less that DB update is ready. Its hard to say where is problem.
Please try to find some PHP error logs on your server. |
|
#5
|
|||
|
|||
|
!
Quote:
page |
|
#6
|
||||
|
||||
|
@effebi
check you addons folder that only one copy_folder addon is active. is up to you which one you choose. but only one has to be active/in addon folder. rename the others. |
|
#7
|
||||
|
||||
|
Quote:
#additional info same effect like your blog (blank screen) is described here. http://forum.pixelpost.org/showthrea...1002#post31002 |
|
#8
|
|||
|
|||
|
Thank you. It was the addon!
Now I'm back again! |
|
#9
|
|||
|
|||
|
this is a situation that happens quite often:
if you have more than one version of the same ADDON in the addon-folder, you will run into trouble it is not enough just to rename one addon, like you did to "oldname_1_4.php" because ALL Addons in the folder are read by the script and executed so there is no wonder that one function is already declared! You must, when you upload a new version, remove the old version from that Addon-Folder! I am sure this info is in the WIKI as well so delete the old file and start again, it will work, I know!! I had this problem as well! |
| Post Reply |
| Thread Tools | |
|
|