|
|
|
|
From: Guest Date: May 25 2007, 23:07
|
Hey, this Album is Amazing I've been looking for something like that for ages. I have a few problems duh!
I set up the first part like you said with:run http://***.php
and then when I reach that part:http://***.php it gives me an Error message
Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'root@localhost' (Using password: NO) in /home/magi1126/public_html/Album/core/DB_sql.php on line 13
Error: unable to connect database server: Access denied for user: 'root@localhost' (Using password: NO)
Please configure the database parameters first »
Can you help me please and let me know what is that!
And what is the Main page to see the Album if I want to link directly to the Index :)? |
|
|
|
From: Encaps Date: May 26 2007, 16:41
|
Hey,
thank you.
After you run the page "http://***.php" you should set up valid database parameters: database host, database name, database user, password.
Next you will be able to install the database tables.
Actually index page is the gallery main page. |
|
|
|
From: Guest Date: May 27 2007, 21:03
|
Thanks for replying, I've actually done all that already, but for some reason I still have an Error message?
How exactly am I supposed to Set up the database Infos?
I put my Website IP on the Database SQL-server (DNS name or IP):
I named the Database : Album
Databse User: what am I supposed to put there?
Password: can be anything
Tables prefix:what is that supposed to be?
that is the message it gives me now :(
Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'root@megs20.___.com' (Using password: NO) in /home/magi1126/public_html/Album/core/DB_sql.php on line 13
Error: unable to connect database server: Access denied for user: 'root@megs20.___.com' (Using password: NO)
Please configure the database parameters first »
Can you please tell me what I did wrong here?
|
|
|
|
From: Encaps Date: May 28 2007, 08:32
|
Hello,
you should know database settings exactly. Please ask your hosting provider for
database host, database name, database user, password. |
|
|
|
From: Guest Date: May 24 2007, 00:39
|
I use Encaps just for my local intranet to uploading all my personnal photo before I uploaded to www.ayofoto.com !
I need exif information for all my photos that uploaded using Encaps, so I added the php code as You see below :
<div class="myexif">
<?php
$file="rwx_gallery/".$html["cat"]["dst_dir"]."/".$item["filename_normal"];
$exif=exif_read_data($file,0,true);
if (exif_imagetype($file) == IMAGETYPE_JPEG && $exif['IFD0']['Model'] != ""){
echo "<br> Actual Image Size : ".$exif['COMPUTED']['Width']." by ".$exif['COMPUTED']['Height']." pixels";
echo "<br> Aperture : ".$exif['COMPUTED']['ApertureFNumber'];
echo "<br> Shutter Speed : ".$exif['EXIF']['ShutterSpeedValue'];
echo "<br> Length : ".$exif['EXIF']['FocalLength']." mm";
echo "<br> Picture Taken : ".$exif['EXIF']['DateTimeOriginal'];
echo "<br> Make by : ".$exif['IFD0']['Model'];
}else{ echo "<br>Exif Info not Available"; }
?></div>
at gallery.html file !
I hope You don't mind, and in a meanwhile maybe You can create a photografer template that already include the exif info !
Thanks for Encaps Photo Gallery ! You did a greate job ! |
|
|
|
From: Encaps Date: May 24 2007, 16:44
|
| Thank you very much for the recipe! |
|
|
|
From: Guest Date: May 23 2007, 23:42
|
Very nice script enjoying it very much
Just curious if there is a way to remove
the entire buying process and just
allow users to download the photos posted.
Instead of having them the option to purchase.
Sincerely,
Ac
|
|
|
|
From: Encaps Date: May 24 2007, 16:40
|
Hello,
you can disable the buying from the gallery back-end, check off config parameter "Shopping cart: active"
Actually users are able to download photos by right-click "Save as" |
|
|
|
From: Guest Date: May 24 2007, 20:39
|
Ty For the quick reply really appreciate it
I am just using it for wallpapers for my users
and didn't want to have the but option
no need for that.
Thanks again,
Ac |
|
|
|
From: Guest Date: May 21 2007, 09:37
|
I have unloaded and changed permissions on the files/folders as described. And I am getting this message when I load the gallery_cfg.php
PHP Warning: session_start() [function.session-start]: open(C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\php\session\sess_oo8rk47tnu2077kft1j2hfpng0, O_RDWR) failed: Permission denied (13) in C:\websites\rickandcindi.congdons.net\encapsgallery\admin\gallery_auth.php on line 1 PHP Warning: Unknown: open(C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\php\session\sess_oo8rk47tnu2077kft1j2hfpng0, O_RDWR) failed: Permission denied (13) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\php\session) in Unknown on line 0 |
|
|
|
From: Guest Date: May 21 2007, 21:13
|
| I forgot to mention that I'm running it on IIS. |
|
|
|
From: Encaps Date: May 22 2007, 16:29
|
Hello,
I guess it relates to IIS configuration: "Please verify that the current setting of session.save_path is correct" |
|
|
|
From: Guest Date: May 22 2007, 19:52
|
| Where would I find that? I searched all of the source code for the encapsgallery and nothing was found? |
|
|
|
From: Encaps Date: May 23 2007, 03:21
|
| You will not find this setting in the gallery - you must configure IIS |
|
|
|
From: Guest Date: May 17 2007, 11:14
|
Hey I love this script, everything works except for when I delete an Image, it doesn't disappear and I'm using Version 1.7 and it gives the error
File is removed: ../rwx_gallery/Default/hookah_new.jpg
File is removed: ../rwx_gallery/Default/thumbs/hookah_new.jpg
Error: unable to execute query: [DELETE FROM encaps_gallery WHERE 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 '' at line 1
File is removed: ../rwx_gallery/Default/pg05_highend.jpg
File is removed: ../rwx_gallery/Default/thumbs/pg05_highend.jpg
|
|
|
|
From: Encaps Date: May 17 2007, 12:18
|
Thank you very much for the bug report.
the bug you described is already fixed since encapsgallery-1.7.7 release.
Please try fresh encapsgallery-1.7.10:
http://***.encaps.net/software/encapsgallery/encapsgallery.zip
and let me know. |
|
|
|
From: Guest Date: May 06 2007, 18:52
|
| Hi - I have a large directory of JPG's. When I scan for new upload it is only discovering 14 new files at a time. This requires me to do multiple scans. Is there a time out value I can change so I can discover all new files? |
|
|
|
From: Encaps Date: May 07 2007, 06:42
|
Hello, I guess it depends from php script execution time, it is 30 seconds by default. You can increase this value (up to 5 mins, for example, or whatever you want) from "admin/gallery_head.php" file, add the following line:
ini_set("max_execution_time",60*5);
below the line #46:
ini_set("memory_limit","256M"); |
|
|
|
From: Guest Date: May 07 2007, 09:43
|
| Fantastic. That worked. |
|
|
|
From: Guest Date: May 06 2007, 10:13
|
I have successfully installed the gallery. When trying to delete an image from a category, it will show that the image was deleted successfully. Yet, when I go back to that specific category, the image is still there, and if I try to delete again, I get an SQL error message. I can delete the image manually from the sql database. Is there something I am missing, or is there an error in the code. When downloading the free version, the file size is larger than the source version. With the core files, smaller in size also.
I look forward to your feedback, and thank you for your time.
With kind regards,
Shannon |
|
|
|
From: Encaps Date: May 06 2007, 16:02
|
Hello Shannon,
it sounds like a bug, but I can't repeat it on my server. What EncapsGallery version do you use? Is it possible to look at your gallery?
|
|
|
|
From: Encaps Date: May 06 2007, 18:24
|
| Oh really, this bug is fixed with EncapsGallery-1.7.7 |
|
|
|
From: Guest Date: May 05 2007, 07:01
|
hi there you did a great job but really i cant use it yet ...
i got this error message:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in /httpdocs/album/core/DB_sql.php on line 13
Error: unable to connect database server: Access denied for user 'root'@'localhost' (using password: NO)
|
|
|
|
From: Encaps Date: May 05 2007, 08:25
|
| Hi, that means you should set up valid database connection parameters: database host name, database name, database user name, and password |
|
|
|
From: Guest Date: May 03 2007, 14:24
|
unkown host
error:
Error: unable to connect database server: Unknown MySQL Server Host 'carrierzonecom' (1)
If you could possibly e mail me I would be more than happy to give you all the links.
Thanks |
|
|
|
From: Encaps Date: May 03 2007, 14:33
|
Hello,
that means the database hostname is not correct.
Ask your hosting provider for a valid database host name |
|
|
|
From: Guest Date: May 02 2007, 02:35
|
|
|
|