Home · Links · Contact Us
Home arrow Forums
Home
Features
FAQ
Screen Shots
Modules
Themes
Demos
Documentation
Forums
Contact Us
Download
Purchase
Quotes

" ... I want to tell you that your thyme product is functional and valuable beyond words. I cannot imagine why any portal would be without it. It is the cornerstone of our new project ..."

" ... Thanks for such a complete project, its making my job much easier. ..."

" ... I have now deployed 4 different calendars and our users love them ... "

" ... Easy to install and use and a great look/design. ..."

" ... This has to be the easiest to use program I think I've had to deal with at all this year. ..."


  FAQFAQ    SearchSearch  RegisterRegister   Log inLog in 
Locations search
Goto page Previous  1, 2
 
Post new topic   Reply to topic     Forum Index -> Hacking Thyme
View previous topic :: View next topic  
Author Message
esoft_ian



Joined: 12 Sep 2005
Posts: 5275

PostPosted: Mon Dec 04, 2006 3:16 pm    Post subject: Reply with quote

What is the error you see in 1?
Back to top
View user's profile Send private message Visit poster's website
jasperespejo



Joined: 07 Sep 2006
Posts: 80
Location: Mandaluyong, Philippines

PostPosted: Mon Dec 04, 2006 4:01 pm    Post subject: Reply with quote

Error!: class.mysql.php :: query() :: Table 'wherewhen_conx.Events' doesn't exist

select distinct location_id, Locations.name
from Events
left join Locations on Locations.id = Events.location_id
where (location_id > 0 and calendar = 35
and Locations.name != '' and Locations.name is not null)
or location_id = 0
order by lower(Locations.name)

_________________
Jasper Espejo
Back to top
View user's profile Send private message Visit poster's website
esoft_ian



Joined: 12 Sep 2005
Posts: 5275

PostPosted: Mon Dec 04, 2006 4:05 pm    Post subject: Reply with quote

At the top of the code, where it says:

global $_cur_cal, etc...

change it to

global $_cur_cal, $_cal_sql, $_cal_dbpref;
Back to top
View user's profile Send private message Visit poster's website
jasperespejo



Joined: 07 Sep 2006
Posts: 80
Location: Mandaluyong, Philippines

PostPosted: Mon Dec 04, 2006 4:11 pm    Post subject: Reply with quote

That made the venue list appear as expected. Now it's just the following error when submitted:

Method Not Allowed
The requested method POST is not allowed for the URL /index.html.

I did a search on google and I saw some post saying it might be a SEF problem. However I cannot turn SEF off per client's requirement :-(.

Thanks!

_________________
Jasper Espejo
Back to top
View user's profile Send private message Visit poster's website
esoft_ian



Joined: 12 Sep 2005
Posts: 5275

PostPosted: Mon Dec 04, 2006 4:14 pm    Post subject: Reply with quote

In the code, change the $loc_form = new _cal_form("locations"); to

Code:
$loc_form = new _cal_form("locations", "/joomla/index.php");
Back to top
View user's profile Send private message Visit poster's website
jasperespejo



Joined: 07 Sep 2006
Posts: 80
Location: Mandaluyong, Philippines

PostPosted: Mon Dec 04, 2006 5:15 pm    Post subject: Reply with quote

That did it! Thanks Ian.
_________________
Jasper Espejo
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Hacking Thyme All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
© 2005 eXtrovert software unless otherwise noted. All rights reserved.
Portions © 2004 Ben Brown. All rights reserved.
Trademarks are property of their respective owners.