4images Forum & Community

4images Help / Hilfe => FAQ, Tips => Topic started by: Nicky on April 13, 2005, 08:58:06 PM

Title: 4images Installation
Post by: Nicky on April 13, 2005, 08:58:06 PM
[ENGLISH]
Quote
 ==========================================================
                  4images Installation
  ==========================================================

  ----------------------------------------------------------
  System Requirements:
  ----------------------------------------------------------
  - A webserver or web hosting account (Linux/Apache recommended).
  - PHP version 4.0.5 or higher (we recommend to use always the latest stable version).
    To ensure that 4images is functioning properly, "safe_mode" should be disabled
    ("safe_mode = off" in your php.ini).
  - MySQL version 3.23 or higher (we recommend MySQL version 3.23.33)

  Optional:
  - In order to make thumbnails and reduced size images you need PHP compiled with
    the support for the GD library (http://www.boutell.com/gd) or the ImageMagick
    "convert" utility (http://www.imagemagick.org) or NetPBM (http://netpbm.sourceforge.net).


  ----------------------------------------------------------
  Installation:
  ----------------------------------------------------------
  (For updating from earlier versions see Update.english.txt)

  1. Decompress the .zip archive to a local directory on your system and FTP all
     the files it contains (being sure to retain the directory structure) to your host.
     Once all the files have been uploaded to your site you should point your browser
     at this location.

  2. Now, the Install-Screen comes up. Fill out the required fields and press
     "Start Installation".

  3. The installation script will create and populate all the necessary tables in
     your database and some basics settings.

  4. The Install-Script will then attempt to write to the config.php file which will
     contain the basic configuration data . If the installer cannot write config.php
     directly you will be given the option of downloading the file. You should then
     re-upload the file to your server, overwriting the existing config.php in the
     process.

  5. Set permissions for the following directories:

     chmod 777 (drwxrwxrwx) : data
     chmod 777 (drwxrwxrwx) : data/database
     chmod 777 (drwxrwxrwx) : data/media
     chmod 777 (drwxrwxrwx) : data/thumbnails
     chmod 777 (drwxrwxrwx) : data/tmp_media
     chmod 777 (drwxrwxrwx) : data/tmp_thumbnails
     chmod 777 (drwxrwxrwx) : templates
     chmod 777 (drwxrwxrwx) : templates/default
     chmod 777 (drwxrwxrwx) : templates/default/media
     chmod 777 (drwxrwxrwx) : templates/default_960px
     chmod 777 (drwxrwxrwx) : templates/default_960px/media
     chmod 777 (drwxrwxrwx) : templates/default_full
     chmod 777 (drwxrwxrwx) : templates/default_full/media          

     Set permissions for the following files:

     chmod 666 (-rw-rw-rw-) : all files in the directory "templates/default"
     chmod 666 (-rw-rw-rw-) : all files in the directory "templates/default/media"
     chmod 666 (-rw-rw-rw-) : all files in the directory "templates/default_960px"
     chmod 666 (-rw-rw-rw-) : all files in the directory "templates/default_960px/media"
     chmod 666 (-rw-rw-rw-) : all files in the directory "templates/default_full"
     chmod 666 (-rw-rw-rw-) : all files in the directory "templates/default_full/media"          

     You can do this with FTP programs such as Filezilla, CuteFTP or WS_FTP.

  6. You must ensure you remove "install.php" and any "update_*_to_*.php" files.
     Additionally you may delete all files in "data/database/default" and
     the "docs" directory if you wish.

  7. At this point your basic installation is complete. Please be sure to check the
     General Configuration details and make any required changes in your Control Panel.

  8. Since version 1.7.1, 4images has an internal caching system.
     Please read docs/Cache.english.txt for further informations.
    
     Since version 1.7.9, 4images includes an automatic protection against Cross-Site
     Request Forgery (CSRF) attacks.
     Please read docs/CSRF.english.txt for further informations.
    
     Since version 1.7.10 it is possible to define how the fields should be index
     for the search. The settings can be changed in includes/search_utils.php
     There are 3 types:

     "fulltext": Content will be split up by whitespaces. Words will be normalized and cleaned up.
     "keywords": Content will be split up by comma. Words will NOT be normalized and cleaned up.
     "phrase":   Content will NOT be split up. Words will NOT be normalized and cleaned up.

     The values can also be set in the config.php.

[GERMAN/DEUTSCH]
Quote
 ==========================================================
                  4images Installation
  ==========================================================

  ----------------------------------------------------------
  Systemvoraussetzungen:
  ----------------------------------------------------------
  - Ein Webserver oder ein Webhosting Account (Empfohlen wird Linux/Apache)
  - PHP Version 4.0.5 oder höher (Empfohlen wird die jeweils aktuellste Version).
    Um zu gewährleisten, dass 4images einwandfrei funktioniert, sollte "safe_mode"
    deaktiviert sein ("safe_mode = off" in your php.ini).
  - MySQL Version 3.23 oder höher (Empfohlen wird MySQL Version 3.23.33)

  Optional:
  - ImageMagick (http://www.imagemagick.org) oder GD (http://www.boutell.com/gd)
  - Um Thumbnails und verkleinerte Bilder erstellen zu können, wird PHP mit Unterstützung
    der GD Bibliothek (http://www.boutell.com/gd) oder das ImageMagick
    "convert" Programm (http://www.imagemagick.org) oder NetPBM (http://netpbm.sourceforge.net)
    benötigt.


  ----------------------------------------------------------
  Installation:
  ----------------------------------------------------------
  (Für Update von älteren Versionen siehe Update.deutsch.txt)

  1. Entpacken Sie das .zip Archiv (z.B. mit WinZip) und übertragen Sie alle Dateien
     in ein geeignetes Verzeichnis auf Ihren Webserver (Achten Sie darauf, dass die
     Verzeichnisstruktur erhalten bleibt) und rufen Sie dieses Verzeichnis
     über Ihren Browser auf.

  2. Nun erscheint die Installationsmaske von 4images. Tragen Sie alle
     geforderten Daten in das Formular ein und klicken Sie auf "Installation starten".

  3. Es werden jetzt die benötigten Tabellen in Ihrer Datenbank erstellt und
     Grundeinstellungen vorgenommen.

  4. Der Installer erstellt während der Installation eine Konfigurationsdatei mit dem
     Namen config.php im gewählten Installationsverzeichnis.
     Sollte der Installer diese Datei nicht direkt auf Ihrem Server speichern können
     (z.B. wenn er nicht die erforderlichen Schreibrechte besitzt), erscheint am Ende
     der Installation ein Hinweis und die Möglichkeit diese Datei herunterzuladen.
     Laden Sie sich die Datei herunter und übertragen Sie diese auf Ihren Webserver.

  5. Setzen die angegebenen Zugriffsrechte für folgende Verzeichnisse:

     chmod 777 (drwxrwxrwx) : data
     chmod 777 (drwxrwxrwx) : data/database
     chmod 777 (drwxrwxrwx) : data/media
     chmod 777 (drwxrwxrwx) : data/thumbnails
     chmod 777 (drwxrwxrwx) : data/tmp_media
     chmod 777 (drwxrwxrwx) : data/tmp_thumbnails
     chmod 777 (drwxrwxrwx) : templates
     chmod 777 (drwxrwxrwx) : templates/default
     chmod 777 (drwxrwxrwx) : templates/default/media
     chmod 777 (drwxrwxrwx) : templates/default_960px
     chmod 777 (drwxrwxrwx) : templates/default_960px/media
     chmod 777 (drwxrwxrwx) : templates/default_full
     chmod 777 (drwxrwxrwx) : templates/default_full/media  

     Setzen die angegebenen Zugriffsrechte für folgende Dateien:

     chmod 666 (-rw-rw-rw-) : alle Dateien im Verzeichnis "templates/default"
     chmod 666 (-rw-rw-rw-) : alle Dateien im Verzeichnis "templates/default/media"
     chmod 666 (-rw-rw-rw-) : alle Dateien im Verzeichnis "templates/default_960px"
     chmod 666 (-rw-rw-rw-) : alle Dateien im Verzeichnis "templates/default_960px/media"
     chmod 666 (-rw-rw-rw-) : alle Dateien im Verzeichnis "templates/default_full"
     chmod 666 (-rw-rw-rw-) : alle Dateien im Verzeichnis "templates/default_full/media"          

     Dies können Sie z.B. mit FTP-Programmen wie Filezilla, CuteFTP oder WS_FTP tun.

  6. Löschen Sie die Datei "install.php" und alle "update_*_to_*.php" von Ihrem Server.
     Zusätzlich können Sie die Dateien im Ordner "data/database/default" und den
     Ordner "docs" löschen.

  7. Die Installation ist nun abgeschlossen. Sie können sich nun mit Ihrem bei der
     Installation gewählten Usernamen und Passwort in den Administrationsbereich
     einloggen und unter "Allgemein -> Einstellungen" Die Einstellungen für Ihre Galerie
     vornehmen.

  8. Seit Version 1.7.1 enthält 4images ein internes Caching-System.
     Ausführliche Informationen finden sie in der Datei docs/Cache.deutsch.txt.
    
     Seit der Version 1.7.9 enthält 4images einen eingbauten Schutz gegen Cross-Site
     Request Forgery (CSRF) Angriffe.
     Ausführliche Informationen finden sie in der Datei docs/CSRF.deutsch.txt.
    
     Seit Version 1.7.10 kann definiert werden wie einzelnen Felder für die Suche
     indiziert werden sollen. Die Einstellung kann in includes/search_utils.php
     gemacht werden. Es gibt 3 Modi:

     "fulltext": Der String wird aufgesplittet und normalisiert.
     "keywords": Der String wird anhand der Kommas aufgesplittet und nomalisiert.
     "phrase": Der String wird nicht aufgesplittet und nicht normalisiert.

     Die Werte können auch in der config.php gesetzt werden.
Title: Re: 4images 1.7.2 Installation [from DOCS Folder]
Post by: Em_Ber on May 18, 2006, 11:57:43 PM
My problem is that my Install-Screen never comes up. So I can't even get past that point. What can I do please? Any assitance greatly appreciated.
Title: Re: 4images 1.7.2 Installation [from DOCS Folder]
Post by: V@no on May 19, 2006, 12:58:07 AM
Pick one or more:
1) you upload .php and .html files in binary mode and not ASCII as you should
2) you didnt upload all the files from the package
3) your server does not support PHP or/and MySQL
Title: Re: 4images 1.7.2 Install [from DOCS] to previous 1.7.1 local w/ virus alert
Post by: Em_Ber on May 19, 2006, 06:25:52 PM
Thanks for your expediant reply. I'll double check the files, but I
unzipped the update for 1.7.2 I got and I think I got them all. I didn't
post until I had tried to install and download/unzip about 6 times. I
had the previous liscensed version 4im1.7.1 already running. I was
trying to just do a complete new install because I wanted to clean out
the gallery anyway and thoguht this would take less time. The
previous version was running well and installed without problem on
the server a year ago. One more note, when I uploading w/ftp client,
I got a lot of consecutive virus allerts for a TransScout / SubSeven.
This has only happened three times when I've tried to upload the
unzipped files. I've never seen anything like it. I wish I were more
knowledgeable about this but I'm on a learning curve here. Please,
what are my options? Again, your help appreciated.
Title: Re: 4images 1.7.2 Installation [from DOCS Folder]
Post by: Mr. FourEyes on June 03, 2006, 03:18:43 PM
I am having trouble installing.

I have downloaded the files (.zip) and unzipped to my hard-drive.

Then I transfered it to my server via FTP and I have tried both ASCII and BIN. I transfered all the files in the english folder but when I access it with my browser, all I get is a Index of the files but no installation.

Am I doing anything wrong, and if I am, what is it?
Title: Re: 4images 1.7.2 Installation [from DOCS Folder]
Post by: V@no on June 03, 2006, 04:51:08 PM
you transfer all the files into english folder? huh?
1) make sure your server supports PHP and MySQL
2) make sure when you upload files to the server, only .php, .txt, .sql and .html files must be uploaded in ASCII, the rest must be uploaded in BINARY
3) make sure that you recreate the directory tree as in the original package (if a file is in includes folder, on the server it must be in includes folder as well)
Title: Re: 4images 1.7.2 Installation [from DOCS Folder]
Post by: princessew on June 18, 2006, 04:00:41 PM
After the installation, I went to step where you save the config and now I'm stuck with changing permission of the chmod. I dont see them anywhere, and what are they? should I make them in some folder or is it automatic? Thanks
Title: Re: 4images 1.7.2 Installation [from DOCS Folder]
Post by: V@no on June 18, 2006, 05:38:03 PM
Refer to your FTP client's manual. This is the basics that you must know in order to use ANY scripts.

