WebsiteBaker Support (2.8.x) > Bakery Shop
Upgrade instructions from Bakery older 1.70
mgeene:
Hi Christoph,
Thanks for your reply, but i dont get a error log.
When i upload the file _sync_img_helper.ph p in the bakery folder and ik go to the browser and run the script i anly see the text :
"In order to complete the image settings go to the Bakery backend and edit the newly added items:
Please enter your image data like title and alt attributes and order the images using the up- and down-arrows.
The alt attribute is mandatory.
If you set a title and no alt attribute, the title will be used as alt attribute as well.
The image at the top position (position 1) will be used as the main image.
If you enter a image caption, the image will be wrapped in a <div> container and the image will be followed after a <br> by your caption.
The item attribute generates a unique id like mod_bakery_img_attr XX_f where the XX stands for the image attribute id. This can be used for any JavaScript actions depending on the selected option attribute. Eg. change main image depending on selected item option.
Not used images can be deactivated or deleted in the backend."
And nothing else.
freeSbee:
Hi mgeene
You only got the pure HTML-part of the script. It looks like the PHP was not executed or stopped …
Please set the php error reporting to E_ALL and run the script again.
--- Code: ---error_reporting(E_ALL);
--- End code ---
Regards Christoph
mgeene:
Is this with a .htaccess file?
freeSbee:
Hi mgeene
Paste the code into the _sync_img_helper.ph p file right after the opening php tag.
Regards Christoph
mgeene:
YES it works!!!!!
WOW thanks a lot Christoph!
Navigation
[0] Message Index
[*] Previous page
Go to full version