Welcome Guest, Not a member yet? Register   Sign In
Images not loading, adding to the end
#10

[eluser]Cristian Gilè[/eluser]
After you have inserted by hand images file name, launch the following query in phpmyadmin clicking on the SQL tab:

Code:
UPDATE yourtablename SET additional_images = REPLACE(additional_images, '\r\n', '\n')

additional_images is the field name.


Messages In This Thread
Images not loading, adding to the end - by El Forum - 01-05-2011, 12:05 PM
Images not loading, adding to the end - by El Forum - 01-05-2011, 12:26 PM
Images not loading, adding to the end - by El Forum - 01-05-2011, 12:29 PM
Images not loading, adding to the end - by El Forum - 01-05-2011, 12:41 PM
Images not loading, adding to the end - by El Forum - 01-05-2011, 01:17 PM
Images not loading, adding to the end - by El Forum - 01-05-2011, 01:54 PM
Images not loading, adding to the end - by El Forum - 01-05-2011, 02:27 PM
Images not loading, adding to the end - by El Forum - 01-05-2011, 03:29 PM
Images not loading, adding to the end - by El Forum - 01-05-2011, 03:32 PM
Images not loading, adding to the end - by El Forum - 01-06-2011, 03:30 AM
Images not loading, adding to the end - by El Forum - 01-06-2011, 04:52 AM
Images not loading, adding to the end - by El Forum - 01-06-2011, 06:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB