FlexPage 1.9 and Linux/OracleDB = problems?

FlexPage 1.9 and Linux/OracleDB = problems?

by Fred Lunau -
Number of replies: 1
Hi,

FlexPage 1.9 works marvelously on my localhost (running WAMP), but when I install it on our corporate OracleAS (Linux, Apache, PHP 5xx, Oracle db), all of the "editing on" functions of FlexPage seem to work - like adding pages, adding new flexpage activities etc - but no pagemenu/activities/resources show up when they are added. These resources are there in the database, because I can select them from the "Manage Activities" tab, but nothing gets rendered on the Linux/OracleAS/OracleDB side. As I said, it works fine under WAMP on my PC.

Has anyone else had this wierd problem? Thanks in advance!

Fred



Attachment flexpageOnLinuxOracledb.jpg
Average of ratings: -
In reply to Fred Lunau

Re: FlexPage 1.9 and Linux/OracleDB = problems?

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Well, since Oracle does not deign to speak very standard-compliant SQL, a lot of Moodle code fails the first time on Oracle, until someone has actually tried it, and tweaked the queries that need tweaking.

If you turn on Debugging you should be able to find out what is failing. Then, perhaps with the help of some of the sql_xxx functions in lib/dmllib.php and the rules about AS at Development:XMLDB_problems#Table_and_column_aliases_-_the_AS_keyword, you may be able to fix it, or, at least, put high-quality bug reports in the Tracker.