Posts

Swf site uploading using dreamweaver

i made site using indesign , saved .swf don't know how upload this. doesnt open in dreamweaver , inserted , tried different things, doesnt work , don't know how.   does know how upload kind of document in dreamweaver it doesnt open in dreamweaver   right - dw doesn't edit swf files.  here's do:   in dw, create site defining local folder contain swf file then define remote location site entering host name, user id , password, , name of root directory of remote site (usually public_html, or httpd, or www) using connect button on files panel, make ftp connection remote site, , drag , drop swf file onto folder want accessed   that should want. More discussions in Dreamweaver support forum adobe

Upgrade from 3.4.x to 3.6.2 but folder permission unwritable - Joomla! Forum - community, help and support

Image
hi, everyone. my joomla upgraded 3.6.2. unfortunately, folder permission unwritable though directory change 755. forum post assistant (v1.2.7) : 23rd november 2016 wrote: basic environment :: wrote: joomla! instance :: joomla! 3.6.2 -stable (noether) 4-august-2016 joomla! platform :: joomla platform 13.1.0 -stable (curiosity) 24-apr-2013 joomla! configured :: yes | read-only ( 777 ) | owner: apache (uid: 1/gid: 1) | group: apache (gid: 1) | valid for: 1.5 configuration options :: offline: 0 | sef: 0 | sef suffix: 0 | sef rewrite: 0 | .htaccess/web.config: yes | gzip: 1 | cache: 1 | ftp layer: 0 | ssl: 0 | error reporting: default | site debug: 0 | language debug: 0 | default access: n/a | unicode slugs: n/a | database credentials present: yes host configuration :: os: linux | os version: 4.7.7-200.fc24.x86_64 | technology: x86_64 | web server: apache/2.4.23 (fedora) php/5.6.26 | encoding: gzip, deflate | doc root: /var/www/html | system tmp writable: yes ...

Thread: WD Passport external hd not detected

i using ubuntu 11.10. have wd external hd ubuntu not seem detect. cannot go gparted reformat drive because see dev/sda. how ubuntu see xhd? make sure usb device being detected post out put of lsusb Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] WD Passport external hd not detected Ubuntu

Is Adobe Reader 1010 avail to download?

hi,   i need install msi version of adobe reader 1010. availabe anywere? thx looking @ this, seesms need base level 10.1? , add updates getting 1010? the reason is, our server has gpo's on has died, when installing ar 11, out new server installs new copyu leaving 1010 still in add/remove pgms. however; when trying uninstall verion 1010, tried msi version 1010 on old server which cannot booted up. why need 1010 version on new server uninstall. thx More discussions in Acrobat Reader adobe

Thread: Problem: Cannot access some valid ranges in /proc/<pid>/mem

Image
hey everyone, having problem accessing /proc/<pid>/mem ranges after mprotect has made them readable. process ptrace attachs process b process cannot access of given range in process bs /proc/<pid>/mem due associated mapping (as visible in /proc/<pid>/maps) being non-readable process requests process b use mprotect mark given mapping readable (mprotect returns success) process should able read range (as visible in /proc/<pid>/mem) can read part of range... example: code: mapping before request (step 3): 7f63671af000-7f63673ae000 ---p 0000c000 08:01 269062 /lib/x86_64-linux-gnu/libnss_files-2.13.so mapping after request (step 3): 7f63671af000-7f63673ae000 r--p 0000c000 08:01 269062 /lib/x86_64-linux-gnu/libnss_files-2.13.so problem: std::ifstream can read first part of range /proc/<pid>/mem, cannot read remaining range data. (by cannot read mean !fin.good , errno = 5) code: mapping range: ...