OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Print button image upload error (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Print button image upload error

designd (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Print button image upload error 10 Years, 1 Month ago
Karma: 0  
When I push the print button on the house detail page, I get an error “NU SUCH FILE OR DIRECTORY (you can see the complete error attached ).
II have the problem with all my images, i do not upload images with blank spaces in their name.
What could couse this problem ?

Website example= www.solyespana.be/index.php/nl/component...nager/122/all_houses

Thank you for the help !
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Print button image upload error 10 Years, 1 Month ago
Karma: 101  
Hello,

Please check your image file name.

Please not use files with name with only letters: "0-9a-zA-Z_."

Please not use any special letters and blank space in files name

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
designd (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Print button image upload error 10 Years, 1 Month ago
Karma: 0  
Thanks for the response !

This is unfortunately not what is causing the problem. My Pictures do not contain any special characters or spaces.

RealEstateManager is loading all of my images with the image name with a weird sort of {} characters such as {4586DC0C-DFDE-48BA-9E78-6C1CBE7799A1} _3553_1239_70_70.jpg


The problem occurs on the website www.solyespana.be, while I do not have this problem on the website www.solyespana-rentals.com.
Solyespana-rentals.com is however an exact copy (or at least the files) from Solyespana.be.

Very strange, but I can not find the cause of this problem .... maybe it's in the database ?

Thanks for the help!

kind regards
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Print button image upload error 10 Years, 1 Month ago
Karma: 101  
Hello,

please in files
{site}/components/com_realestatemanager/realestatemanager.php
{site}/administrator/components/com_realestatemanager/realestatemanager.php

find row
Code:

            return com_create_guid();


and replace to
Code:

return trim(com_create_guid(), '{}');


But you will need reload main images

Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
designd (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Print button image upload error 10 Years, 1 Month ago
Karma: 0  
almost succeeded, I get no error message on my printpage, but I still can't see the image.

The following is the source code of the print page. The image is successfully created and exists, but the path to the image now begins with ./

Code:

<table class="basictable table_56" align="center">
            <tr>
                <td colspan ="2" align="center" class="title_td">
                    test 2                </td>
            </tr>
            <tr>
                <td nowrap="nowrap" align="center" colspan="2">
            <img alt="test 2" title="test 2" src="./components/com_realestatemanager/photos/D32B72DD-46D2-1986-83A0-1DC32D3718FD_Penguins_200_350.jpg" border="0" class="little">          
                </td>
            </tr>
            ...etc



Thank you very much !
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Print button image upload error 10 Years, 1 Month ago
Karma: 101  
hello,

That relative path - and it must work

If your site use .htaccess and loced in subfolder, please check in htaccess variable "RewriteBase"

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»