P.S. try google: "what is CHMOD" ftp (with quotes)
Title: Re: 4images 1.7.2 Installation [from DOCS Folder]
Post by: princessew on June 18, 2006, 07:03:26 PM
Thanks I did that, but I still don't get one thing,  it sais this:

 chmod 777 (drwxrwxrwx) : templates/default
 chmod 777 (drwxrwxrwx) : templates/default/media

chmod 666 (-rw-rw-rw-) : all files in the directory "templates/default"
chmod 666 (-rw-rw-rw-) : all files in the directory "templates/default/media"

I don't understand the letters in (), and I haven't seen this when I was changing CHMOD in my FTP client. So sould the chmod be 777 or 666. :oops:
Title: Re: 4images 1.7.2 Installation [from DOCS Folder]
Post by: V@no on June 18, 2006, 07:31:02 PM
666 is equal to -rw-rw-rw- its just different representation of the permissions. Some FTP clients uses numbers only, some uses letters only and some can use either. For you conviniens the author put both in the instructions.

as the instructions said, the folders must be CHMOD 777 and files inside these folders must be CHMOD 666

P.S. I hate to say that, but you seems to know nothing about websites/ftp. maybe you should start with some tutorials (google it) and less advanced and complex scripts then 4images...

good luck.
Title: Re: 4images 1.7.2 Installation [from DOCS Folder]
Post by: princessew on June 18, 2006, 08:11:25 PM
Aha, it said files! I can't even read... Thanks for your help now everything works and too bad that images uploaded with FTP wont auto thumbnail automatically... I'll just do that on my own. :D As I know my self I might have some ? in future but for now, I'm good to go! Thanks again! :wink:
Title: Re: 4images 1.7.2 Installation [from DOCS Folder]
Post by: izone on July 11, 2006, 03:52:17 PM
Is there anywhere that I can find a manual upgrade? I have many mods on mine and it is better for me to do it manualy!
Title: Re: 4images 1.7.3 Installation [from DOCS Folder]
Post by: tvvladimir on August 07, 2006, 08:09:12 PM
I get smae thing as most people here:
1. I have easyPHP installed! that is Mysql, phpmyadmin, apache and php engine!
2. I have checked my php works!
3. i have tried to open the install file with

