Welcome, Guest
Please Login or Register.    Lost Password?

doesn't show images on the seatmap
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: doesn't show images on the seatmap
#370
doesn't show images on the seatmap 4 Years ago  
When I try to create the layout of my cafe, the images don't get saved to the layout. I get the notification "Processing 'placeElement' AJAX request" and a red box appears on the layout but nothing else happens. I guess it has something to do with AJAX (doh! obviously) but I'm not even sure where to start...
Remirol
Unnamed user

The administrator has disabled public write access.
 
#371
Re:doesn't show images on the seatmap 3 Years, 11 Months ago Karma: 0
I'm having the same issue and can't find a solution. i'll be googling for a while, if i find something i'll let you know.
wonderbra
wonderbra
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#372
Re:doesn't show images on the seatmap 3 Years, 11 Months ago Karma: 3
Hi,

Sorry for not giving this my attention immediately, I was busy doing other things (working on the new com_mls_catering for example).

A common issue for this error is when the AJAX server does not return valid XML data. To debug this, take a look at the admin.mls_seatmap.html.php file. There should be a few hidden textboxes called "debug(something)". Just search for "debug" in the file. Then set them to type="text" instead of type="hidden".

Then, do the same thing again, just try to place an element. You should see an URL appearing in the textbox. Copy and paste it into your browser and check if you see an error on the page or if the XML returned is valid.

.. let me know if this brought you any further.
moensch
moensch
Admin
Posts: 483
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#373
Re:doesn't show images on the seatmap 3 Years, 11 Months ago Karma: 0
This is what loads on the url it gives me:

Code:

<response>
-
<status>
<error>0</error>
<text>Element(s) Placed</text>
</status>
-
<data>
<roomID>9</roomID>
-
<source>
<startRow>8</startRow>
<endRow>8</endRow>
<startCol>22</startCol>
<endCol>22</endCol>
</source>
-
<target>
<startRow>8</startRow>
<endRow>8</endRow>
<startCol>22</startCol>
<endCol>22</endCol>
</target>
</data>
</response>

wonderbra
wonderbra
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#374
Re:doesn't show images on the seatmap 3 Years, 11 Months ago Karma: 3
So this looks all healthy...

What was the URL for this?
moensch
moensch
Admin
Posts: 483
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#375
Re:doesn't show images on the seatmap 3 Years, 11 Months ago Karma: 0
wonderbra
wonderbra
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#376
Re:doesn't show images on the seatmap 3 Years, 11 Months ago Karma: 0
*deleted - double post*<br><br>Post edited by: wonderbra, at: 2006/09/20 03:23
wonderbra
wonderbra
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#377
Re:doesn't show images on the seatmap 3 Years, 11 Months ago  
got this error:


Warning: main(/includes/joomla.php): failed to open stream: No such file or directory in /home/sites/lantastic.co.uk/public_html/administrator/components/com_mls_seatmap/mls_seatmap.ajax.php on line 7

Fatal error: main(): Failed opening required '/includes/joomla.php' (include_path='.:/usr/share/pear') in /home/sites/lantastic.co.uk/public_html/administrator/components/com_mls_seatmap/mls_seatmap.ajax.php on line 7

This url:
www.lantastic.co.uk/administrator/compon...1&amp;rotation=0
Remirol
Unnamed user

The administrator has disabled public write access.
 
#378
Re:doesn't show images on the seatmap 3 Years, 11 Months ago Karma: 3
Well, the error on your site now looks different:
Warning: main(/includes/version.php) [function.main]: failed to open stream: No such file or directory in /home/sites/lantastic.co.uk/public_html/includes/joomla.php on line 71

Fatal error: main() [function.require]: Failed opening required '/includes/version.php' (include_path='.:/usr/share/pear') in /home/sites/lantastic.co.uk/public_html/includes/joomla.php on line 71

Originally, it was unable to find the joomla.php, seems like you fixed something there?

But now joomla.php fails to find the version.php. Line 71 in joomla.php reads:
require_once( $mosConfig_absolute_path . '/includes/version.php' );

Can you insure that $mosConfig_absolute_path is defined correctly? You can test this by adding this line to the mls_seatmap.ajax.php just below the line with &quot;...globals.php&quot;:
die($mosConfig_absolute_path . '/includes/joomla.php');

When you then go to the link again it should display:
/home/sites/lantastic.co.uk/public_html/includes/joomla.php

Is this the case?
moensch
moensch
Admin
Posts: 483
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#380
Re:doesn't show images on the seatmap 3 Years, 11 Months ago  
It only displays /includes/joomla.php

This is the absolute path from the joomla config file

$mosConfig_absolute_path = '/home/sites/lantastic.co.uk/public_html';<br><br>Post edited by: Remirol, at: 2006/10/07 17:54
Remirol
Unnamed user

The administrator has disabled public write access.
 
Go to topPage: 123
Moderators: moensch