roboa Posted May 13, 2009 Report Share Posted May 13, 2009 Hi all, I've just updated to the build 700 and found that the add bid button has gone from the schedules page. I've checked the templates (in dreamweaver the button shows), made sure they are in the skin folder properly and to no avail. Any help is apreciated! cheers, roboa Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 13, 2009 Administrators Report Share Posted May 13, 2009 Does it show on the default one? Also is Config::Get('DISABLE_SCHED_ON_BID') enabled? Quote Link to comment Share on other sites More sharing options...
roboa Posted May 13, 2009 Author Report Share Posted May 13, 2009 Does it show on the default one? Also is Config::Get('DISABLE_SCHED_ON_BID') enabled? No show on the default one. This is the config code: (Config::Get('DISABLE_SCHED_ON_BID') == true && $route->bidid != 0) roboa Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 13, 2009 Administrators Report Share Posted May 13, 2009 I meant check in your local.config file, if it's not there do: Config::Set('DISABLE_SCHED_ON_BIG', false); Quote Link to comment Share on other sites More sharing options...
roboa Posted May 13, 2009 Author Report Share Posted May 13, 2009 Is there a particular place I need to put it? I just put it in with the page encoding stuff and it has had no effect cheers Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 13, 2009 Administrators Report Share Posted May 13, 2009 Stupid question, but are you logged in? Quote Link to comment Share on other sites More sharing options...
roboa Posted May 14, 2009 Author Report Share Posted May 14, 2009 Yup, and I can confirm it because they system changes all the menu links to what a logged in user would see. roboa Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 15, 2009 Administrators Report Share Posted May 15, 2009 That's really odd... hmm. When did it stop working? Is the pilot briefing link there? Quote Link to comment Share on other sites More sharing options...
roboa Posted May 15, 2009 Author Report Share Posted May 15, 2009 I noticed it when it was updated. I suppose it could have gone before that and I just haven't noticed it... The Pilot briefing links is there roboa Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 15, 2009 Administrators Report Share Posted May 15, 2009 Can you send me your FTP information so I can take a look? Quote Link to comment Share on other sites More sharing options...
roboa Posted May 15, 2009 Author Report Share Posted May 15, 2009 Can you send me your FTP information so I can take a look? Which file is that? The FTP quota? cheers, roboa Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 16, 2009 Administrators Report Share Posted May 16, 2009 PM me your FTP login/make one for me, and your site's URL so I can take a look at the files and debug Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 16, 2009 Administrators Report Share Posted May 16, 2009 You modified the schedule_results.tpl and removed this: <?php # Don't allow overlapping bids and a bid exists if(Config::Get('DISABLE_SCHED_ON_BID') == true && $route->bidid != 0) { ?> <a id="<?php echo $route->id; ?>" class="addbid" href="<?php echo SITE_URL?>/action.php/Schedules/addbid/">Add to Bid</a> <? } else { if (Auth::LoggedIn()) { ?> <a id="<?php echo $route->id; ?>" class="addbid" href="<?php echo SITE_URL?>/action.php/Schedules/addbid/">Add to Bid</a> <?php } } ?> You removed the else { } portion, so it wouldn't show the "Add Bid" if you're logged in and the disable schedules bit is false. So just add that back in, and you should be ok. I didn't modify it Quote Link to comment Share on other sites More sharing options...
roboa Posted May 16, 2009 Author Report Share Posted May 16, 2009 I changed all that and now the add bid is showing but when clicked it is just going to .../schedules/addbid and then not doing anything. roboa Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 16, 2009 Administrators Report Share Posted May 16, 2009 Is there a Javascript error happening? Quote Link to comment Share on other sites More sharing options...
roboa Posted May 16, 2009 Author Report Share Posted May 16, 2009 it doesn't say anything. It just goes to a white screen with the url .../action.php/schedules/addbid roboa Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 17, 2009 Administrators Report Share Posted May 17, 2009 Did you change anything in the core_htmlhead.tpl? Check the firefox error console Quote Link to comment Share on other sites More sharing options...
roboa Posted May 18, 2009 Author Report Share Posted May 18, 2009 I've not changed anything in the core_htmlhead.tpl to my knowledge. These are the errors that showed when I clicked add bid: Warning: Unexpected end of file while searching for ';' or '}' to end declaration. Unexpected end of file while searching for closing } of declaration block. Source File: http://.../index.php/schedules Line: 66 Error: $("#form").ajaxForm is not a function Source File: http://.../lib/js/phpvms.js Line: 10 roboa sorry for the late reply! Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 18, 2009 Administrators Report Share Posted May 18, 2009 Revert to the default schedule_results.pl (just delete your version), and also revert to the default core_htmlhead.tpl if you've modified it. Then reupload the /lib/js folder. Quote Link to comment Share on other sites More sharing options...
roboa Posted May 25, 2009 Author Report Share Posted May 25, 2009 Hey, sorry it's taken so long for a reply to this. No joy still. I've done the all of the steps you posted. thanks Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 25, 2009 Administrators Report Share Posted May 25, 2009 Sorry, can you message me your URL again? Quote Link to comment Share on other sites More sharing options...
roboa Posted May 27, 2009 Author Report Share Posted May 27, 2009 Any news on this Nabeel? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 27, 2009 Administrators Report Share Posted May 27, 2009 Re-upload your /lib/js folder, you're missing js-front.js Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 27, 2009 Administrators Report Share Posted May 27, 2009 And make sure that folder/files in it at 777 Quote Link to comment Share on other sites More sharing options...
roboa Posted May 27, 2009 Author Report Share Posted May 27, 2009 I've done that and now, I see no schedules at all Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 27, 2009 Administrators Report Share Posted May 27, 2009 When I checked the page, the schedules weren't there. Can you re-upload everything? Revert to the default schedules_* templates (for now) Quote Link to comment Share on other sites More sharing options...
roboa Posted May 27, 2009 Author Report Share Posted May 27, 2009 When you say everything, do you mean the whole phpvms? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted May 27, 2009 Administrators Report Share Posted May 27, 2009 Yessir Quote Link to comment Share on other sites More sharing options...
roboa Posted May 27, 2009 Author Report Share Posted May 27, 2009 Ok, we did a complete re-install and are still having the problem Quote Link to comment Share on other sites More sharing options...
roboa Posted May 28, 2009 Author Report Share Posted May 28, 2009 Ok, the schedules have now re-apeared but the add bid function still refuses to work roboa Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.