Skip to main content
Topic: Image not showing in phpRAD classic 2.7.3 in XAMPP 7.4.29-1-VC1 (Read 866 times) previous topic - next topic

Image not showing in phpRAD classic 2.7.3 in XAMPP 7.4.29-1-VC1

I experienced obstacles in phprad classic 2.7.3.

I made a user table and one of the columns, the user_foto, experienced a problem when edited, where the path could not be saved (replacing the old path, path when input for the first time) in the database but the photo file was stored in the folder according to the settings.

Previously I did not experience these problems. The problem occurs when I chose the Project Settings tab section of the System Info where I changed Publishtoproduction to True. After the problem occurred, I changed it back to false, but the results were the same (the new path was not stored in the database).

Please solution to this problem. Thank you in advance.

Re: Image not showing in phpRAD classic 2.7.3 in XAMPP 7.4.29-1-VC1

Reply #1
1. Make sure you have not exempted any page from being published.
2. Make sure that the AjaxPage is set to false. i.e you are not using modal or table for the add page.
3. Check your browser console to s the error you get.

Re: Image not showing in phpRAD classic 2.7.3 in XAMPP 7.4.29-1-VC1

Reply #2
Thank you, I can do the url regarding the upload file.