IntraApps: Trouble Updating Faculty Information
Encounter SQL Error message when adding a new Faculty member It was found that there was a mismatched parameter pair in the SQL statement for adding a new record. After fixing the pair, problem solved.
Encounter SQL Error message when adding a new Faculty member It was found that there was a mismatched parameter pair in the SQL statement for adding a new record. After fixing the pair, problem solved.
In the current design, a Course can be assigned to multiple departments. So the data field “departmentids” should be used for record selection, not “departmentid” field. By the same token, if a Degree ID is to be matched, the data field “degreeids” should be used, not “degreeid” field. Update the data field used in SQLs, … Read more
Switching the new site from dev.fivebranches.edu to www.fivebranches.edu starting from Friday, Oct. 21st, then work on reviewing and patching things up the next few days until the first of November. The switch was started on 10/21/2022 5 pm.
It was found that the new design, such as Slider section Latest Event section Latest News section and modified Featured Posts section are not implemented on the Chinese Homepage. Implement the latest designs that have been implemented on the English Homepage to the Chinese Homepage.
The form content is not aligned properly on all device: desktop, tablet, and mobile. Misaligned checkbox and label List label font too small on mobile device
Tracking site was originally set up as a website (according to the hosting server structure) of its own. After the domain DNS (fivebranches.edu) was moved to the hosting server, it should be structured as a subdomain website (tracking.fivebranches.edu) of that main website. The hosting company support did the restructure. But it was found that for … Read more
It was found that the Course Title was displayed with codes. The dynamic content is built by a section of custom codes. Since the course data is part of the IntraApps that uses tables that are not part of the standard WordPress, its connection to database was checked first. And found that the IntrApps itself … Read more
After the main website fivebranches.edu was set up on the new server, the Application Forms were not available for downloading. It was found that the forms were not available to where they were supposed to be. Those forms were later on uploaded. Also found that the links to those forms were not consistent. Links were … Read more
The PHP memory settings are set up much higher than regular WordPress settings, to make sure fbu dot org works as closely as fbu dot edu, the memory settings are set the same as that of fbu dot edu site. The screenshot for dev dot org site is for reference, its settings are more or … Read more