atomicpa-support Mailing List for Atomic Photo Album
Brought to you by:
charchi
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(4) |
Oct
|
Nov
(3) |
Dec
(8) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(14) |
Feb
(6) |
Mar
|
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
(6) |
Aug
(4) |
Sep
(4) |
Oct
|
Nov
(1) |
Dec
|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Balu <ba...@gm...> - 2005-05-20 08:15:51
|
sorry, my english is not very good http://balu.kvalitne.cz Atomic Photo Album 1.1.0pre4 1. Anonymous comments and rating does not work although it is allowed 2. small pictures are resized to size, aspect ratio is ignored. It's not nice for portrait oriented pictures. Thumbnails are OK. 3. when small pictures' size is set to 0 (original size), there are some php errors (invalid size, picture does not exist ...) but it works. I've commented error lines in apa_lib.inc.php, it works now without errors, but automatic thumbnails generation must be disabled. diff modified_apa_lib.inc.php orig_apa_lib.inc.php 649c649 < /* $dst_image = ImageCreate($dest_w, $dest_h);*/ --- > $dst_image = ImageCreate($dest_w, $dest_h); 653c653 < /* if( $is_jpeg ) --- > if( $is_jpeg ) 657,658d656 < */ < /* ImageDestroy($dst_image);*/ 660c658,660 < /* if( $is_jpeg ) --- > ImageDestroy($dst_image); > if( $is_jpeg ) 664,665d663 < */ < /* unlink($tmp_filename);*/ 667c665,667 < /* ImageCopyResized($dst_image, $src_image, 0, 0, 0, 0, $dest_w, $dest_h, $src_w, $src_h);*/ --- > unlink($tmp_filename); > ImageCopyResized($dst_image, $src_image, 0, 0, 0, 0, $dest_w, $dest_h, > $src_w, $src_h); 673c673 < /* if( $is_jpeg ) --- > if( $is_jpeg ) 676c676 < ImagePNG($dst_image, $path.$apa_options['small_prefix'].$filename);*/ --- > ImagePNG($dst_image, $path.$apa_options['small_prefix'].$filename); 678c678 < /* ImageDestroy($dst_image);*/ --- > ImageDestroy($dst_image); |
|
From: Rodman F. <fro...@i-...> - 2004-09-23 14:05:26
|
Hello, I am new to the whole Mysql thing and have some questions regarding = installing atomic. I managed to get Mysql server and client installed on my Mandrake 10.0 = box. I have been attempting to read through all the documentation at = www.mysql.com but there is a lot to go through. Anyway, I managed to = set passwords for both root accounts that were created during install = and then I removed both anonymous accounts from the Mysqld server. I = have not created any more user accounts in Mysql. Now when I go to run the install.php file for atomic, there are some = fields I don't understand what I am supposed to put in them. =20 1. Hostname - Can I put in the IP of the Mysql server or can I put in = "localhost"? =20 2. Username - I assume I have to use root here since I don't have any = other username created in the Mysql server. I also assume this is a bad = idea and I should create another username to input here. Am I correct = in this? 3. Password - This is obviously the password that is tied to the = username in the Mysql server. 4. Database - I have no idea what this is for. I assume whatever = string I put in here will cause a database with that name to be created = in Mysqld. Basically I am simply giving Mysqld a name to associate with = atomic. Is this correct? 5. Tables prefix - Its is already set to apa_. Do I leave it set to = its default setting? If I fill in hostname as (localhost), username as (root), password as = (rootpassword), database as (atomic) and leave tables prefix set to = default, and hit the install button this is what I get: Trying to connect to database server :=20 Fatal error: Call to undefined function: mysql_connect() in = /www/frowerts/atomic/apa/install.php on line 141 I am sorry for all the questions guys, but I am truly new to Mysql and = am a bit lost. Thanks for any help you can give. Rodman |
|
From: Jonathan <dn...@dr...> - 2004-05-24 18:24:42
|
Just setup Atomic to wrangle a 5500+ image database for a championship sailor and have run into a few problems. Wondered if somebody might be able to help... Biggest problem so far is that Atomic is generating warning messages about lots of the images 'not being a valid JPG file' -- but the source images display fine, and they appear no different than any others in the collection. A sample error sequence is posted at the bottom of this message. This is the largest problem we have not resolved yet. Other problems came from 'invalid' characters in image names. It chokes on any single quote ' marks in an image name. We manually renamed maybe 500 images to avoid this, and ran scripts to remove all spaces from folder and image names. That fixed it for the most part. But could someone possibly offer me a sample code snippet which could fix this in the source script? Next, the collection has many nested sub-folder areas. If the parent folder of the sub-folders does not have an image in it, no thumbnail is generated for the index pages. Is it possible to define a default image to use in these circumstances? Last, obviously the thumbnails and not generated until a folder is viewed. Is there any way to 'force' Atomic to scan everything at once? When it scans the folders and generates the images, it does not update the grand total counts on the main index page. Even after manually scanning maybe 20-30 folder & hundreds of images, on the home index page it still only lists 7 sub-albums and one photo in the whole album. I have the 'Enable scanning...' and 'Enable auto generation...' options turned on. Any help would be sincerely appreciated! Jonathan Sample thumbnail generation error: ---------------------------------- Warning: imagecreatefromjpeg: 'albums/OP1/Bruce___Rumbleseat/Bruce_Splicing-01.jpg' is not a valid JPEG file in /web/sailinglakemonroe/html/photo_album/apa_lib.inc.php on line 822 Warning: imagesx(): supplied argument is not a valid Image resource in /web/sailinglakemonroe/html/photo_album/apa_lib.inc.php on line 823 Warning: imagesy(): supplied argument is not a valid Image resource in /web/sailinglakemonroe/html/photo_album/apa_lib.inc.php on line 824 Warning: imagedestroy(): supplied argument is not a valid Image resource in /web/sailinglakemonroe/html/photo_album/apa_lib.inc.php on line 825 APA MySQL Error : Query : INSERT INTO apa_photos VALUES (18,'Bruce_Splicing-01.jpg',1,994538228,55941,,,'','','','','',11,0,0,0,0,NULL) Query type : INSERT File : /web/sailinglakemonroe/html/photo_album/apa_lib.inc.php Line : 867 Error : You have an error in your SQL syntax near ','','','','','',11,0,0,0,0,NULL)' at line 1 ------------------------------------- |
|
From: Gwaland <gw...@fl...> - 2003-11-03 04:47:05
|
How complicated would it be to add a delete button to the admin control bar under each image? I've toyed around with PHP but I couldn't figure out how this program had things set up. |
|
From: patricko <pat...@pa...> - 2003-09-20 01:04:56
|
Why would you need one just run install ----- Original Message ----- From: "Cristian Fenzi" <cri...@in...> To: <ato...@li...> Sent: Friday, September 19, 2003 5:47 PM Subject: [APA] APA SQL | | Hello atomicpa-support, | | does anyone can send an apa.sql file to create the tables ? | | | | ------------------------------------------------------- | This sf.net email is sponsored by:ThinkGeek | Welcome to geek heaven. | http://thinkgeek.com/sf | _______________________________________________ | Atomicpa-support mailing list | Ato...@li... | https://lists.sourceforge.net/lists/listinfo/atomicpa-support | | |
|
From: Cristian F. <cri...@in...> - 2003-09-19 23:47:10
|
Hello atomicpa-support, does anyone can send an apa.sql file to create the tables ? |
|
From: Justin G. <jge...@lo...> - 2003-09-19 20:25:52
|
Is there a way to assign a thumbnail to an empty directory? For example
apa/albums/folder1/
/subfolder1/
/<pictures>
/subfolder2/
/<pictures>
apa/albums/folder2/
/<pictures>
folder2 gets a thumbnail but folder1 does not.
--
; Justin Georgeson
; http://www.lopht.net
; mailto:jge...@lo...
; "Free the mallocs, delete the news"
|
|
From: Cristian F. <cri...@in...> - 2003-09-17 21:55:17
|
Hello atomicpa-support, does anyone can send an apa.sql file to create the tables ? -- Best regards, Cristian mailto:cri...@in... |
|
From: centaure d. <cen...@ce...> - 2003-08-22 17:11:52
|
Hi all, I've tried to install atomic. but i think i've got a problem with install .php : see log file My system : mandrake 9.1 php 4.3.1 Mysql 4.0.1 'm using the 1.0.5 version of atomic : Trying to connect to database server : OK! Trying to select database : OK! Creating tables Creating table apa_config : OK! Creating table apa_users : OK! Creating table apa_albums : Can't create table CREATE TABLE apa_albums( name varchar(255) not null, path varchar(255) not null, nb_photos mediumint unsigned, nb_comments int unsigned not null, nb_views int unsigned not null, time timestamp, check tinyint unsigned DEFAULT '0', ID smallint unsigned not null auto_increment, PRIMARY KEY(ID) )You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'tinyint unsigned DEFAULT '0', ID smallint unsigned not Creating table apa_photos : OK! Creating table apa_comments : OK! Creating table apa_viewsbuffer : OK! Creating table apa_commentsbuffer : OK! Creating table apa_searchindex : OK! Adding administrator root : OK! Creating first album vacances : Can't create first album please someone could help ? |
|
From: centaure d. <cen...@ce...> - 2003-08-06 17:44:40
|
sorry, i forgot : i'm using the latest version of atomic : 1.0.5 --Original Message Text--- From: centaure domain Date: Mon, 04 Aug 2003 21:49:11 +0200 Hi all, I've tried to install atomic. but i think i've got a problem with install .php : see log file My system : mandrake 9.1 php 4.3.1 Mysql 4.0.1 Trying to connect to database server : OK! Trying to select database : The database photo_db does not exist, trying to create it : OK! Creating tables Creating table apa_config : OK! Creating table apa_users : OK! Creating table apa_albums : Can't create table CREATE TABLE apa_albums( name varchar(255) not null, path varchar(255) not null, nb_photos mediumint unsigned, nb_comments int unsigned not null, nb_views int unsigned not null, time timestamp, check tinyint unsigned DEFAULT '0', ID smallint unsigned not null auto_increment, PRIMARY KEY(ID) )You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'tinyint unsigned DEFAULT '0', ID smallint unsigned not Creating table apa_photos : OK! Creating table apa_comments : OK! Creating table apa_viewsbuffer : OK! Creating table apa_commentsbuffer : OK! Creating table apa_searchindex : OK! Adding administrator root : OK! Creating first album sardaigne : Can't create first album any idea ? |
|
From: ChArChI <ch...@if...> - 2003-08-05 14:19:32
|
which version of apa ? -----Message d'origine----- De : ato...@li... [mailto:ato...@li...] De la part de = centaure domain Envoy=E9 : lundi 4 ao=FBt 2003 21:49 =C0 : ato...@li... Objet : [APA] log error after install.php procedure Hi all, I've tried to install atomic. but i think i've got a problem with install .php : see log file=20 My system : mandrake 9.1 php 4.3.1 Mysql 4.0.1 Trying to connect to database server : OK! Trying to select database : The database photo_db does not exist, trying = to create it : OK! Creating tables Creating table apa_config : OK! Creating table apa_users : OK! Creating table apa_albums : Can't create table CREATE TABLE apa_albums( = name varchar(255) not null, path varchar(255) not null, nb_photos mediumint unsigned, nb_comments int unsigned not null, nb_views int unsigned not = null, time timestamp, check tinyint unsigned DEFAULT '0', ID smallint unsigned = not null auto_increment, PRIMARY KEY(ID) )You have an error in your SQL = syntax. Check the manual that corresponds to your MySQL server version for the = right syntax to use near 'tinyint unsigned DEFAULT '0', ID smallint unsigned = not Creating table apa_photos : OK! Creating table apa_comments : OK! Creating table apa_viewsbuffer : OK! Creating table apa_commentsbuffer : OK! Creating table apa_searchindex : OK! Adding administrator root : OK! Creating first album sardaigne : Can't create first album=20 any idea ? |
|
From: centaure d. <cen...@ce...> - 2003-08-04 19:47:07
|
Hi all, I've tried to install atomic. but i think i've got a problem with install .php : see log file My system : mandrake 9.1 php 4.3.1 Mysql 4.0.1 Trying to connect to database server : OK! Trying to select database : The database photo_db does not exist, trying to create it : OK! Creating tables Creating table apa_config : OK! Creating table apa_users : OK! Creating table apa_albums : Can't create table CREATE TABLE apa_albums( name varchar(255) not null, path varchar(255) not null, nb_photos mediumint unsigned, nb_comments int unsigned not null, nb_views int unsigned not null, time timestamp, check tinyint unsigned DEFAULT '0', ID smallint unsigned not null auto_increment, PRIMARY KEY(ID) )You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'tinyint unsigned DEFAULT '0', ID smallint unsigned not Creating table apa_photos : OK! Creating table apa_comments : OK! Creating table apa_viewsbuffer : OK! Creating table apa_commentsbuffer : OK! Creating table apa_searchindex : OK! Adding administrator root : OK! Creating first album sardaigne : Can't create first album any idea ? |
|
From: Imran G. <im...@bi...> - 2003-07-28 23:33:56
|
(using apa-1.0.5.tar.gz) When I installed apa I chose to disallow anonymous commenting/rating, but now I want to turn it on, but changing the option using adm.php doesn't seem to work. The comment section appears but once you press submit it just appears to reload photo.php and doesn't save the comment/rating. Logged in commentin/rating works fine. Imran -- http://bits.bris.ac.uk/imran |
|
From: Imran G. <im...@bi...> - 2003-07-27 23:31:16
|
1) I'm making a new theme, but I can't seem to find the part of the css file that control the appearance of the next/previous image thumbnails (I want to make them be in frames), could someone tell me where it is ? 2) How hard would it be to make the choice of album page appear below the photos rather then above them (is it just a case of copy'n'pasting the appropriate code) ? 3) Can you rename photo albums without causing problems ? 4) Is there anyway to easily clear the database of the appropriate records if you delete an album ? Thanks, Imran -- http://bits.bris.ac.uk/imran |
|
From: Mattias <cu...@bo...> - 2003-07-04 09:26:47
|
<BR>Thats is then the picture is tacken on the long side, the program is making thte picture inte wrong format. <BR>I wonder if there is someone know to do ? <BR> |
|
From: Mattias <cu...@bo...> - 2003-07-04 07:20:46
|
<BR>te<BR> |
|
From: <Pet...@ao...> - 2003-07-02 18:57:41
|
Dear Members of this Mailing List: My apologies. The problem was on mine. This morning I did the installation again, and it worked. Thanks, Peter Yan |
|
From: <Pet...@ao...> - 2003-07-02 07:59:56
|
Dear members of this mailing list: This is Peter Yan, and I am new to this mailing list. I have several questions regarding the installation of Atomic Photo Album (APA) on a FreeBSD machine. I am currently using a FreeBSD 4.5. I also have MySQL, Apache, and PHP4 installed on the same computer. It happened that I was unsuccessful trying to install APA on the computer, even though I followed the exact instructions outlined on APA web site. Questions: Does the procedure outlined apply to an installation on a FreeBSD? If yes, could anybody please give me a hint on what possibly went wrong? If not, could anybody please give some hints on how-tos? Thanks, Peter Yan |
|
From: <sga...@wa...> - 2003-06-22 09:46:42
|
|
From: Karl D. <ka...@ri...> - 2003-05-10 21:26:17
|
To what extent can the quality of the small_ images (not thumbnails) be controlled? I was slightly disappointed by GD's results in this respect. Check out http://rince.net/misc/plane_gd.jpg Then see mogrify's effort: http://rince.net/misc/plane_mogrify.jpg My PHP is practically non-existent, but I did find the $jpeg_quality variable in apa_lib.inc.php. Setting this to 100 didn't seem to make much difference, however. I'm using PHP 4.1.2 and GD 1.8.4. Thanks in advance, Karl Dane -- rince.net ltd e. ka...@ri... w. http://rince.net m. 07885 040959 t. 01273 770008 f. 08700 516787 |
|
From: ChArChI <ch...@if...> - 2003-04-21 17:18:24
|
APA 1.1.0pre1 is available on http://atomicpa.sf.net/ Enjoy and report bugs :-) Constantin |
|
From: Andrew S. <an...@sc...> - 2003-02-11 05:58:26
|
Are there any plans to add user permissions to photo albums? I'm looking for the ability to assign permissions on a user (or more ideally, group) basis for individual albums. Are others interested in this functionality? I'm headed in this direction, and it looks like Atomic is a good starting point. Comments? Suggestions? Thanks, -Andrew Schaefer an...@sc... |
|
From: ChArChi <ch...@if...> - 2003-02-06 09:41:29
|
If your browser prompt you to download the file : 1/ Your web server don't have php support installed on it. 2/ PHP support is installed but the webserver is not configured to map all .php file to the php executable or module. So the webserver is sending the source code of the php file without parsing it. > -----Message d'origine----- > De : ato...@li...=20 > [mailto:ato...@li...] De la=20 > part de Steven Poulakos > Envoy=E9 : jeudi 6 f=E9vrier 2003 08:09 > =C0 : ato...@li... > Objet : Re: [APA] Install problem with install.php >=20 >=20 > Hmmm... this is very strange. I tried another server and got it to=20 > work. My guess is that the first server may be=20 > misconfigured. I don't=20 > think the hostname is properly configured for the server,=20 > which may have=20 > caused a problem. Anyway, it seems to work on the other=20 > server. I can=20 > probably debug the problem from here. If you do have any immediate=20 > thoughts about what might have happened, I'd be happy to hear them. >=20 > Thanks for the help. >=20 > Steve >=20 > Patricko wrote: >=20 > >install.php is what is needed to set it up make sure your not in the=20 > >CGI-BIN this should be in a directory in your html directory > > > > > >----- Original Message ----- > >From: "Steven Poulakos" <pou...@ui...> > >To: <ato...@li...> > >Sent: Wednesday, February 05, 2003 10:38 PM > >Subject: Re: [APA] Install problem with install.php > > > > > > =20 > > > >>I should add that I'm trying to install this on a Debian server=20 > >>running Apache 1.3.27, MySQL 3.23.55, and PHP4. > >> > >>Steven Poulakos wrote: > >> > >> =20 > >> > >>>Hi, > >>> > >>>This is my first time installing APA. On your documentation web=20 > >>>page, I have followed the instructions up to step 6 (btw, step 5=20 > >>>wasn't required since I'm using PHP 4). For step 6, I use=20 > my Mozilla=20 > >>>web browser to select the install.php file, which then=20 > prompts me to=20 > >>>either save or open it with another application. As a=20 > test, I placed=20 > >>>another PHP4 file (with a .php extension) in the same=20 > directory, and=20 > >>>it works properly. Do you have any thoughts on what might be wrong? > >>> > >>>I'm guessing that I should be able to open the install.php=20 > file via a=20 > >>>web browser to configure things. Is this correct? Is there some=20 > >>>configuration that I must do first? > >>> > >>>Thanks, > >>>Steve > >>> > >>> > >>> > >>>------------------------------------------------------- > >>>This SF.NET email is sponsored by: > >>>SourceForge Enterprise Edition + IBM + LinuxWorld =3D=20 > Something 2 See!=20 > >>>http://www.vasoftware.com=20 > >>>_______________________________________________ > >>>Atomicpa-support mailing list=20 > Ato...@li... > >>>https://lists.sourceforge.net/lists/listinfo/atomicpa-support > >>> =20 > >>> > >> > >> > >>------------------------------------------------------- > >>This SF.NET email is sponsored by: > >>SourceForge Enterprise Edition + IBM + LinuxWorld =3D=20 > Something 2 See!=20 > >>http://www.vasoftware.com=20 > >>_______________________________________________ > >>Atomicpa-support mailing list Ato...@li... > >>https://lists.sourceforge.net/lists/listinfo/atomicpa-support > >> > >> =20 > >> > > > > > > > >------------------------------------------------------- > >This SF.NET email is sponsored by: > >SourceForge Enterprise Edition + IBM + LinuxWorld =3D Something 2 = See!=20 > >http://www.vasoftware.com=20 > >_______________________________________________ > >Atomicpa-support mailing list Ato...@li... > >https://lists.sourceforge.net/lists/listinfo/atomicpa-support > > =20 > > >=20 >=20 >=20 > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld =3D Something=20 > 2 See! http://www.vasoftware.com=20 > _______________________________________________ > Atomicpa-support mailing list Ato...@li... > https://lists.sourceforge.net/lists/listinfo/atomicpa-support > _____________________________________________________________________ > Envie de discuter en "live" avec vos amis ? T=E9l=E9charger MSN=20 > Messenger http://www.ifrance.com/_reloc/m la 1=E8re messagerie=20 > instantan=E9e de France >=20 |
|
From: Steven P. <pou...@ui...> - 2003-02-06 07:07:34
|
Hmmm... this is very strange. I tried another server and got it to work. My guess is that the first server may be misconfigured. I don't think the hostname is properly configured for the server, which may have caused a problem. Anyway, it seems to work on the other server. I can probably debug the problem from here. If you do have any immediate thoughts about what might have happened, I'd be happy to hear them. Thanks for the help. Steve Patricko wrote: >install.php is what is needed to set it up make sure your not in the CGI-BIN >this should be in a directory in your html directory > > >----- Original Message ----- >From: "Steven Poulakos" <pou...@ui...> >To: <ato...@li...> >Sent: Wednesday, February 05, 2003 10:38 PM >Subject: Re: [APA] Install problem with install.php > > > > >>I should add that I'm trying to install this on a Debian server running >>Apache 1.3.27, MySQL 3.23.55, and PHP4. >> >>Steven Poulakos wrote: >> >> >> >>>Hi, >>> >>>This is my first time installing APA. On your documentation web page, >>>I have followed the instructions up to step 6 (btw, step 5 wasn't >>>required since I'm using PHP 4). For step 6, I use my Mozilla web >>>browser to select the install.php file, which then prompts me to >>>either save or open it with another application. As a test, I placed >>>another PHP4 file (with a .php extension) in the same directory, and >>>it works properly. Do you have any thoughts on what might be wrong? >>> >>>I'm guessing that I should be able to open the install.php file via a >>>web browser to configure things. Is this correct? Is there some >>>configuration that I must do first? >>> >>>Thanks, >>>Steve >>> >>> >>> >>>------------------------------------------------------- >>>This SF.NET email is sponsored by: >>>SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >>>http://www.vasoftware.com >>>_______________________________________________ >>>Atomicpa-support mailing list >>>Ato...@li... >>>https://lists.sourceforge.net/lists/listinfo/atomicpa-support >>> >>> >> >> >>------------------------------------------------------- >>This SF.NET email is sponsored by: >>SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >>http://www.vasoftware.com >>_______________________________________________ >>Atomicpa-support mailing list >>Ato...@li... >>https://lists.sourceforge.net/lists/listinfo/atomicpa-support >> >> >> > > > >------------------------------------------------------- >This SF.NET email is sponsored by: >SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! >http://www.vasoftware.com >_______________________________________________ >Atomicpa-support mailing list >Ato...@li... >https://lists.sourceforge.net/lists/listinfo/atomicpa-support > > |
|
From: Patricko <pat...@pa...> - 2003-02-06 06:44:22
|
install.php is what is needed to set it up make sure your not in the CGI-BIN this should be in a directory in your html directory ----- Original Message ----- From: "Steven Poulakos" <pou...@ui...> To: <ato...@li...> Sent: Wednesday, February 05, 2003 10:38 PM Subject: Re: [APA] Install problem with install.php > I should add that I'm trying to install this on a Debian server running > Apache 1.3.27, MySQL 3.23.55, and PHP4. > > Steven Poulakos wrote: > > > Hi, > > > > This is my first time installing APA. On your documentation web page, > > I have followed the instructions up to step 6 (btw, step 5 wasn't > > required since I'm using PHP 4). For step 6, I use my Mozilla web > > browser to select the install.php file, which then prompts me to > > either save or open it with another application. As a test, I placed > > another PHP4 file (with a .php extension) in the same directory, and > > it works properly. Do you have any thoughts on what might be wrong? > > > > I'm guessing that I should be able to open the install.php file via a > > web browser to configure things. Is this correct? Is there some > > configuration that I must do first? > > > > Thanks, > > Steve > > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > http://www.vasoftware.com > > _______________________________________________ > > Atomicpa-support mailing list > > Ato...@li... > > https://lists.sourceforge.net/lists/listinfo/atomicpa-support > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Atomicpa-support mailing list > Ato...@li... > https://lists.sourceforge.net/lists/listinfo/atomicpa-support > |