annoying broken images problem after apex installation solved

you decided to upgrade your apex 3.1
everyting fine you executed installation script and then pointed your browser to

localhost:8080/apex

very nice page opened but some images missing and javascript doesntwork

you read some blog posts about this problem and they say execute
@apxldimg script like below

say directory_you_unzipped_apex_zip = d:\apex
@apxldimg.sql directory_you_unzipped_apex_zip -> this is wrong !

when i look inside apxldimg.sql i saw

create directory APEX_IMAGES as '&1/apex/images';

so you should use this script as

parent_directory_you_unzipped_apex_zip = d:\
@apxldimg.sql parent_directory_you_unzipped_apex_zip

after script is loading images to database xml

Comments

Popular posts from this blog

How to add pagination to django comments for your model

Raspberry pi zeroyu komut satırı modda otomatik wifi ye bağlama gizli ssid

Pyppeteer fix for BrowserError: Browser closed unexpectedly