|
#1
|
|||
|
|||
|
Problems with 1.5 upgrade
I would be grateful for any assistance on a couple of problems I've had since upgrading to 1.5.
1. I can only log into the admin section when i check the "Log me on automatically each visit:". If I don't check this I return to the blank admin screen. Maybe not a major issue, but could be associated with other problems. 2. When visitors check the remember me on the comments box, thier details are not retained. I have installed a captcha, as my host had problems with Akismet connection. 3. When uploading images, no thumbnail is created. The image goes into the images folder, but I get the following message: Warning: getimagesize(../images/20060605214839_96.jpg): failed to open stream: No such file or directory in d:\users\departmentuk\public_html\iblog\admin\imag es_edit.php on line 199 Warning: filesize(): Stat failed for ../images/20060605214839_96.jpg (errno=2 - No such file or directory) in d:\users\departmentuk\public_html\iblog\admin\imag es_edit.php on line 200 Admin info is: URL department63.co.uk/iblog/admin/index.php PHP-version 4.4.1 (Pixelpost's min requirement: PHP version: 4.3.0 ) MySQL version 4.0.22-standard (Pixelpost's min requirement: MySQL: 3.23.58 ) GD-lib bundled (2.0.28 compatible) with JPEG support File Uploads to pixelpost site are possible. Server Software Microsoft-IIS/6.0 EXIF Pixelpost is using exifer v1.5 for EXIF-information. Paths Guessed imagepath: /iblog/images/ Configured Imagepath: ../images/ Image Directory: OK - Can we write to the directory? YES. CHMOD: 0777 Thumbnails Directory: OK - Can we write to the directory? YES. CHMOD: 0777 Language Directory: OK Addons Directory: OK Includes Directory: OK Templates Directory: OK I know there is a fair bit here. I have tried searching the forums, but nothing seems to work. Unfortunately I am a complete novice at coding. Sorry. Any help would be appreciated. |
|
#3
|
|||
|
|||
|
GeoS: thanks for the reply. I thought that was strange too, but have checked out the installation and there is definitely no space in the file name.
Since I posted, I have resloved the problem with the thumbnails. I switched off the ping function and that sorted it. With it on, it was taking a long time to upload and, i guess, timing out. I'm still having the problems with the log-in and comments though. I've tried contacting the host regarding sessions, no response. I checked their forum and they suggest that the pixelpost coding should not be a problem. Again, any help on this would be great. |
|
#4
|
||||
|
||||
|
Problem was not in uploading but in pinging blog hosts.
Ive got no idea where can be a problem with login. Check if session ID is all the time the same or if its changing at each browsed page. |
|
#5
|
|||
|
|||
|
Please excuse my ignorance of such things. But would it be the coding in the pixelpost installation that would cause the sessions to change each time, or would it be the way my host deals with sessions. If it is the latter, I will contact them. If it's pixelpost coding, I'm stuck, because I didn't change anything. If it helps, ver 1.4 worked fine.
|
|
#6
|
||||
|
||||
|
Maybe your ISP didnt set for you tmp directory in which PHP should store your's site session data. That is the most common problem with sessions.
PS Pixelpost's 1.4 login code was based only on cookies. Starting from 1.5 it is based both on cookies and sessions (handling current login data). |
|
#7
|
|||
|
|||
|
update 1.4.3 to 1.5
I cant understand ReadMe_upgrade.txt points
2) save your /includes/pixelpost.php 1.4.3 version file is saved in my web directory - why I have to save it? and 3) Copy the new files from your local folder "PixelPost 1.5 BETA" to your site using an FTP program. Which files? and which directory? Have to I delete old ones? |
|
#8
|
||||
|
||||
|
2) write to new /includes/pixelpost.php (sitting in directory of version 1.5) just only the old DB info and nothing more. Then copy it to the server.
3) It means to copy (or better word would be: overwrite) old files on server with new one from 1.5 package. |
|
#9
|
|||
|
|||
|
GeoS: I did notice that a "temp" directory was not created and I added one. That didn't sort the problem though. I put one under the root directory then one below, at the same level as the installation, neither made any difference. There are no files in either. I did try a session_save_path command, using the wrong path and that set a session in the temp, but also listed a number of errors!!
Thanks for sticking with me on this. I know I'm of little help. |
|
#10
|
||||
|
||||
|
One thing is to make such dir and totally different to say PHP to store there data. Try to use ini_set function and modify session.save_path setting.
|
| Post Reply |
| Thread Tools | |
|
|