Error Message When Selecting Linked Field

5 posts by 3 authors in: Forums > CMS Builder
Last Post: July 27, 2012   (RSS)

By benedict - July 13, 2012

Hi guys,

I have a site with a state table and a region table and an activity table.

In the activity table, when a user selects a state, it shows all the available regions for that state using this code:

SELECT num, title
FROM `<?php echo $TABLE_PREFIX ?>activity_cities`
WHERE state = '<?php echo $ESCAPED_FILTER_VALUE;?>'


This has worked for over a year. Unfortunately, when I select state in that section now, it throws the following error:

Error:
Notice: Undefined index: selectedValue in /home/jschool/public_html/cmsAdmin/lib/menus/default/actionHandler.php on line 107

Notice: Undefined index: selectedValue in /home/jschool/public_html/cmsAdmin/lib/menus/default/actionHandler.php on line 107

Notice: Undefined index: selectedValue in /home/jschool/public_html/cmsAdmin/lib/menus/default/actionHandler.php on line 107

Notice: Undefined index: selectedValue in /home/jschool/public_html/cmsAdmin/lib/menus/default/actionHandler.php on line 107

Notice: Undefined index: selectedValue in /home/jschool/public_html/cmsAdmin/lib/menus/default/actionHandler.php on line 107

Notice: Undefined index: selectedValue in /home/jschool/public_html/cmsAdmin/lib/menus/default/actionHandler.php on line 107

Notice: Undefined index: selectedValue in /home/jschool/public_html/cmsAdmin/lib/menus/default/actionHandler.php on line 107

Notice: Undefined index: selectedValue in /home/jschool/public_html/cmsAdmin/lib/menus/default/actionHandler.php on line 107

Notice: Undefined index: selectedValue in /home/jschool/public_html/cmsAdmin/lib/menus/default/actionHandler.php on line 107

Notice: Undefined index: selectedValue in /home/jschool/public_html/cmsAdmin/lib/menus/default/actionHandler.php on line 107

Notice: Undefined index: selectedValue in /home/jschool/public_html/cmsAdmin/lib/menus/default/actionHandler.php on line 107

Notice: Undefined index: selectedValue in /home/jschool/public_html/cmsAdmin/lib/menus/default/actionHandler.php on line 107
<option value=''>&lt;select&gt;</option>
<option value="28" >Sydney</option>
<option value="29" >Sydney Surrounds</option>
<option value="30" >Country NSW</option>
<option value="31" >High Ctry/Snowy Mnts</option>
<option value="32" >Lord Howe Is</option>
<option value="33" >Outback</option>
<option value="34" >North Coast</option>
<option value="35" >South Coast</option>
<option value="36" >The Murray</option>
<option value="37" >Narrabri</option>
<option value="107" >Blue Mountains</option>
<option value="108" >Hunter</option>


Funny thing is, it still works once I get rid of the error, but the client has had enough of the error always popping up. I tried upgrading the CMS to the latest version, but still no luck.

Thanks in advance.

Re: [benedict] Error Message When Selecting Linked Field

By Jason - July 13, 2012

Hi,

That's an interesting problem. If you could send in a [url http://www.interactivetools.com/support] 2nd Level Support[/url] Request, we can take a closer look into this for you.

Thanks,
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Error Message When Selecting Linked Field

By benedict - July 16, 2012

Thanks - for anybody else following this post in future, turns out it was a small bug in the program that they are fixing in the next release.

Cheers.

Re: [benedict] Error Message When Selecting Linked Field

By benedict - July 25, 2012

I have another client receiving a pretty strange error that appears in all sections upon entry to modify. I tried upgrading them and now can;t even access the CMS:
Warning: file_exists(): open_basedir restriction in effect. File(/home/public_html/cmsAdmin/uploads/) is not within the allowed path(s): (/home/jsafeau:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/jsafeau/public_html/cmsAdmin/lib/admin_functions.php on line 392 Warning: file_exists(): open_basedir restriction in effect. File(/home/public_html/cmsAdmin/uploads/thumb/) is not within the allowed path(s): (/home/jsafeau:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/jsafeau/public_html/cmsAdmin/lib/admin_functions.php on line 392 Warning: file_exists(): open_basedir restriction in effect. File(/home/public_html/cmsAdmin/uploads/thumb2/) is not within the allowed path(s): (/home/jsafeau:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/jsafeau/public_html/cmsAdmin/lib/admin_functions.php on line 392 Warning: file_exists(): open_basedir restriction in effect. File(/home/public_html/cmsAdmin/uploads/thumb3/) is not within the allowed path(s): (/home/jsafeau:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/jsafeau/public_html/cmsAdmin/lib/admin_functions.php on line 392 Warning: file_exists(): open_basedir restriction in effect. File(/home/public_html/cmsAdmin/uploads/thumb4/) is not within the allowed path(s): (/home/jsafeau:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/jsafeau/public_html/cmsAdmin/lib/admin_functions.php on line 392 Configuration Error - Please make sure the following files and directories have been uploaded:

/home/public_html/cmsAdmin/uploads/
/home/public_html/cmsAdmin/uploads/thumb/
/home/public_html/cmsAdmin/uploads/thumb2/
/home/public_html/cmsAdmin/uploads/thumb3/
/home/public_html/cmsAdmin/uploads/thumb4/


The website is working fine, but can't get into CMSB at all. All the folders it says are missing are there...