Posts

External scripts being replaced with embedded [Resolved] - Joomla! Forum - community, help and support

encountered problem seems caching none of caching options enabled. javascript , css files linked through jdocument addscript/addstylesheet being replaced embedded versions. if hardcode script or link tags not affected. issue occurs on frontend , backend. for instance code: select all <link rel="stylesheet" href="/media/jui/css/chosen.css" type="text/css"> gets replaced with code: select all <style type="text/css" style "display:none">...</style> same goes script tags. if ignored cache refresh (ctrl+shift+f5 in chrome) external scripts not replaced embedded versions. i checked joomla settings thought doing this, system cache plugin, cache handling in global configuration system tab, both disabled. i removed plugins had installed make sure not causing issue. even made sure not browser issue, same result in chrome, firefox, ie. issue remains on fresh install of joomla. is there configuration missing enabling this? -------...

Thread: Ubuntu hibernation: Locks up on resume, but SysRq + R E will successfully wake

Image
the title pretty describes problem. dual boot windows 7 + ubuntu 11.04 (both x64). use s2disk (from uswsusp package) in script hibernates ubuntu , boots windows. system hibernates , reboots without problem. however, on resume system locks , unresponsive. if use sysrq+r, see kernel message input returning raw mode. if use sysrq+e, see message terminating processes. @ point, there delay , see locked gnome session login screen. can log in , resume work. it's worth noting laptop (system76 netbook same software stack) suffers exact same symptoms. has run problem? alternatively, if suffering 'locks on resume hibernate' issue, happens if try ctrl+alt+sysrq+r,e ? attached files pm-suspend.log.txt (8.1 kb, 0 views) uswsusp.conf.txt (242 bytes, 0 views) pm_config_00sleep_module.txt (455 bytes, 0 views) syslog.txt.tar.gz (6.5 k...

Dark line around mask

i trying mask around green screen dark, thin line mask is.   why , can it?   thanks,   bret system information, version information, screenshots, description of do. that's need (not in order).   mylenium More discussions in After Effects adobe

my application crashes on renderer's instance creation in DataGrid if embeded fonts are used.

hi   hope enjoying life.   in application, created custom item renderer derived griditemrenderer spark datagrid. embeded fonts being used in application. crashes on renderer's instance creation in datagrid.   app runs fine if remove embedded fonts.   can me out correcting bug?   thanks , best regards sal More discussions in Flex (Read Only) adobe

Thread: Help using Gparted

hi all have laptop windows 7 on 1 partition , 11.04 on partition. want reduce windows partition , increase ubuntu partition. in gparted can reduce windows partition can't find how increase ubuntu partition. explain how increase ubuntu partition. reading question win7 doesn't other oss' messing around partitions. better windows disk management utility. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Help using Gparted Ubuntu

Thread: Booting laptop using Ubuntu flash drive without having hard drive

can run ubuntu flash drive without having hard drive in laptop. have live usb of ubuntu. hard drive toasted & thought able boot laptop using usb flash drive. not happening!! after clicking on "run ubuntu", giving i/o error.(my guess trying red or wrtire thing on unresponsive hard drive) there way disable hard drive?? don't want dissassemble laptop & take out, i'll when i'll recive new hard drive. other way?...or want me try other version of linux can boot laptop without accessing hard drive?? i'm not sure if trying possible. if go bios should able dissable drive though. make sure booting usb first well. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] Booting laptop using Ubuntu flash drive without having hard drive Ubuntu

Error 1146 Database Problem - Joomla! Forum - community, help and support

i cloned site work on , error in extension manger database tab. 1146 table 'cpaneluser_ab4j1.qvjb_user_profiles' doesn't exist sql=show columns in `qvjb_user_profiles` field = 'profile_value' , type = 'text' anyone know how fix it? server plugin developer claim it's extension issue. don't error on site cloned from. i need tab work can see future issues. a dirty fix create table code: select all #_user_profiles you can grab joomla.sql file code: select all create table if not exists `#__user_profiles` (   `user_id` int(11) not null,   `profile_key` varchar(100) not null,   `profile_value` text not null,   `ordering` int(11) not null default 0,   unique key `idx_user_id_profile_key` (`user_id`,`profile_key`) ) engine=innodb default charset=utf8 comment='simple user profile storage table'; Board index Joomla! 3.x - Ask Support Questions Here Administration Joomla! 3.x