U Help: Graphic Directories '0' Issue With Siteworx

Hi All,

Siteworx (cpanel of Nodeworx) seems to have a problem with '0 numberic directories. These directories are unable to be opened.

Is there a workaround for graphics that would be placed in these directories so that the are able to be opened.

Cheers

Ummm, have Siteworx fix their bug?

You generally wouldn't be "placing" files in these directories. They would be uploaded via the application and referenced by the application.

You could run the following SQL(assuming your MAX_FILES_IN_DIR value in config.local.php is 1000).

ALTER TABLE cs_cart_images AUTO_INCREMENT = 1001;

This will cause the next image_id to be 1001 which would then cause new images to start in the '1' directory rather than the '0' directory.

Thanks for that solution. I will give that a try.

No siteworx not fixed as yet - I believe I am maybe the first to report it, it took a little while to get back with notification that it was in fact the app and not a permissions issue.