http://localhost:8080/4images/lang/english/install.php

but i get blank page.

So i guess it ii step 2 or three i do wrong:

2) make sure when you upload files to the server, only .php, .txt, .sql and .html files must be uploaded in ASCII, the rest must be uploaded in BINARY

I have uploaded only binary install! In fact i can't understand howamny file si have to download?! I downloaded binary for windows! and isn't it enough?

3) make sure that you recreate the directory tree as in the original package (if a file is in includes folder, on the server it must be in includes folder as well)

let me see if i understant this statement right- i just copy and pase unzipped folder 4images to my localhost root folder? with all the folders and files being same as when after being unzipped?
Title: Re: 4images 1.7.3 Installation [from DOCS Folder]
Post by: V@no on August 07, 2006, 08:29:26 PM
1) you dont need to point to any of .php files, or if you wish, point to install.php that is located at your 4images root directory: http://localhost:8080/4images/install.php
2) I dont understand neither what you did nor what is your question... if you are working on your local machine, then that step not applyed to you, it only needed if you upload files via FTP to a remote server
3) exactly. the zip archive already has all needed files into correct folders. All you have to do is copy the files into the same folders as they are in the archive.
Title: Re: 4images 1.7.3 Installation [from DOCS Folder]
Post by: tvvladimir on August 07, 2006, 09:07:32 PM
God i';m so stupid! I was pointing at wrong nstall php file!

Title: Re: 4images 1.7.3 Installation [from DOCS Folder]
Post by: tvvladimir on August 08, 2006, 12:15:10 PM
BASICALLY I UNDERSTAND WHERE ALL THE PROBLEMS FOR EVERYONE COME FROM! there r just too many different versions to download from 4images website and people always mess up the rigfht installation! For me when i loaded i had to put in the host name, password, basename and so on BUT it was just plain fields with no design in php.

So i loaded new OTHER file over the old one and it all worked!
Title: Re: 4images 1.7.3 Installation [from DOCS Folder]
Post by: comicart on September 16, 2006, 06:39:29 PM
there r just too many different versions to download from 4images website

