Importing Images

  • Posts: 40
  • Thank you received: 0
11 years 10 months ago #55253

I am trying to import photos to products without success. I have uploaded all my photos via ftp and ensured all files and folders are writable. I have attached a screenshot of the message i keep getting and the info i am entering. Thnaks

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81568
  • Thank you received: 13078
  • MODERATOR
11 years 10 months ago #55310

Please make sure that you didn't upload the images in the same folder than the folder you set in the "upload folder path" option of the configuration of HikaShop.

Also, turning off the FTP layer of joomla in the configuration of joomla might help.

Please Log in or Create an account to join the conversation.

  • Posts: 40
  • Thank you received: 0
11 years 10 months ago #55352

The upload folder path in Hikashop is media/com_hikashop/upload/ which is different to where i have placed my images (/root/htdocs/photos/dubbovgrafton2). My ftp setting is also set to No. Thanks

Please Log in or Create an account to join the conversation.

  • Posts: 40
  • Thank you received: 0
11 years 10 months ago #55437

Just so you know I am using filezilla to upload my images because I have so many.

Please Log in or Create an account to join the conversation.

  • Posts: 81568
  • Thank you received: 13078
  • MODERATOR
11 years 10 months ago #55514

Then try to change the permissions of that /root/htdocs/photos/dubbovgrafton2 folder to 777. That should hopefully avoid the problem.

Please Log in or Create an account to join the conversation.

  • Posts: 40
  • Thank you received: 0
11 years 10 months ago #55538

I have the permissions of that folder also set to 777 and its still not working?

Please Log in or Create an account to join the conversation.

  • Posts: 81568
  • Thank you received: 13078
  • MODERATOR
11 years 10 months ago #55541

There is still a problem with that folder. If joomla says it can't write in it, then it means that there is a permission issue on the folder. There is no other reasons I can think of.

Let's go around the problem and change the line:
if(!$fileClass->checkFolder($uploadFolder)){

to:
if($delete && !$fileClass->checkFolder($uploadFolder)){

in the file administrator/components/com_hikashop/helpers/import.php

That should avoid the problem.

Please Log in or Create an account to join the conversation.

  • Posts: 40
  • Thank you received: 0
11 years 10 months ago #55545

No that hasn't helped either. I now get the following. Is it possible for me to send the login details for you to take a look

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81568
  • Thank you received: 13078
  • MODERATOR
11 years 10 months ago #55548

It worked actually... It let the system proceed to the next step.
Apparently, the path that you gave to the import is not correct.
Path is not a folder means that the path is not correct. That's probably why the system wouldn't be able to write in it.

Please Log in or Create an account to join the conversation.

  • Posts: 40
  • Thank you received: 0
11 years 10 months ago #55555

Ok I have tried the following, can you please give an example of what i need to be entering

/root/htdocs/photos/dubbovgrafton2
root/htdocs/photos/dubbovgrafton2
/htdocs/images/dubbovgrafton2
/hermes/waloraweb098/b55/pow.vixpix/htdocs/dubbovgrafton2
/root/htdocs/dubbovgrafton2

Please Log in or Create an account to join the conversation.

  • Posts: 81568
  • Thank you received: 13078
  • MODERATOR
11 years 10 months ago #55557

You need to enter the absolute path of the folder.
I can't tell you what that is as I don't know your server's folder structure nor do I know how and where you uploaded your images.

Please Log in or Create an account to join the conversation.

  • Posts: 40
  • Thank you received: 0
11 years 10 months ago #55566

Hi. Sorry but we are still having trouble identifying our absolute path. Please find attached a snapshot of our file structure. It highlights the folder we wish to use - macarthur2vtamworth2. THe site url is vixpixphotography.com
Are you able to define the absolute path from this information.
THanks

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 81568
  • Thank you received: 13078
  • MODERATOR
11 years 10 months ago #55568

That's the structure of your website folder.
But that doesn't give any information on the folders in which the website is located on the server.


The simplest will be to enter the relative path of your folder from your website's root directory. So it should be just the name of your folder, without any slashes.

Please Log in or Create an account to join the conversation.

  • Posts: 40
  • Thank you received: 0
11 years 10 months ago #55569

Ok. THanks for that. We seem to have gotten a little further by using the relative path of macarthur2vtamworth2. However we now get the following message.

Fatal error: Allowed memory size of 18874368 bytes exhausted (tried to allocate 9600 bytes) in /hermes/waloraweb098/b55/pow.vixpix/htdocs/administrator/components/com_hikashop/helpers/image.php on line 390

Any ideas?

Please Log in or Create an account to join the conversation.

  • Posts: 81568
  • Thank you received: 13078
  • MODERATOR
11 years 10 months ago #55576

Remove the "image width/height" options that you set in the Files tab of the configuration.
It is apparently trying to resize all your images on the fly and the resources restrictions of your server are too low for that.

The following user(s) said Thank You: loveawake.ru

Please Log in or Create an account to join the conversation.

  • Posts: 40
  • Thank you received: 0
11 years 10 months ago #55582

we are still getting the error message after removing the widths and heights. Would we be better transfering away from this server, it seems to have alot of issues

Fatal error: Allowed memory size of 18874368 bytes exhausted (tried to allocate 9600 bytes) in /hermes/waloraweb098/b55/pow.vixpix/htdocs/administrator/components/com_hikashop/helpers/image.php on line 390

Please Log in or Create an account to join the conversation.

  • Posts: 81568
  • Thank you received: 13078
  • MODERATOR
11 years 10 months ago #55584

Try to do it several times. The images should be imported little by little.
But you could ask your hosting company to increase your memory_limit setting, at least temporarily.

Please Log in or Create an account to join the conversation.

  • Posts: 40
  • Thank you received: 0
11 years 10 months ago #55591

Hi. Firstly I would just like to say thankyou for your patience and help. I have been doing a little bit of testing and it appears that the server is dodgy. I was wondering if it is possible to get a copy of hikashop business with a 24hr license on it to run on a new server to make sure it works, once again thanks for your help.

Please Log in or Create an account to join the conversation.

  • Posts: 81568
  • Thank you received: 13078
  • MODERATOR
11 years 10 months ago #55665

You can use the package you have and change the URL temporarily in the Your account->Your subscriptions on our website.

Please Log in or Create an account to join the conversation.

Time to create page: 0.113 seconds
Powered by Kunena Forum