About new albums - Page 2 About new albums - Page 2
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

About new albums

Started by vesodimov, October 24, 2012, 02:30:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vesodimov

This is my config DB. Please see it.

Αndré

Obviously this is a different table. It doesn't contain the row upload_create_album_directory. The table prefix in your screenshot is cpg15x_, the attached table's prefix is gallery_.

Execute this query:
INSERT INTO gallery_config (name, value) VALUES ('upload_create_album_directory', '1');

vesodimov

Quote from: Αndré on October 30, 2012, 02:38:58 PM
Obviously this is a different table. It doesn't contain the row upload_create_album_directory. The table prefix in your screenshot is cpg15x_, the attached table's prefix is gallery_.

Execute this query:
INSERT INTO gallery_config (name, value) VALUES ('upload_create_album_directory', '1');
Sorry. That's my mistake. gallery_config is correct table.
I execute a query /insert data in SQL window and push Go /. Then i see new table in gallery_config. With Album manager i make new album called "2249" and upload a pictures in. But when I enter through FTP I can's see a folder "2249". That is my problem  ???