I have oracle form that is working fine on server , when i download the fmb file and do anything in the form like saving it on oracle form builder then compiling it on server it gives me error on compiling it .
what would be the reason of error ?
Related
I have deployed my laravel application on AWS server(ubuntu). Application works fine. But when I upload images using custom modal popup, then i got the syntax error from vendors.js.
Here is the error getting from modal popup while uploading images:
Can anyone tell about that, how i can resolve that?
I am just stuck from last two days.
I have tried run on server
npm i body-parser
And also re-add the file of vendors.js
But same result.
I have a "SOURCE" module in laravel project. The edit functionality was working fine before I changed the DB. I added a column in DB table "source". After adding it, whenever I try to edit the source data from admin panel, the data gets modified but shows the error: simplexml_load_string(): Entity: line 1: parser error : StartTag: invalid element name
I am using API's in my project where I have used the function simplexml_load_string(). But this was working fine before I added a column to the DB. What could be a possible reason and solution for it?
I figured out the issue. The issue was with my apache server version. To resolve the issue with the CURL extension of PHP, I installed Apache AddOn (Version - 2.4.28) to support PHP (>7.2) extensions. I downloaded the same from here - https://wampserver.aviatechno.net/ and install it at my end. Restart the Wamp Services and choose the updated version of Apache web server. And it was resolved.
I am trying to use the oracle's apex_error package to implement error handling in my app.
test app: https://apex.oracle.com/pls/apex/f?p=145329:2:11482099171656::NO:::
table created: constraint_lookup
function provided by oracle "apex_error_handling_example". https://docs.oracle.com/database/apex-18.1/AEAPI/Example-of-an-Error-Handling-Function.htm#AEAPI2216
The solution works fine except when you click on the error it gives error in console instead of taking you to the tab of the IR report.
Now click on the message so it should take you to the duplicate DeptID, but it just gives you error in the console.
I have tried to handle this at page level, application level also I tried to set the column_alias manually so I don't have to use the APEX_ERROR.AUTO_SET_ASSOCIATED_ITEM but all in vain.
Any help and your time will be much appreciated.
I am having an error trying to make a request:
Then when I submit I have the next error:
The 1003887036428 error report file:
Recently the system worked like a charm but it has to migrate to another host and this error started to appear in the actual hosting. I dont know why.
I have a working ubuntu web server made by myself. PHP, mysql and every thing is working well for websites that are created without codeigniter. The thing is I have a web site that uses the codeigniter frame work. but I don't know how to configure my web server to work with codeigniter.
When i go to localhost keeping the default files browser is showing the codeigniter welcome message.
When I remove the application folder and paste my application folder that is having my php app it is showing an error saying:
Warning: require(../application/config/constants.php): failed to open
stream: Permission denied in
/opt/share/php/system/core/CodeIgniter.php on line 64
Fatal error: require(): Failed opening required
'../application/config/constants.php'
(include_path='.:/opt/share/php/system:/usr/share/php') in
/opt/share/php/system/core/CodeIgniter.php on line 64