Just ONE that I can see.  :roll:
Title: Re: 4images 1.7.3 Installation [from DOCS Folder]
Post by: V@no on September 16, 2006, 07:24:46 PM
there r just too many different versions to download from 4images website and people always mess up the rigfht installation!
hmmm...I think you see more then there actualy is...too good imagination? :P ;)
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: leo85 on November 12, 2006, 03:42:40 PM
i have a problem with installing the gallery (Version 1.7.2)
i made a (Mysql) database for my site, then i uploaded all the files to my server then i opened the (install.php) page, and filled the required fields....
but it showed me an error (DB Error: Could not connect to the database server (localhost, mysite.ueuo.com).

I filled the fields with the following inforamtion:
Database server hostname: localhost (i also tried to put the IP adress of my ftp server)
Database name: (what does this mean?????) but i typed "Gallery".
Database username: my ftp server username (mysite.ueuo.com)
Database password: my ftp server password

what shuold i do???? :(
what's wrong??? :roll:

thanx
 
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: kai on November 13, 2006, 12:47:01 AM
I filled the fields with the following inforamtion:
Database server hostname: localhost (i also tried to put the IP adress of my ftp server)
Database name: (what does this mean?????) but i typed "Gallery".
Database username: my ftp server username (mysite.ueuo.com)
Database password: my ftp server password

Please ask your hoster for the desired data.
Title: Re: 4images Installation
Post by: Neptunik on November 14, 2006, 11:23:53 AM
Hello
I don't understand php and i am stuck in instalation.
I try upload in ASCII and in Binary. But since is needed cute ftp i upload again everything but with auto selection made.
I try to put in server by ftp  \www\4images and instalation didn't appear then i put all in \www without \4image paste but maintain the struture of that paste and now i put in \4images and then in \ but it contiunes not appering?
i have to create some html to put in \www pointing to install.php?
The servers in case is phpnet.us(i don't know if i can post it if not delete or tellme to do it).

Thanks


Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: GEA on December 17, 2006, 11:25:43 AM
Hey guys
A while ago I updated to 1.7.4 and all seemed to work ok.
However it seems like people cannot register themselves as new members. I checked the chmods as instructed but no luck. What can be wrong?
Best regards
GEA
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: TGer76 on December 19, 2006, 07:35:08 AM
Hi guys,

I'm trying to set up a localhost environment for testing, but get stuck in the installation.
Installation routine went fine, database entries were created, config.php looks as it should (afaik),

Code: [Select]
$db_servertype = "mysql";
$db_host = "localhost";
$db_name = "imgdb";
$db_user = "root";
$db_password = "*******";

$table_prefix = "4images_";

define("4IMAGES_ACTIVE", 1);

?>

However, after changing rights and deleting the install and update files, the script still tries to enter the install.php and ends up with "No input file specified"

System:
W2K, IIS 5, php 5.1.1, MySQL 5.0.16-nt,

Safe mode is off, phpinfo can be seen here http://gerster.gmxhome.de/phpinfo.htm (http://gerster.gmxhome.de/phpinfo.htm)

TIA
TGer76
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Jan on December 19, 2006, 11:11:31 AM
Is the starting <?php missing in your config.php or did you just forgot to post it?
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Ichnazatsch on December 24, 2006, 12:01:41 AM
Hallo Jungs ,
könnt ihr mir mal bitte ne Frage beantworten ??

Ich habe mir 4images runtergeladen und auf mein Server gemacht ( mit Filezilla ) sonun öffne ich Dreamweaver und ja nun weis ich nicht weiter ??!! Es steht , ich soll das Programm mit meinem Browser öffnen ! Wie mache ich das?
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: MCCOSKRIE on February 27, 2007, 08:32:54 PM
I just joined the forum, can someone give me a few tips on getting started.  First of all, what's the licensing restrictions if a college ROTC department wants to used this software for its website.
Joe McCoskrie
[ENGLISH]
Quote
  ==========================================================
                  4images Installation
  ==========================================================
What   ----------------------------------------------------------
  System Requirements:
  ----------------------------------------------------------
  - A webserver or web hosting account (Linux/Apache recommended).
  - PHP version 4.0.5 or higher (we recommend to use always the latest stable version).
    To ensure that 4images is functioning properly, "safe_mode" should be disabled
    ("safe_mode = off" in your php.ini).
  - MySQL version 3.23 or higher (we recommend MySQL version 3.23.33)

  Optional:
  - In order to make thumbnails and reduced size images you need PHP compiled with
    the support for the GD library (http://www.boutell.com/gd) or the ImageMagick
    "convert" utility (http://www.imagemagick.org) or NetPBM (http://netpbm.sourceforge.net).


  ----------------------------------------------------------
  Installation:
  ----------------------------------------------------------
  (For updating from earlier versions see Update.english.txt)

  1. Decompress the .zip archive to a local directory on your system and FTP all
     the files it contains (being sure to retain the directory structure) to your host.
     Once all the files have been uploaded to your site you should point your browser
     at this location.

  2. Now, the Install-Screen comes up. Fill out the required fields and press
     "Start Installation".

  3. The installation script will create and populate all the necessary tables in
     your database and some basics settings.

  4. The Install-Script will then attempt to write to the config.php file which will
     contain the basic configuration data . If the installer cannot write config.php
     directly you will be given the option of downloading the file. You should then
     re-upload the file to your server, overwriting the existing config.php in the
     process.

  5. Set permissions for the following directories:

     chmod 777 (drwxrwxrwx) : data
     chmod 777 (drwxrwxrwx) : data/database
     chmod 777 (drwxrwxrwx) : data/media
     chmod 777 (drwxrwxrwx) : data/thumbnails
     chmod 777 (drwxrwxrwx) : data/tmp_media
     chmod 777 (drwxrwxrwx) : data/tmp_thumbnails
     chmod 777 (drwxrwxrwx) : templates
     chmod 777 (drwxrwxrwx) : templates/default
     chmod 777 (drwxrwxrwx) : templates/default/media

     Set permissions for the following files:

     chmod 666 (-rw-rw-rw-) : all files in the directory "templates/default"
     chmod 666 (-rw-rw-rw-) : all files in the directory "templates/default/media"

     You can do this with FTP programs such as CuteFTP or WS_FTP.

  6. You must ensure you remove "install.php" and any "update_*_to_*.php" files.
     Additionally you may delete all files in "data/database/default" and
     the "docs" directory if you wish.

  7. At this point your basic installation is complete. Please be sure to check the
     General Configuration details and make any required changes in your Control Panel.

  8. Since version 1.7.1, 4images has an internal caching system.
     Please read docs/Cache.english.txt for further informations.

[GERMAN/DEUTSCH]
Quote
  ==========================================================
                  4images Installation
  ==========================================================

  ----------------------------------------------------------
  Systemvoraussetzungen:
  ----------------------------------------------------------
  - Ein Webserver oder ein Webhosting Account (Empfohlen wird Linux/Apache)
  - PHP Version 4.0.5 oder höher (Empfohlen wird die jeweils aktuellste Version).
    Um zu gewährleisten, dass 4images einwandfrei funktioniert, sollte "safe_mode"
    deaktiviert sein ("safe_mode = off" in your php.ini).
  - MySQL Version 3.23 oder höher (Empfohlen wird MySQL Version 3.23.33)

  Optional:
  - ImageMagick (http://www.imagemagick.org) oder GD (http://www.boutell.com/gd)
  - Um Thumbnails and verkleinerte Bilder erstellen zu können, wird PHP mit Unterstützung
    der GD Bibliothek (http://www.boutell.com/gd) oder das ImageMagick
    "convert" Programm (http://www.imagemagick.org) oder NetPBM (http://netpbm.sourceforge.net)
    benötigt.


  ----------------------------------------------------------
  Installation:
  ----------------------------------------------------------
  (Für Update von älteren Versionen siehe Update.deutsch.txt)

  1. Entpacken Sie das .zip Archiv (z.B. mit WinZip) und übertragen Sie alle Dateien
     in ein geeignetes Verzeichnis auf Ihren Webserver (Achten Sie darauf, dass die
     Verzeichnisstruktur erhalten bleibt) und rufen Sie dieses Verzeichnis
     über Ihren Browser auf.

  2. Nun erscheint die Installationsmaske von 4images. Tragen Sie alle
     geforderten Daten in das Formular ein und klicken Sie auf "Installation starten".

  3. Es werden jetzt die benötigten Tabellen in Ihrer Datenbank erstellt und
     Grundeinstellungen vorgenommen.

  4. Der Installer erstellt während der Installation eine Konfigurationsdatei mit dem
     Namen config.php im gewählten Installationsverzeichnis.
     Sollte der Installer diese Datei nicht direkt auf Ihrem Server speichern können
     (z.B. wenn er nicht die erforderlichen Schreibrechte besitzt), erscheint am Ende
     der Installation ein Hinweis und die Möglichkeit diese Datei herunterzuladen.
     Laden Sie sich die Datei herunter und übertragen Sie diese auf Ihren Webserver.

  5. Setzen die angegebenen Zugriffsrechte für folgende Verzeichnisse:

     chmod 777 (drwxrwxrwx) : data
     chmod 777 (drwxrwxrwx) : data/database
     chmod 777 (drwxrwxrwx) : data/media
     chmod 777 (drwxrwxrwx) : data/thumbnails
     chmod 777 (drwxrwxrwx) : data/tmp_media
     chmod 777 (drwxrwxrwx) : data/tmp_thumbnails
     chmod 777 (drwxrwxrwx) : templates
     chmod 777 (drwxrwxrwx) : templates/default
     chmod 777 (drwxrwxrwx) : templates/default/media

     Setzen die angegebenen Zugriffsrechte für folgende Dateien:

     chmod 666 (-rw-rw-rw-) : alle Dateien im Verzeichnis "templates/default"
     chmod 666 (-rw-rw-rw-) : alle Dateien im Verzeichnis "templates/default/media"

     Dies können Sie z.B. mit FTP-Programmen wie CuteFTP oder WS_FTP tun.

  6. Löschen Sie die Datei "install.php" und alle "update_*_to_*.php" von Ihrem Server.
     Zusätzlich können Sie die Dateien im Ordner "data/database/default" und den
     Ordner "docs" löschen.

  7. Die Installation ist nun abgeschlossen. Sie können sich nun mit Ihrem bei der
     Installation gewählten Usernamen und Passwort in den Administrationsbereich
     einloggen und unter "Allgemein -> Einstellungen" Die Einstellungen für Ihre Galerie
     vornehmen.

  8. Seit Version 1.7.1 enthält 4images ein internes Caching-System.
     Ausführliche Informationen finden sie in der Datei docs/Cache_de.txt.
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: kai on March 02, 2007, 07:18:53 PM
I just joined the forum, can someone give me a few tips on getting started.  First of all, what's the licensing restrictions if a college ROTC department wants to used this software for its website.

Please read the License Agreement:
http://www.4homepages.de/4images/license.php#english

If you have any futher questions, send an email to license@4homepages.de
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Dennyboy on April 07, 2007, 02:44:38 AM
Ok, I did upload all files using CUTE FTP and automatic ASCCI-Binary file option, now everything is up, the thing is that when running the install.php everything is ok, so I fill the fields...

(http://www.freitasbikes.com/4images/screen4images.jpg)

But when clicking installation starten a huge list of unexpected errors appear, should I change the CHMOD's listed before or after runnig the installation?

Thanks


Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Acidgod on April 07, 2007, 11:54:03 AM
Without the error messages there is nothing we can do for you... (o:
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Dennyboy on April 10, 2007, 01:09:55 AM
Ok, here they are....


Quote
An unexpected error occured. Please try again later. (mit dem Hinweis "dieser fehler tritt ca. 30 mal auf" hätte es auch gereicht)

Es sind Fehler bei der Erstellung der Datenbankeinträge aufgetreten:

CREATE TABLE 4images_categories (cat_id int(10) unsigned NOT NULL auto_increment,cat_name varchar(255) NOT NULL default '',cat_description text NOT NULL,cat_parent_id int(10) unsigned NOT NULL default '0',cat_hits int(10) unsigned NOT NULL default '0',cat_order int(10) unsigned NOT NULL default '0',auth_viewcat tinyint(2) NOT NULL default '0',auth_viewimage tinyint(2) NOT NULL default '0',auth_download tinyint(2) NOT NULL default '0',auth_upload tinyint(2) NOT NULL default '0',auth_directupload tinyint(2) NOT NULL default '0',auth_vote tinyint(2) NOT NULL default '0',auth_sendpostcard tinyint(2) NOT NULL default '0',auth_readcomment tinyint(2) NOT NULL default '0',auth_postcomment tinyint(2) NOT NULL default '0',PRIMARY KEY (cat_id),KEY cat_parent_id (cat_parent_id),KEY cat_order (cat_order)) TYPE=MyISAM

CREATE TABLE 4images_comments (comment_id int(10) unsigned NOT NULL auto_increment,image_id int(10) unsigned NOT NULL default '0',user_id int(11) NOT NULL default '0',user_name varchar(100) NOT NULL default '',comment_headline varchar(255) NOT NULL default '',comment_text text NOT NULL,comment_ip varchar(20) NOT NULL default '',comment_date int(11) unsigned NOT NULL default '0',PRIMARY KEY (comment_id),KEY image_id (image_id),KEY user_id (user_id),KEY comment_date (comment_date)) TYPE=MyISAM

CREATE TABLE 4images_groupaccess (group_id int(10) unsigned NOT NULL default '0',cat_id int(10) unsigned NOT NULL default '0',auth_viewcat tinyint(1) NOT NULL default '0',auth_viewimage tinyint(1) NOT NULL default '0',auth_download tinyint(1) NOT NULL default '0',auth_upload tinyint(1) NOT NULL default '0',auth_directupload tinyint(1) NOT NULL default '0',auth_vote tinyint(1) NOT NULL default '0',auth_sendpostcard tinyint(1) NOT NULL default '0',auth_readcomment tinyint(1) NOT NULL default '0',auth_postcomment tinyint(1) NOT NULL default '0',KEY group_id (group_id),KEY cat_id (cat_id)) TYPE=MyISAM

CREATE TABLE 4images_groupmatch (group_id int(10) unsigned NOT NULL default '0',user_id int(11) NOT NULL default '0',groupmatch_startdate int(11) unsigned NOT NULL default '0',groupmatch_enddate int(11) unsigned NOT NULL default '0',KEY group_id (group_id),KEY user_id (user_id)) TYPE=MyISAM

CREATE TABLE 4images_groups (group_id int(10) unsigned NOT NULL auto_increment,group_name varchar(100) NOT NULL default '',group_type tinyint(2) NOT NULL default '1',PRIMARY KEY (group_id)) TYPE=MyISAM

CREATE TABLE 4images_images (image_id int(10) unsigned NOT NULL auto_increment,cat_id int(10) unsigned NOT NULL default '0',user_id int(11) NOT NULL default '0',image_name varchar(255) NOT NULL default '',image_description text NOT NULL,image_keywords text NOT NULL,image_date int(11) unsigned NOT NULL default '0',image_active tinyint(1) NOT NULL default '1',image_media_file varchar(255) NOT NULL default '',image_thumb_file varchar(255) NOT NULL default '',image_download_url varchar(255) NOT NULL default '',image_allow_comments tinyint(1) NOT NULL default '1',image_comments int(10) unsigned NOT NULL default '0',image_downloads int(10) unsigned NOT NULL default '0',image_votes int(10) unsigned NOT NULL default '0',image_rating decimal(4,2) NOT NULL default '0.00',image_hits int(10) unsigned NOT NULL default '0',PRIMARY KEY (image_id),KEY cat_id (cat_id),KEY user_id (user_id),KEY image_date (image_date),KEY image_active (image_active)) TYPE=MyISAM

CREATE TABLE 4images_images_temp (image_id int(10) unsigned NOT NULL auto_increment,cat_id int(10) unsigned NOT NULL default '0',user_id int(11) NOT NULL default '0',image_name varchar(255) NOT NULL default '',image_description text NOT NULL,image_keywords text NOT NULL,image_date int(11) unsigned NOT NULL default '0',image_media_file varchar(255) NOT NULL default '',image_thumb_file varchar(255) NOT NULL default '',image_download_url varchar(255) NOT NULL default '',PRIMARY KEY (image_id),KEY cat_id (cat_id),KEY user_id (user_id)) TYPE=MyISAM

CREATE TABLE 4images_lightboxes (lightbox_id varchar(32) NOT NULL default '',user_id int(11) NOT NULL default '0',lightbox_lastaction int(11) unsigned NOT NULL default '0',lightbox_image_ids text,KEY lightbox_id (lightbox_id),KEY user_id (user_id)) TYPE=MyISAM

CREATE TABLE 4images_postcards (postcard_id varchar(32) NOT NULL default '',image_id int(10) unsigned NOT NULL default '0',postcard_date int(11) unsigned NOT NULL default '0',postcard_bg_color varchar(100) NOT NULL default '',postcard_border_color varchar(100) NOT NULL default '',postcard_font_color varchar(100) NOT NULL default '',postcard_font_face varchar(100) NOT NULL default '',postcard_sender_name varchar(255) NOT NULL default '',postcard_sender_email varchar(255) NOT NULL default '',postcard_recipient_name varchar(255) NOT NULL default '',postcard_recipient_email varchar(255) NOT NULL default '',postcard_headline varchar(255) NOT NULL default '',postcard_message text NOT NULL,PRIMARY KEY (postcard_id)) TYPE=MyISAM

CREATE TABLE 4images_sessions (session_id varchar(32) NOT NULL default '',session_user_id int(11) NOT NULL default '0',session_lastaction int(11) unsigned NOT NULL default '0',session_location varchar(255) NOT NULL default '',session_ip varchar(15) NOT NULL default '',PRIMARY KEY (session_id),KEY session_user_id (session_user_id),KEY session_id_ip_user_id (session_id,session_ip,session_user_id)) TYPE=HEAP

CREATE TABLE 4images_settings (setting_name varchar(255) NOT NULL default '',setting_value mediumtext NOT NULL,PRIMARY KEY (setting_name)) TYPE=MyISAM
INSERT INTO 4images_settings VALUES ('site_name', '4images - Image Gallery Management System')
INSERT INTO 4images_settings VALUES ('site_email', 'admin@yourdomain.com')
INSERT INTO 4images_settings VALUES ('use_smtp', '0')
INSERT INTO 4images_settings VALUES ('smtp_host', '')
INSERT INTO 4images_settings VALUES ('smtp_username', '')
INSERT INTO 4images_settings VALUES ('smtp_password', '')
INSERT INTO 4images_settings VALUES ('template_dir', 'default')
INSERT INTO 4images_settings VALUES ('language_dir', 'deutsch')
INSERT INTO 4images_settings VALUES ('date_format', 'd.m.Y')
INSERT INTO 4images_settings VALUES ('time_format', 'H:i')
INSERT INTO 4images_settings VALUES ('convert_tool', 'none')
INSERT INTO 4images_settings VALUES ('convert_tool_path', '')
INSERT INTO 4images_settings VALUES ('gz_compress', '0')
INSERT INTO 4images_settings VALUES ('gz_compress_level', '6')
INSERT INTO 4images_settings VALUES ('cat_cells', '2')
INSERT INTO 4images_settings VALUES ('cat_table_width', '100%')
INSERT INTO 4images_settings VALUES ('cat_table_cellspacing', '1')
INSERT INTO 4images_settings VALUES ('cat_table_cellpadding', '3')
INSERT INTO 4images_settings VALUES ('num_subcats', '3')
INSERT INTO 4images_settings VALUES ('image_order', 'image_name')
INSERT INTO 4images_settings VALUES ('image_sort', 'ASC')
INSERT INTO 4images_settings VALUES ('new_cutoff', '10')
INSERT INTO 4images_settings VALUES ('image_border', '1')
INSERT INTO 4images_settings VALUES ('image_cells', '3')
INSERT INTO 4images_settings VALUES ('default_image_rows', '3')
INSERT INTO 4images_settings VALUES ('custom_row_steps', '10')
INSERT INTO 4images_settings VALUES ('image_table_width', '100%')
INSERT INTO 4images_settings VALUES ('image_table_cellspacing', '1')
INSERT INTO 4images_settings VALUES ('image_table_cellpadding', '3')
INSERT INTO 4images_settings VALUES ('upload_mode', '2')
INSERT INTO 4images_settings VALUES ('allowed_mediatypes', 'jpg,gif,png,aif,au,avi,mid,mov,mp3,mpg,swf,wav,ra,rm,zip,pdf')
INSERT INTO 4images_settings VALUES ('max_thumb_width', '300')
INSERT INTO 4images_settings VALUES ('max_thumb_height', '300')
INSERT INTO 4images_settings VALUES ('max_thumb_size', '100')
INSERT INTO 4images_settings VALUES ('max_image_width', '1024')
INSERT INTO 4images_settings VALUES ('max_image_height', '1024')
INSERT INTO 4images_settings VALUES ('max_media_size', '2000')
INSERT INTO 4images_settings VALUES ('upload_notify', '0')
INSERT INTO 4images_settings VALUES ('upload_emails', '')
INSERT INTO 4images_settings VALUES ('auto_thumbnail', '0')
INSERT INTO 4images_settings VALUES ('auto_thumbnail_dimension', '100')
INSERT INTO 4images_settings VALUES ('auto_thumbnail_resize_type', '1')
INSERT INTO 4images_settings VALUES ('auto_thumbnail_quality', '75')
INSERT INTO 4images_settings VALUES ('badword_list', '<i>tra-la-la</i> {<i>tra-la-la</i>}')
INSERT INTO 4images_settings VALUES ('badword_replace_char', '*')
INSERT INTO 4images_settings VALUES ('wordwrap_comments', '50')
INSERT INTO 4images_settings VALUES ('html_comments', '0')
INSERT INTO 4images_settings VALUES ('bb_comments', '1')
INSERT INTO 4images_settings VALUES ('bb_img_comments', '0')
INSERT INTO 4images_settings VALUES ('category_separator', ' / ')
INSERT INTO 4images_settings VALUES ('paging_range', '5')
INSERT INTO 4images_settings VALUES ('user_edit_image', '1')
INSERT INTO 4images_settings VALUES ('user_delete_image', '1')
INSERT INTO 4images_settings VALUES ('user_edit_comments', '1')
INSERT INTO 4images_settings VALUES ('user_delete_comments', '1')
INSERT INTO 4images_settings VALUES ('account_activation', '1')
INSERT INTO 4images_settings VALUES ('activation_time', '14')
INSERT INTO 4images_settings VALUES ('session_timeout', '15')
INSERT INTO 4images_settings VALUES ('display_whosonline', '1')
INSERT INTO 4images_settings VALUES ('highlight_admin', '1')
CREATE TABLE 4images_users (user_id int(11) NOT NULL auto_increment,user_level int(11) NOT NULL default '1',user_name varchar(255) NOT NULL default '',user_password varchar(255) NOT NULL default '',user_email varchar(255) NOT NULL default '',user_showemail tinyint(1) NOT NULL default '0',user_allowemails tinyint(1) NOT NULL default '1',user_invisible tinyint(1) NOT NULL default '0',user_joindate int(11) unsigned NOT NULL default '0',user_activationkey varchar(32) NOT NULL default '',user_lastaction int(11) unsigned NOT NULL default '0',user_location varchar(255) NOT NULL default '',user_lastvisit int(11) unsigned NOT NULL default '0',user_comments int(10) unsigned NOT NULL default '0',user_homepage varchar(255) NOT NULL default '',user_icq varchar(20) NOT NULL default '',PRIMARY KEY (user_id),KEY user_lastaction (user_lastaction),KEY user_name (user_name)) TYPE=MyISAM
INSERT INTO 4images_users VALUES (-1, -1, 'Guest', '0493984f537120be0b8d96bc9b69cdd2', '', 0, 0, 0, 0, '', 0, '', 0, 0, '', '')
INSERT INTO 4images_users VALUES (1, 9, 'admin', '21232f297a57a5a743894a0e4a801fc3', 'admin@yourdomain.com', 1, 1, 0, 1016023608, '1e3457c0b2052a9633b886fd75ef91e0', 1016023608, '', 0, 0, '', '')
CREATE TABLE 4images_wordlist (word_text varchar(50) NOT NULL default '',word_id int(10) unsigned NOT NULL auto_increment,PRIMARY KEY (word_id),UNIQUE KEY word_text (word_text)) TYPE=MyISAM
CREATE TABLE 4images_wordmatch (image_id int(10) unsigned NOT NULL default '0',word_id int(10) unsigned NOT NULL default '0',name_match tinyint(1) NOT NULL default '0',desc_match tinyint(1) NOT NULL default '0',keys_match tinyint(1) NOT NULL default '0',UNIQUE KEY image_word_id (image_id,word_id)) TYPE=MyISAM
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Acidgod on April 10, 2007, 12:31:17 PM
should I change the CHMOD's listed before or after runnig the installation?

Ooops...

I didn't  read this before... *g
Do it before!

And try to delete all DB entry's and Scripts and then upload it a second time, please...
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Cu_Bi on May 16, 2007, 04:53:05 AM
Hi
Came some one help me how to do it.I  install but is keep go back to index.They said An unexpected error occured. Please try again later.
ERROR: Could not load configuration settings!
Came some one tell me how to install it.
Thank You
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: namtav on May 21, 2007, 09:02:10 PM
Hello,

I've searched for some answer on my problem. I'm trying to install, but after I put all the data required, and click on start installation,
I only get the "An unexpected error occured. Please try again later." and no more details...  :?:
can anyone help me?

Thenks
Nuno
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: hitman1985 on May 25, 2007, 08:46:30 AM
DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.user_name FROM 4images_images i, 4images_categories c LEFT JOIN 4images_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND i.cat_id NOT IN (0) AND c.cat_id = i.cat_id LIMIT 0, 1
Unknown column 'i.user_id' in 'on clause'

koennte mir einer sagen, was das ist? und evtl. dazu noch wie ich das 4 images in meine hp einbinde, habe eine sql5.0 db gemacht und dann 4 images auf meinen ftp geladen, die bilder laden hoch, man kann sie aber niemals sehn, es kommen immer solche errors?

bin neu in der welt des php und html scripten, deswegen, verzeiht mir bitte, wenn ich da ein bissl langsamer in der aufnahme von bestimmten sachen bin.

DANKE
mfg andre
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: 2030vietnam on June 04, 2007, 08:44:50 AM
Why i have blank page?I install ok.
my site www.yenquynh.com
thanks!
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Yvonne on October 03, 2007, 11:25:58 PM
Hallo Jungs ,
könnt ihr mir mal bitte ne Frage beantworten ??

Ich habe mir 4images runtergeladen und auf mein Server gemacht ( mit Filezilla ) sonun öffne ich Dreamweaver und ja nun weis ich nicht weiter ??!! Es steht , ich soll das Programm mit meinem Browser öffnen ! Wie mache ich das?

Ich hab auch alles hochgeladen nur lässt es dich nicht aufrufen, was mache ich falsch
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: afghanicafe on November 01, 2007, 06:44:29 PM
HI I HAVE STIL THE SAME PROBLEM EVEEN AFTER DOING ALL THE THINGS WHICH U HAVE SAID ..

NOW EACH TIME I UPLOAD AN IMAGE I HAVE TO MAKE A FOLDER FOR THAT IMAGE .. IN MEDIA AND THUM


Warning: move_uploaded_file(): Unable to access ./data/media/4/XXXX.png in /hsphere/local/home/XXXXX/XXXXXX.com/XXXX/includes/upload.php on line 113 



PLEASE HELP ME WHAT CAN BE WRONG I THINK SO FAR I AM DOING EVERYTHING FINE ...
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: KurtW on November 01, 2007, 07:07:59 PM
HI I HAVE STIL THE SAME PROBLEM EVEEN AFTER DOING ALL THE THINGS WHICH U HAVE SAID ..

NOW EACH TIME I UPLOAD AN IMAGE I HAVE TO MAKE A FOLDER FOR THAT IMAGE .. IN MEDIA AND THUM


Warning: move_uploaded_file(): Unable to access ./data/media/4/XXXX.png in /hsphere/local/home/XXXXX/XXXXXX.com/XXXX/includes/upload.php on line 113 



PLEASE HELP ME WHAT CAN BE WRONG I THINK SO FAR I AM DOING EVERYTHING FINE ...

Hi,

nothing is wrong in your install...

Only your server have: SafeMod on

=> Searchin forum about: SafeMod
=> Ask your hoster about: SafeMod off    (the the folders in thumbnails and media are generated automaticly)


Kurt
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Frankieloum on November 26, 2007, 08:43:20 PM
i unzipped the files said EXTRACT ALL

now what? What exact steps do I take to get this working
I am NOT Computer smart so please say it simple lol
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Nicky on November 26, 2007, 09:03:29 PM
when you did extract all files..

create folder on your ftp
upload content of 4images folder from your PC to your ftp.

chmod data data folder on ftp and all subdirs with 777

prepare you mysql account information

go to http://www.yoursite.com/yourcreatedfolder/

you will see the installation screen.
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Matt335 on January 19, 2008, 09:19:08 AM
How do I do what it says in point 5?
  5. Set permissions for the following directories:
regards
Matt.
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Nicky on January 19, 2008, 09:47:42 AM
hi,

you can do that with your FTP software.

or post which FTP client are you using.
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Matt335 on January 19, 2008, 12:46:31 PM
Hi Nicky

I'm using a Mac and using FETCH

thanks
Matt

hi,

you can do that with your FTP software.

or post which FTP client are you using.
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: thunderstrike on January 19, 2008, 03:04:49 PM
Or if use SSH Tunnel, is possible (yes, MAC include but need host for enable first). ;)
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Nicky on January 19, 2008, 05:34:23 PM
i found this...

Quote
In fetch,

click file

goto remote menu
set permissions

then you can change the chmod in the dialog box
Title: Re: 4images 1.7.4 Installation [from DOCS Folder]
Post by: Matt335 on January 21, 2008, 03:45:30 AM
Thanks Nicky

I tried that, but the permission keeps bouncing back to 666.

regards
Matt

i found this...

Quote
In fetch,

click file

goto remote menu
set permissions

then you can change the chmod in the dialog box
Title: Re: DELETING PHOTOS
Post by: dania30 on May 10, 2008, 11:44:58 AM
how can I Delete photos that i posted to a 4image based website? There is no option to delete a photo and there is no webmaster address. Thank you.
Title: Re: 4images 1.7.6 Installation [from DOCS Folder]
Post by: Nicky on May 10, 2008, 11:56:07 AM
Hello dania30 and welcome to the 4images forum

If you are Administrator on this Gallery, due it in your 4images Admin CP.

if you are NOT Administrator....
maybe Admin set that user can not delete photos.
in this case, ask administrator for that... profile of him > http://URL_TO_GALLERY/member.php?action=showprofile&user_id=1

more we cannot do..
Title: Re: 4images Installation
Post by: cereza on September 01, 2020, 12:23:03 PM
Is it usable for MacBook as well?  :?: