![]() |
|
|
#1 |
|
El General Moderator
|
Download from http://photography-on-the.net/ee/beta/EE_RC4.zip
What is new in 1.3 -> 1.5: http://photography-on-the.net/ee/whatsnew_1_5.html In rc4_installers -folder you have two installers which you must open with web browser to run them: full_15rc4.php is full database installer which will erase any old EE and start from clean table - all your old data will be lost. to_rc4.php Is a incremental update script which lets you choose a version and it will then update it to RC4. Currently you have choices
A correct choice will preserve your data. Backup you database first. EE 1.22 users may set up EE backup (set preferences in backup/ee_backup_prefs/preferences.php - use same connect data as in /add/connect.php) and use it for backing up the 1.22 database. If you by mistake happen to choose e.g. Beta 4 full as current version and you really have RC2, only visible harm will be admin username and pass reset and some misc settings set to default. Choosing 1.22 or 1.3 when you already have 1.5 will produce errors - don't do it. As always, those who update should backup the database and all custom files
All files should be replaced, EXCEPT add/connect.php, backup/ee_backup_prefs/preferences.php. After you have replaced the files, add the old custom data to the new ones. Delete installer folder after successful update/install. Backup your old database just in case. For those who update from lower than RC 2, please do the old security-action set:
After update from any version you must go to optimize menu and do first defragment and then optimize. Manual is coming soon, meanwhile EE "newbies" should (please) read http://photography-on-the.net/ee/bet...oad_system.php to the letter in order to put EE safely on gear 1. Backup your old database just in case. Delete installer folder after successful update/install. Please also check that after update that following folders are still chmod 777: GALLERY/temp GALLERY/ftp_temp GALLERY/export GALLERY/input/temp GALLERY/input/UPLOAD GALLERY/input/UPLOAD/test GALLERY/input/UPLOAD/ee_temp_upload GALLERY/input/backup/ee_backup_files Also, make sure that translation files match in structure with eng ------------------ Whats fixed:
Some problems still remain. On my list I have
Feature-wise 1.5 will not have anything more. After 1.5 I'll work mainly with...
...and at same time work with these smaller features:
__________________
1D Mark III, 5D Mark II, lenses, 5-string bass PHOTOS: Selected Snaps | Orchestra Photos | Brass Week 2009 2009 POTN BOOK AVAILABLE NOW -- click here ---------------------------- Last edited by Pekka : 4th of October 2005 (Tue) at 17:47. |
|
|
|
| sponsored links |
|
|
#2 |
|
El General Moderator
|
Oh and couple of things.
You may need to re-enter your ftp passwords. Default login data is: user: admin pass: pass
__________________
1D Mark III, 5D Mark II, lenses, 5-string bass PHOTOS: Selected Snaps | Orchestra Photos | Brass Week 2009 2009 POTN BOOK AVAILABLE NOW -- click here ---------------------------- |
|
|
|
|
|
#3 |
|
Member
Join Date: Jan 2004
Posts: 34
|
I have tried to install this 'fresh' but I'm getting the impression that this is not supported. I see no config file that I can update with mySQL info, and so on. Any suggestions?
|
|
|
|
| sponsored links |
|
|
#4 |
|
El General Moderator
|
Clean install of EE 1.5 RC 4
1. download http://photography-on-the.net/ee/beta/EE_RC4.zip, open in in your home machine and upload whole directory structure to your server, in folder of your choice. 2. Set folder permissions: These folders must have 777 permissions for EE to work correctly (GALLERY is path to your EE main folder): GALLERY/temp GALLERY/export GALLERY/input/temp GALLERY/input/UPLOAD GALLERY/input/UPLOAD/test GALLERY/input/UPLOAD/ee_temp_upload GALLERY/input/backup/ee_backup_files 3. Open GALLERY/add/connect.php in text editor and replace Code:
$servername = "localhost"; $databasename = "DATABASENAME"; $username = "USERNAME"; $password = "PASSWORD"; Then edit same database data in GALLERY/input/backup/ee_backup_prefs/preferences.php Code:
connect_menu ("localhost", "DATABASENAME", "USERNAME", "PASSWORD", "100" );
Code:
http://www.yourdomain.com/GALLERY/rc4_installers/full_15rc4.php When database installer is run, EE is installed. Delete folder rc4_installers. You can go to your editor Code:
http://www.yourdomain.com/GALLERY/input/ username: admin pass: pass and continue from there by following document http://www.photography-on-the.net/ee...oad_system.php to the letter.
__________________
1D Mark III, 5D Mark II, lenses, 5-string bass PHOTOS: Selected Snaps | Orchestra Photos | Brass Week 2009 2009 POTN BOOK AVAILABLE NOW -- click here ---------------------------- Last edited by Pekka : 19th of February 2005 (Sat) at 18:26. |
|
|
|
|
|
#5 |
|
Member
Join Date: Jan 2004
Posts: 34
|
Thank you very much for this! I will test this out tomorrow, er, later today
|
|
|
|
|
|
#6 | |
|
Member
Join Date: Oct 2003
Posts: 92
|
Quote:
THIS text was VERY helpful to me for setting up EE. Now it is running. Allow me two comments: 1) I guess, the path above does not exist, it is in fact: GALLERY/input/backup/ee_backup_prefs/preferences.php 2) I was not aware, that I have to create first a Mysql-Database. I have never used or worked with such DBs and hence I did not know this. And finally, when I heard this from my service-man, than I did not know, must I create tables or not. Except this two troubles (specialy point 2) the installation went fine. Now I will go ahead to the path-setup, but because I know, that you did explain this very good, I am not very anxious, that I cannot do this. Thanks for a great program! Markus |
|
|
|
|
|
|
#7 |
|
Member
Join Date: Nov 2003
Location: Nevada City, CA. USA
Posts: 553
|
Pekka,
I must be brain damaged or something. My version 1.5 beta 5 is running just fine, but tonight I worked up the courage to attempt the upgrade to RC4. It's been a while since I've had to do any sort of maintenance to my version 1.5 beta 5 - it's worked smoothly since I installed it. I am running on a Windows 2000 server, running Apache version 2.0.48. I get the most amazing garbage when I try to run the install script. I will paste a portion of it below, and I hope it shows up properly. Do you have any idea what I'm doing wrong here???? Thanks in advance, = Ed = The garbage is pasted below the dashed line (I hope it shows up properly) ------------------------------------------------- "; print " Exhibit Engine MySQL error! ERROR FROM QUERY {$n} in page '{$p}': ------------------------------ "; print mysql_error(); print " ------------------------------ If you encounter this error with unmodified EE source code please mail this error to EE developers with version number, detailed circumstances when it happened and preferably with a database backup dump. All reports helps improving EE to your satisfaction. Thank You."; print " "; mysql_close (); exit; } return; } } set_magic_quotes_runtime(0); if (!function_exists("ee_addslashes")) { function ee_addslashes ($x) { if ((get_magic_quotes_runtime()==0) AND (get_magic_quotes_gpc()==0)) { $x = addslashes($x); } if ((get_magic_quotes_runtime()==0) AND (get_magic_quotes_gpc()==1)) { $x = stripslashes(addslashes($x)); } if ((get_magic_quotes_runtime()==1) AND (get_magic_quotes_gpc()==0)) { $x = addslashes($x); } if ((get_magic_quotes_runtime()==1) AND (get_magic_quotes_gpc()==1)) { } return $x; } } if (!function_exists("ee_stripslashes")) { function ee_stripslashes ($x) { if ((get_magic_quotes_runtime()==0) AND (get_magic_quotes_gpc()==0)) { } if ((get_magic_quotes_runtime()==0) AND (get_magic_quotes_gpc()==1)) { $x = stripslashes($x); } if ((get_magic_quotes_runtime()==1) AND (get_magic_quotes_gpc()==0)) { $x = stripslashes($x); } if ((get_magic_quotes_runtime()==1) AND (get_magic_quotes_gpc()==1)) { $x = stripslashes($x); } return $x; } } $verz = "UNKNOWN (maybe no EE at all?)"; $testz = mysql_query( " SELECT ee_version FROM ee_settings " ); while ($row = @mysql_fetch_array($testz)) { $verz = $row['ee_version']; } ?> EE DATABASE UPGRADE: EE 1.22 or later to EE 1.5 RC 4 Database '' used. EE reports current version number ''. If you are unsure which fix pack you have installed for 1.5, select fix pack 1. CHOOSE CAREFULLY AND DO DATABASE BACKUP BEFORE UPDATING. This updater works only on untampered EE installations. --- SELECT CURRENT VERSION --- 1.22 1.3 (RC) 1.5 Beta 4 with fix pack 1 (1st full install) 1.5 Beta 4 fix pack 2 1.5 Beta 5 1.5 Release Candidate 2 1.5 Release Candidate 3 "; function ee_install ($query,$name,$report="1") { $update = mysql_query($query); if ($report == "1") { ee_error ($update,$query,$name); } if ($update) { print "" . $name . "OK"; } if (!$update) { print "" . $name . "ALREADY EXISTS"; } return; } if ($version == "122") { function check_id($table,$id) { $row = $table . "." . $table . "_id"; $check = mysql_query( " SELECT $row FROM $table WHERE $row = '$id' " ); if (!$check) { print " " . $row . " ...... NOT FOUND!" ; print "ERROR: INSTALL ABORTED"; exit(); } if ($check) { print " " . $row . " ...... OK" ; } } $test = mysql_query( " SELECT ee_version FROM ee_settings " ); while ($row = mysql_fetch_array($test)) { $ver = $row['ee_version']; } if ($ver == "1.22") { print " "; } else { $v = "1.0"; $test2 = mysql_query( " SELECT ee_version FROM ee_settings " ); if ($test2) { while ($row = mysql_fetch_array($test2)) { $v = $row['ee_version']; } } $today = date("Y-m-d"); print "No action taken. You have version " . $v . ". This updater works only on EE 1.22. "; //print $features; exit(); } function borg ($assimilate) { $feeder = mysql_query( " $assimilate "); if (!$feeder) { echo(" " . mysql_error() . " |
|
|
|
|
|
#8 |
|
El General Moderator
|
Ed,
That looks like the server fails to run PHP code (or just sees it as html) which may mean misconfiguration of server. It may also be a damaged file, so first thing I'd do is to download the installer again.
__________________
1D Mark III, 5D Mark II, lenses, 5-string bass PHOTOS: Selected Snaps | Orchestra Photos | Brass Week 2009 2009 POTN BOOK AVAILABLE NOW -- click here ---------------------------- |
|
|
|
|
|
#9 | |
|
Member
Join Date: Nov 2003
Location: Nevada City, CA. USA
Posts: 553
|
Quote:
I re-downloaded as suggested and tried again with the same result I'm not sure what to think. My server obviously runs php as I've been running version 15. beta 5 (and earleir version going back to 1.4) for quite some time now. I've tried to open the installer (to_rc4.php) by dragging it onto Internet Explorer, by navigating to the file from the Open dialog, and by programming a link to the file in an html page. Nothing seems to work. I either get a helper app to open the source code, or I get the output that I quoted above. I copied the entire EE_RC4 folder to the Apache htdocs root before trying to run it. Am I supposed to follow some other procedures? The really good news is that none of this has affected the operation of my current 1.5b5 gallery. If you'd like to see with your own eyes that it runs php just fine, here is the link: http://www.edrotberg.org/gallery FWIW, I'm running PHP 4.3.5. I think I gave the Apache version in the prior post. If you have other specific questions or would like access to the system, I'd be happy to arrange that for you, since I own the server and it sits in my home. Thanks in advance. = Ed = |
|
|
|
|
|
|
#10 | |
|
Junior Member
Join Date: Jul 2004
Posts: 5
|
When I click test now to test the ftp connection I get an error msg:
Quote:
|
|
|
|
|
|
|
#11 | ||
|
El General Moderator
|
Quote:
__________________
1D Mark III, 5D Mark II, lenses, 5-string bass PHOTOS: Selected Snaps | Orchestra Photos | Brass Week 2009 2009 POTN BOOK AVAILABLE NOW -- click here ---------------------------- |
||
|
|
|
|
|
#12 |
|
Junior Member
Join Date: Jul 2004
Posts: 5
|
OK, it is working. BUT now to a stupid question:
How do I install ImageMagick or Imagick? It has to be installed on the server, right? Not only on my computer? I understand nothing of the manuals ans readmes I find when I have downloaded the programs. I really want this to work, I like this gallery system a LOT! Thankyou. |
|
|
|
|
|
#13 |
|
Member
Join Date: Nov 2003
Location: Nevada City, CA. USA
Posts: 553
|
Pekka,
As I stated in my last post, I still have not gotten the installer to work, even after re-downloading a couple of times. Is there anything else you can think of that I might try? I'd really like to get up-to-date as I'm using the gallery more these days. I believe that I've given version numbers for Apache and PHP in my previous posts. Thanks in advance, = Ed = |
|
|
|
|
|
#14 | |
|
El General Moderator
|
Quote:
Download and installation info is at http://www.imagemagick.org/www/download.html
__________________
1D Mark III, 5D Mark II, lenses, 5-string bass PHOTOS: Selected Snaps | Orchestra Photos | Brass Week 2009 2009 POTN BOOK AVAILABLE NOW -- click here ---------------------------- |
|
|
|
|
|
|
#15 | |
|
El General Moderator
|
Quote:
I'm sure the problem you have is in how you unpack the zip file. Or in how you upload the files to server. The ZIP is packed with Winzip 8 which is the most used zip packer in the world. You can either unpack it at home and then upload the files, or upload the zip and unpack it in server. How have you done it? If you can PM me your ftp info I can get in an do the installation from here, perhaps that'll reveal something. Apache 2 and older PHP's do not match well, but if your older EE runs then newer one should not have any problems.
__________________
1D Mark III, 5D Mark II, lenses, 5-string bass PHOTOS: Selected Snaps | Orchestra Photos | Brass Week 2009 2009 POTN BOOK AVAILABLE NOW -- click here ---------------------------- |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Do I need a release for this? | StellerCrys | The Business of Photography | 5 | 3 Weeks Ago 21:12 |
| Longest time in between release notice and actual release? | JBF | Canon EOS Digital Cameras | 4 | 20th of March 2006 (Mon) 16:24 |
| System Requirements for current 1.5 candidate | MichaelChristopher | Version 1.0-1.5 discussion | 4 | 19th of April 2005 (Tue) 14:48 |
| Exhibit Engine 1.3 (update) Release Candidate | Pekka | Version 1.0-1.5 discussion | 81 | 11th of January 2005 (Tue) 00:36 |
| Release | OviV | General Photography Talk | 5 | 12th of March 2004 (Fri) 16:37 |