Posts

Showing posts from February, 2010

CS5 Student Upgrade

hi, know if there is student upgrade price too, or student price buy design premium in entirity? also, there number can call ask free update since bought cs4? there no upgrades 1 student / educational version student / educational version gi ven exceptionally steep discount on software. there assumption built adobe's student , educational program 1 not perpetual student , ultimately, no longer qualify discount. can upgrade student / educational version commercial version, still may more expensive getting next full student / educational version.             - dov More discussions in Creative Suites Windows adobe

cfquery within javascript

hi, i trying following: i wrote cfquery within javascript function below: <script language="javascript1.2" type="text/javascript"> <cfquery name="query1 datasource="abc">   .... </cfquery> <cfif query1.recordcount neq "0">     <cfoutput query = "query1">        <cfquery name="query2 datasource="abc">   select * table1 name=#query1.name#        </cfquery>     </cfoutput>      alert(<cfoutput>#query2.recordcount#</cfoutput>); </cfif>       </script> the alert value 1 debugging section shows 0, , 0 correct value. there wrong doing. if can please point out... the problem comes how cf , js work: coldfusion "server side" language while javascript "client side". means server runs through cf code in page , sends finished product on user's browser starts handling javascript. ...

Thread: Harddrive used size inconsistent

just formated new western digital black 1tb. realized 14gb result of journaling (correctly me if i'm wrong). however, gparted says it's right size when goto properties it's 46.8 gb. i'm missing here? have "you not owner cannot change permissions" on harddrive. let me know if left info out me solve this. http://img134.imageshack.us/img134/1...apshot1moa.png Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Harddrive used size inconsistent Ubuntu

Google Calendar - Joomla! Forum - community, help and support

i installed google calendar component. when system check under "tools" of google calendar manager, get: "a feed not found at..." additionally on front page, in gcalendar overview "warning: call-time pass-by-reference has been deprecated in /home/content/h/o/p/hopedmonton/html/administrator/components/com_gcalendar/libraries/rss-calendar/gcalendar.php on line 97" and in gcalendar upcoming, "warning: call-time pass-by-reference has been deprecated in /home/content/h/o/p/hopedmonton/html/modules/mod_gcalendar_upcoming/helper.php on line 28" any idea problem is? running joomla 1.5 on godaddy.com hosted site. try adding following line php.ini allow_call_time_pass_reference = on Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Thread: noapic permanent in lucid

how make noapic permanent in lucid lynx. grub2. try adding line grub_cmdline_linux in grub code: gksudo gedit /etc/default/grub https://help.ubuntu.com/community/gr...ing%20grub%202 eg. grub_cmdline_linux_default="quiet splash noapic" after editing file code: sudo update-grub Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] noapic permanent in lucid Ubuntu

How come my layout changes when I insert a link?

when add link, seems linked image gets bigger , pushes last image in line next line below.  can fix it?   thanks,   real hard suggest without seeing page or code.   as long shot, try adding "a img { border: none; }" (without quotes) stylesheet. More discussions in Dreamweaver support forum adobe

QoQ UNION distincts

what trying union 2 result sets , distinct values (obviously). query being ran is: <cfquery name="qryuseunits" dbtype="query">   select optiondesc,          optionvalue   from   qryuseunits     union     select   unit optiondesc,            unit optionvalue   from     qmatsup   order optiondesc </cfquery>   in qryuseunits table, 1 of optiondesc results "cubic f eet" qmatsup, value "cubic f eet" (notice difference in case). when dump results of query, get:   cubic feet cubic feet cubic meters ...   the collation on sql server sql_latin1_general_cp1_ci_as, , if run query directly on server, distinct results sure. however, case being different, cf doesn't seem consider distinct. rather change select statements convert column upper- or lower-case, there different can query distinct values reg...

buffer grows without proportion until browser crashes.

we experiences phenomena flash clients connecting live (pre recoreded) stream served fms (we use 3.5.2), have buffer grow out of proportion..   it accompanied complete video freeze, until browser crashes.   (you can expect crash after having more 4000 seconds of video buffer active in memory)   the more switch streams via playlist, the more seems happen,   thus, streaming long video feeds keeps system stable, when injecting feeds main stream , switching increases probability of happening.   is there way prohibit flash player reaching enourmous buffers length's? should try using play2? any ideas?.... hi, this looks serious issue if so. pls provide below information nail down. * flash player version on? * os? * buffertime set in client application * type of stream playing? audio , video codec? * keyframe interval of stream played? * property refering buffer length? did bufferlength property returned value more 4000?   "but when injecting feeds main stream ,...

comparing dates

i have form 2 buttons , check time elapsed between pushing of first second.  want make sure both pushed within 4 hours.  figure i'll need hidden field use date stamp first button.  don't know how figure out if 2 times within range.   thanks! you can use global date variable. set when first button is pushed, , calculate how time had passed when second 1 is pushed. you can read js's date object here: http://w3schools.com/js/js_obj_date.asp   first button thus: global.starttime = new date().gettime();   second button: totaltimeinms = new date().gettime() - global.starttime; totaltimeinhours = totaltimeinms / 3600000; More discussions in JavaScript adobe

Where does LiveCycle look for libcurl.so?

hello,   we migrated our livecycle application redhat linux server suse linux server.  working did before, except when try render pdf contains image loaded url.  printed url in document , verified can image through wget on machine.  logs complaining libcurl.so.   the error says:   warn  [com.adobe.document.xmlformservice] alc-xtg-102-001: [20684] unable load dynamic library libcurl.so warn  [com.adobe.document.xmlformservice] alc-xtg-102-001: [20684] xfaimageservice: image cannot resolved node: imagefield1. warn  [com.adobe.document.xmlformservice] alc-xtg-102-001: [20684] xmlform, paexecute : 0, unable load dynamic library libcurl.so 29461, xfaimageservice: image cannot resolved node: imagefield1.   any thoughts?   thanks More discussions in Archived Spaces adobe

Thread: C++ changing void pointer to something else

hey all, have situation user input determine kind of object created in program. object wrapped class. user's input needs invoke object creation @ execution. issue higher level classes need generic way call object: car object -> (enginea object, engineb object, enginec object...etc) enginea,b,c have same function calls (that car object sees anyway). need persistent pointer points either a, b, or c (which decided @ runtime). thought create void pointer , change type of pointer is, think understanding on little off. need create pointer , have point different object depending on runtime. possible? i think i've seen stuff before: code: void *myvoidptr; int *myintptr; int myint; myinptr = &myint; myvoidptr = (void *) myintptr; syntax may little off, general idea type-cast it. Forum The Ubuntu Forum Community Ubuntu Specialised Supp...

Indexing question - indexing all text of the same style

i'm compiling index catalogue of books.  needs include (only) book titles , author names.  there way tell indesign include text in style in index?  (all book titles in style x, , author names in style y.)   thanks! i have indexing scripts on here: http://www.kahrel.plus.com/indesign/lists_indexes.html if styles x , y character styles, use one: http://www.kahrel.plus.com/indesign/index_charstyles.html   peter More discussions in InDesign adobe

Thread: problemas con wine

hola...en mi tipo de trabajo tengo que utilizar un programa que solo están en windows. instalé wine y al querer ejecutar la instación me aparece un mensaje en inglés que dice the file '/home/jose/escritorio/bw 6.0 (d)/bw600.exe' not marked executable. if downloaded or copied form untrusted source, may dangerous run. more details, read executable bit. no se como instalarlo entonces se me ocurrio copiar todo el cd instalador al disco rigido, y ahi darle permiso de lectura escritura y ejecucion los exe, pero tampoco. uso ubuntu 10.04 ¿alguien me ayuda por favor? gracias supongo que el cd que copiaste tiene el instalador del programa, o sea, primero lo instalas (con wine) y luego lo ejecutas. para ejecutar con wine, hace boton derecho sobre el programa (o instalador) y elegí abrir con wine. dicho sea de paso, si lo que tenés es un instalador, lo más probable es que te quede un icono en el menú de ...

Fatal error when trying to add new menu item - Joomla! Forum - community, help and support

trying add new menu item. receive following error. else experiencing , there known fix? in advance. fatal error: call member function getelementbypath() on non-object in /usr/local/apache2.0.54/htdocs/joomla/administrator/components/com_menus/models/item.php on line 656 running: joomla! 1.5.10 php version 5.0.2 mysql version 4.0.21 apache 2.0.54 hi i came across post while searching solution same problem myself. i couldn't find on elsewhere thought i'd post how fixed me ... the original poster hasn't specified component they're having problems with, it's component cause of error. in case third party component called geomla. the developers of component solved in following way ... the problem comes incorrect xml encoding in front end component xml files. with geomla component, have following: open file: [joomla site root]->components->com_geomla->metadata.xml change: encoding="utf8" to: encoding="utf-8" as can see simple typo utf-8 ca...

Firefighters need Comp. Pls help! - Joomla! Forum - community, help and support

Image
hello! i matthijs holland , i've been searching months component our fire fighting website. this looking for: in backend: i want add fire or accident. i want specify date , time. (from, to. or how many hours) front end: the users (firefighters) have log in , in usermenu there link page fires etc. when click on see details , possibility click on "i there" or something. also, there has function see whole list of posts have clicked on "i there", still possible check hours , dates. the point here this: every member of team has record of things worked on. i hope have made myself clear , hope knows use result! it has freeware, because doing firefighting voluntary. wow, hoped find answer here oh well.. Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Thread: How do I fix these dependency problems?

Image
i getting following error msgs when try install new program: e: gconf2-common: subprocess installed post-installation script returned error exit status 10 e: libgconf2-4: dependency problems - leaving unconfigured e: libbrasero-media0: dependency problems - leaving unconfigured e: brasero: dependency problems - leaving unconfigured e: libedataserver1.2-11: dependency problems - leaving unconfigured e: libcamel1.2-14: dependency problems - leaving unconfigured e: libebackend1.2-0: dependency problems - leaving unconfigured e: libebook1.2-9: dependency problems - leaving unconfigured e: libecal1.2-7: dependency problems - leaving unconfigured e: libedata-book1.2-2: dependency problems - leaving unconfigured e: libedata-cal1.2-6: dependency problems - leaving unconfigured e: libegroupwise1.2-13: dependency problems - leaving unconfigured e: evolution-data-server: dependency problems - leaving unconfigured e: libed...

i need extension - Joomla! Forum - community, help and support

Image
i want order modules , how can make me . , how give ? my email address arman.emadi@gmail.com hi i need component work joomla. need reservation modules. should work in joomla 1.5 this moduls should have below ability 1- can change language because iran have utf-8 encoding , rtl language . translate modules myself 2-can set data in front - end layer admin , no needed go admin panel set data . 3- require file below we need define tour . tour have below information , should have designe . star filed should shown , when click in more infor mation other filed should shown * 1-a simple picture clicking zoom picture * 2-tour name ;string * 3-tour price ; string * 4-tor period (for example 3 days , 1 week) ; string * 5-kind of transaction ( example bus , airplane) ; string * 6- hire place (for example hotel 3 star); string * 7-start date (an empty filed only);string 8-payment method; string 9-tour leader name; string 10-tour plane; long string 11-details 1; long string 12-details 2; long string...

PSE8 cannot open Adobe help viewer from organizer workspace

this has been working fine past week!  last night, uploaded pics camera, posted them on facebook, , shared volume e-mailed via photoshop.com.   feature no longer works, although can view tutorials home screen.  what's deal? help in recent versions of pse doesn't work.  workarounds, see faq:   http://www.johnrellis.com/psedbtool/photoshop-elements-faq.htm#_the_help_command More discussions in Photoshop Elements adobe

Some Changes - Joomla! Forum - community, help and support

hi everyone: i'm new in project , i'd know things need change original joomla site: 1- time being, use site down maintenance, screen shows joomla logo , user's login fields, don't want them appear. how change joomla logo , how make fields not appear? 2- i'd know if can change footer of main site, says copyright. cannot find way of how that. 3- made stats data appear when working localhost. it's in working server , cannot make appear in main page under super-admin login. how make appear? well, i'll appreciate guidance or help. thank you. regards! welcome joomla! 1- time being, use site down maintenance, screen shows joomla logo , user's login fields, don't want them appear. how change joomla logo , how make fields not appear? modify "offline.php" file, login box allow superadministrator account login , of site offline, provides option site modified admin in back-end, still able view changes made themselves, without putting site online y...

Installing Adobe Reader

i have installed adobe reader today internet banking sites still asking install adobe  & plug ins can access pages.   i have uninstalled & installed number of times no avail. after ringing adobe said have enter forum & here am, great customer service think easy answer them !   any suggestions   simon   message edited by: bruce12345678 simon,as said &quot;adobe  & plug ins &quot;,probably has no relation adobe reader.proably banking site asking adobe flash plugins.which website trying access? More discussions in Acrobat Reader adobe

Drop Shadow Frames

i've been trying put different frame around pictures.  i've received many helpful tutorials on how it.  tutorials jump through changing canvas size.  things - "well i'll add xx canvas size".   what's problem ... frame full picture size - 4x6, 5x7, etc.  when guess on canvas size, erratic results.   can me internalize how more full size - more consistent frame around pictures. there 2 issues here. if want have picture 6x4, can add simple frame via edit>stroke:   http://www.pixentral.com/show.php?picture=1ruupftogj7fbyy2soueozrq98mal   this picture cropped 6x4, , stroke placed inside . remains 6x4.   if wish add drop shadow, yet have picture remain 6x4, have have additional "real estate", i.e. expand canvas.   please post tutorial can review , provide suggestions. More discussions in Photoshop Elements adobe

Hjælp til design - Joomla! Forum - community, help and support

hej alle sammen jeg er ved @ lave en hjemmeside en kammerat, og jeg har valgt @ bruge joomla! jeg er dog løbet ind nogle problemer. adressen er: http://www.exigosolution.dk mit problem ligger topbanneret. ude til venstre kan du se, @ der er et mørkeblåt banner, som er "gemt" væk bag ved noget andet. jeg vil gerne have det sådan, @ det billede til højre forsvinder, og @ mit logo kommer til @ fylde brede af hjemmesiden. jeg har siddet og rettet til css-koder hist og her, men jeg kan simpelthen ikke komme frem til et resultat, som jeg er tilfreds med. er der nogen, som kan hjælpe mig min nød? de venligste hilsner jel ps. templaten er en af de der standard (ja_purity) du kan fjerne den div med class="ja-headermask" og så justere størrelsen på h1.logo og #ja-header Board index Joomla! International Language Support International Zone Danish Forum Ældre versioner (disse vedligeholdes ikke...

Thread: should i start with Ubuntu or Ubuntu Studio?

about download distro of ubuntu , discovered ubuntu studio comes pre-loaded of music editing software need. i'm still new ubuntu, looks user friendly. should start ubuntu studio or ubuntu? cheers! you both, burn them live-cd's , play them little before decide version install. if you're unfamiliar ubuntu, i'd start ubuntu first , play until hang of it, can load studio version on top of later, or if running live-cd, take cd out, put studio version in slot , reboot. might save spending lot of time , finding version loaded not need. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] should i start with Ubuntu or Ubuntu Studio? Ubuntu

Registrering feil - Joomla! Forum - community, help and support

bruker-registreringen frontend virker ikke. alt på konfigurasjonen står på det det skal på, så dette er merkelig... problemet: når jeg registrerer meg og fyller ut brukernavn, passord osv... og trykker på registrer konto så blir jeg bare sendt til påloggingen, og ingen konto blir opprettet! ser du url'en: - http:// (domene) /index.php?option=com_user&view=login&return=ahr0cdovl2zhdm5hbxlylmnvbs9pbmrlec5waha/b3b0aw9upwnvbv91c2vyjnrhc2s9zwrpdczjdgvtawq9mje= og er meldingen: - du må logge inn først joomla versjon: - 1.5.10 hjelper det å installere et nytt registrerings komponent?? kan noen hjelpe meg??? hjelp oss å hjelpe deg Board index Joomla! International Language Support International Zone Norwegian Forum Eldre versjoner av Joomla! Joomla! 1.5 Komponenter/moduler/programutvidelser

ارجو المساعدة في internet explorer 6 - Joomla! Forum - community, help and support

السلام عليكم ورحمة الله : اخواني عندي موقع عليه القالب rt_hivemind_j15 ويشتغل على كل المتصفحات بشكل ممتاز الا مع ie6 يشتغل كلو اوكي ما عدا العمود right cuolmn ينزل لتحت لاخر الصفحة فما الحل بان استطيع جعل العمود فيه مكانه وشكرا وعليكم السلام عليكم ورحمة الله هذه مشكلة عويصة وتقريبا ليس لها حل بالنسبة للقوالب التجارية قامت كل شركة بايجاد الحلول لقوالبها اما القوالب المجانية فلهم الله او التعب من اجل الحصول على الحلول بكل الاحوال النسخة التي ذكرتها تقريبا أصبحت طي النسيان والنسخة 7 هي المستخدمة منذ سنوات والان النسخة 8 موجودة النسخة 2 بيتا منها فالنصيحة لا تتعب نفسك مع تحياتي Board index Joomla! International Language Support International Zone Arabic Forum 1.5 !جوملا القوالب و التصميم

Joomla 1.5 Installation Problem - Joomla! Forum - community, help and support

Image
in recommended setting, display error on, red..........why it red because php setting " displays_errors" turned on..... joomla! recommends having setting turned off in servers php.ini file, installation can still continue setting turned on, recommendation only. contact host discuss either getting them turn setting off server or purely own hosting acocunt. this setting being off, stops php errors being displayed on visitors browser, thus, not giving away possible server path or configuration information , preferred keep privte. Board index Joomla! Older Version Support Joomla! 1.5 Installation 1.5

Not playing video premiere elements 7

i'm starting out .avi file captured on nikon d300s.   have premiere elements 7.   when open video (before editing in premiere) in windows media player, fine - have audio , video.  same thing when open in quicktime - fine.   i opened in premier elements, , video plays fine.  edit video, save , go "share".   select pc , choose mpeg option. the preset ntsc dvd standard. when opening advanced option export video & export audio options checked.  in mulitplexer have dvd selected.   when save , go open file in windows media player, audio plays no video.  when try open in quicktime get: error - 2048 couldn't open file video1.mpg because not file quicktime understands   if save windows media opens in wmp fine audio , video.   why can't save mpeg? welcome forum.   as test, can download great free utility, g-spot, test mpeg file. give full details, though should not differ settings mpeg-2, chose in export/share. still, pay...

Thread: Seamless Remote Desktop Issues with Windows 7 VM

hi, have kvm virtual machine running windows 7. i'm attempting setup seamless integration ubuntu desktop using instructions @ https://help.ubuntu.com/community/se...virtualization execute rdesktop using following command code: rdesktop -a -s "c:\seamlessrdp\seamlessrdpshell.exe c:\program files\internet explorer\iexplore.exe" <ip> -u <username> -p <password> but instead of getting internet explorer full windows desktop shown. advice on doing wrong or how gather further information on what's broken? i have problem. has solved issue? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] Seamless Remote Desktop Issues with Windows 7 VM Ubuntu

Easy module input box question. - Joomla! Forum - community, help and support

i need change input id of search button integrated joomlapraise template. think know of ways it. but, looking joomla proper way this. the button in question using module 'mod_search', module i'd button work sobi2 business director module. include image see talking about. thanks in advance help bumped top. even if don't know how answer question, willing read things myself if have right resources. have not had luck finding documentation on this, or similar post. thanks reply. Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Serial.println() hangs in ISR

i have isr handles keyboard inputs via mcp23s17 i/o expander. i use serial.println() send debug messages within keyboard isr. the problem if have more 3 calls serial.println() whole program hangs!!! any ideas why happens??? so, did connect 23s17 external interrupt in arduino? did of input signals change while sending data on serial? Arduino Forum > Using Arduino > Programming Questions > Serial.println() hangs in ISR arduino

TP-Link WN725N not found in Raspbian Wheezy - Raspberry Pi Forums

i have 512mb rev b pi seems working should. tp-link wn725n v2 doesn't seem work it. run latest version of raspbian wheezy , according several posts on internet, including here, http://www.raspberrypi.org/phpbb3/viewtopic.php?t=25875 version of os , device should work "out of box", without external power supply. mine doesn't. i've tried both while running hdmi , keyboard, running ethernet , going through ssh. i've tried 2 different power supplies. galaxy s 2 5v 1a-adapter , another, more powerful one. both work fine along other dongle, tp-link too, think model name 723n. nothing while trying mine. os recognizes usb device connected, not recognize wifi0. oh, , did confirm on desktop pc dongle indeed work. do next? take here - http://www.raspberrypi.org/phpbb3/viewt ... 5n#p331754 mrengman raspberrypi

Problem with arduino Uno finding a com port.

i have nasty problem arduino uno finding com port. i have started use arduino in secondary school classes since september. we use 8 laptops, (xp, vista , seven) arduino uno's. use ardx experimentation kit. sketch cannot uploaded ('problem uploading board') because there no com port available. searched forum, not find real solution. works (after pulling out usb cable, changing other usb port, restarting arduino ide, restarting laptop etc.) frustrating , time consuming me , students. does have solution this? the uno has own unique serial drivers have loaded on pc. below may have more useful info. http://arduino.cc/forum/index.php/topic,82927.msg622858.html#msg622858 Arduino Forum > Using Arduino > Installation & Troubleshooting > Problem with arduino Uno finding a com port. arduino

Extension that manages information like IMDB? - Joomla! Forum - community, help and support

firstly want don't consider myself complete novice in either web programming or usage of joomla. i have though learned enough able use joomla in (except 1 aspect) if makes me novice it. anyway, on subject of enquiry. this second time browse extensions thoroughly trying find fits or used manage following information: information regarding shows , participants (actors, directors, etc.) in amateaur theatre. the same structure used manage f.ex. information on imdb database. for haven't found extension or module comes close behaviour. i have considered using php/perl/mysql easier if exists in joomla. any ideas? Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Create a custom page with PHP Codes - Joomla! Forum - community, help and support

http://www.pba.ph/roster/teams.php http://www.pba.ph/roster/player_list.ph ... ame=alaska http://www.pba.ph/roster/player.php?&pl ... %20tenorio hi guys how can create custom page php codes , embed on joomla skin or site theres example or exact site want have on own personal site.. joomla site aswell. need plugin or ? hoping hear you.. thanks! to insert php code article need plugin, there various in extensions folder, 1 of these in "includephp" there others too. check out various reviews decide 1 use. Board index Joomla! Older Version Support Joomla! 1.5 Administration 1.5

Thread: why does this not work

code: #!/bin/bash if [ "$(id -u)" != "0" ]; cd /home/cristian #test else echo "you must superuser run script" >&2 fi i have been reading guide, think error or 2 in it. hope some1 can help. i found on web instead. code: cmdln_args="$@" # command line arguments script export cmdln_args # run script root if not already. chk_root () { if [ ! $( id -u ) -eq 0 ]; echo "please enter root's password." exec su -c "${0} ${cmdln_args}" # call prog root exit ${?} # sice we're 'execing' above, wont reach exit # unless goes wrong. fi } # call function on - or before script's main loop starts. chk_root but know why #1 not work, if can tell me. Forum The Ubuntu Forum Community Ubuntu Specialised Support Developmen...

Sections/Categories Menu - Joomla! Forum - community, help and support

Image
hey guys, i'm wanting create drop down menu system auto populates first listing sections, categories , articles. know menu manager easier auto-populate fields. apparently extended menu can haven't yet got working. site i'm trying on is: http://4youholidays.co.nz/ any recommendation appreciated. (ps page in development , template fixed later ) thanks! Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Relè con stadio pilota e interruttori analogici

salve, ho realizzato un applicazione per smartphone che comunica con arduino e mi permette di accendere e spegnere delle lampadine grazie dei relè con stadio pilota... il tutto funziona perfettamente, quello che mi chiedevo è se fosse possibile accendere e spegnere relè con stadio pilota anche con degli interruttori analogici. vorrei, ad esempio, poter accendere le luci da smartphone e spegnerle dall'interruttore e viceversa... è fattibile? grazie cosa intendi per "interuttore analogico"? ciao uwe Arduino Forum > International > Italiano > Generale (Moderator: leo72) > Relè con stadio pilota e interruttori analogici arduino

Global Settings Error - Joomla! Forum - community, help and support

i installed joomla v1.5 cpanel using fantastico. install went matter of fact deleted , reinstalled several times. each time seems working except saving global setting when applied followong error an error has occurred! unable open configuration.php file write! can assist me in resolution this? so, file not writeable, permissions , ownership issue, host not running phpsuexec allow webserver write access files. first check configuration.php file 644, if ask host turn on phpsuexec, otherwise have elevate permissions on file everytime want edit settings , decrease them again afterwards, alternative use joomla! ftp layer option, documented in sticky posts @ top of install or administration forums , in documentation site. Board index Joomla! Older Version Support Joomla! 1.5 Installation 1.5

Thread: Problem upgrading! get some error code

hii all! have lucid installed on system. . have installed gnome shell through ricotz repository. today when system asked me upgrade , went ahead it.. error vivek@vivek-desktop:~$ sudo apt-get upgrade reading package lists... done building dependency tree reading state information... done 0 upgraded, 0 newly installed, 0 remove , 0 not upgraded. 1 not installed or removed. after operation, 0b of additional disk space used. want continue [y/n]? y setting gnome-shell (2.31.2+git20100621.9af97909-0ubuntu1~10.04~ricotz1) ... /var/lib/dpkg/info/gnome-shell.postinst: 9: glib-compile-schemas: not found dpkg: error processing gnome-shell (--configure): subprocess installed post-installation script returned error exit status 127 errors encountered while processing: gnome-shell e: sub-process /usr/bin/dpkg returned error code (1) i tried "sudo apt-get -f install".. did not work.. there close 14-15 upgr...

Need a template with TGP-like display features for eCommerce - Joomla! Forum - community, help and support

Image
i'm looking joomla template has built in feature enable me tile series of pictures/descriptions people can click , link from. i've heard described tgp, tiling, or table. i've not seen example of in of joomla templates i've seen on various sites. 1 exist? module or extension , if so, it? help, john when ecommerce talking virtuemart? there several extensions can used virtuemart scroll products. as thunbnail gallery posts there extensions in extensions.joomla.org may find helpful. Board index Joomla! Older Version Support Joomla! 1.5 Templates for Joomla! 1.5

Help!!! White spaces in Template - Joomla! Forum - community, help and support

Image
greetings:  i have created east problem in many forums without receiving solution, desperate, not possible done, problem following one:  when position http://www.centrogaleriasmall.com appears me spaces in 1.2.3 strange targets enumerate here in case outside little when give click in item "condominio" of main menu ( http://www.centrogaleriasmall.com/index.php?option=com_directory&page=viewcat&catid=46&itemid=26 ) biger spaces still leaving page totally deformed, them confinement in 2 red circles 1 , many thanx beforehand, thank aid can give me...  without nothing add...  note:   problem happens when loading page [ b]internet explorer[/b ], page loaded in resolution 800x600 it might have tag not being closed: code: select all <param name="movie" value="http://centrogaleriasmall.com/images/banners/pista.swf"  Board index Joomla! Older Version Support Joomla! 1.0 Templates ...

Does installing CS5 prevent using CS4 on another computer?

i bought cs4 production premium through education store in january 2009. want buy cs5 production premium (education store). can install , activate cs4 on different computer, , install , activate cs5 on computer runniing cs4? yes can.   you can have both running on same computer. if want take cs$ off, remember go tothe menu , 'deactivate' current version. allow install on second computer.   brad lawryk adobe community professional: dreamweaver northern british columbia adobe usergroup: manager More discussions in Creative Suites Windows adobe

How to add links to different images within an animation in Photoshop CS4?

hey guys, i trying create animation photoshop cs4, wondering if there way me add link each image animation looping, people can click on image appearing on screan @ particular moment , take them link, , on rest of images within animation. please help!!! have no experience cs4 can see or other matter, appreciate information can give me. or if it's easier in flash... please tell me how!! thank soooo much!!! no, cannot photoshop because gif file format doesn't support this. you'll have use flash (or dreamweaver if animation simple enough) More discussions in Photoshop Windows (read only) adobe

Thread: Broadcom 4312 iMac 4,1 wireless not working.

here's story. when first had partitioned, , formatted appropriately, installed newest version of ubuntu available (time of posting 10.4), on partition made bootcamp, rebooted linux refit once booted 10.4 got desktop, started asking me restricted hardware drivers, went system > administration > hardware drivers, searched drivers, found sta driver, , b43 driver, unable allow both. went on try ndiswrapper, downloaded off pc, compiled , installed on imac. got driver off leopard install disk, put on flash drive, extracted files installer, put on flash drive, went on machine in question, copied file desktop, used cd command navigate folder, ran ndiswrapper -i bmcwl6.inf, made sure inf , sys files in there, didn't know going on exactly.\ went software sources, , enabled cd software source, went synaptic, , installed drivers, said install successful, when go enable it, still refuse activate, have looked around solutions, have checked out other threads on...

Is there a limit to number of files in a directory?

i working on large web site has several directories, , 1 particular directory quite large. site set on "virtual" server located halfway across texas am. having problems accessing files in directory (actually, whole site). have our site set through dreamweaver in usual way ("site" "new site") , there 3 of trying access server @ given moment of day. problems experiencing dw takes looooong time open file, refresh list of files, dw stops responding, screen goes blank, list goes on , on. i'm convinced problem lies virtual server , respective software , not our site contents or dreamweaver.   when server located locally, had no problems. when minds greater ours moved contents of local server city on virtual server, started having access issues. virtual server folks saying access issues our fault because directories big. said funny, worked fine when server located locally.   so, before go off half-cocked people on virtual server end, question this: dreamweave...

Thread: /security/limits.conf not working

hey all, i'm trying limit max memory per process 50mb. understanding putting: code: * hard rss 51200 in limits.conf this? however, not seem apply. , have tried rebooting. proper way? or there else do? note: server running openvz vps. Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] /security/limits.conf not working Ubuntu

Thread: Need help on the enemy... lol...

hey guys! ok,.. um,.. know linux forum,. have problem windows , wondering if knew answer of refere me answer.. got ferw usb thumb drives.. when put them syste, don't load correctly being avalible computer. think autoload maybe messed up. tried re installing windows , yet same thing on , over... if go computer , click on it doesn't load.. when right click on , select autoplay open windows explorer opens... how set have menu pop , ask me every time insert usb drive? right if click on in computer gives me busy signal , never loads... again,. sorry windows request,.. dunno windows forums.. i think right click 1 of drives when inserted right click > properties > autoplay (tab on top) , set defaults. try might Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [other] Need help on the enemy... lol... Ubuntu...

Remote Power On Idea with Harmony Remote - Raspberry Pi Forums

one of more annoying aspects of raspberry pi media center device experiences whole powering situation. i've got pi set power down gracefully when television powers down (through cec), powering has entailed getting off of american butt, unplugging power supply, , plugging in. every thing else in entertainment center powered on , otherwise controlled logitech harmony 1 remote, why not pi? came this idea, remote controlled power outlet . logitech harmony remotes control specific outlet, in theory have plug pi outlet , add couple of item-specific functions "raspberry pi" function turn on else in entertainment center. i'd have send "off" , "on" signal outlet, because theoretically no signal sent outlet during power down sequence allow pi shut down completely. has tried this? i'm pretty sure i'm going to, not until after vacation in may. will, of course, report if interested. i sound of that! i'm using raspbmc , happy learn old mi...

Adobe's website crashed my machine three times today!

adobe's website sucks--it's crashed machine 3 times today! twice in chat , got disconnected. aaaaarrrgh! welcome forum, sorry hear of problems.   the forum comments forum best place post to.   now, have had issues adobe fora, i've never had crash system, live chat.   good luck,   hunt More discussions in Photoshop Windows (read only) adobe

Thread: need help with .htaccess

i need check out url shortner .htaccess. apparently, works letters, not numbers. example, http://daura.tk/ff work, http://daura.tk/4 redirect hidden url manually inputting (without shortener) ( http://dolphinaura.com/shorturls/4 ) works. code: <ifmodule mod_rewrite.c> rewriteengine on rewritebase /shorturls/ rewriterule ^([0-9a-za-z]+)/?$ /shorturls/yourls-go.php?id=$1 [l] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d </ifmodule> apparently you're working on site funny results when clicking links (like yourls install script). Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] need help with .htaccess Ubuntu

Thread: Blank cd doesn't get detected

Image
i used brasero blank cd. ejected cd. few days later inserted cd write something, ubuntu doesn't detect it. had use windows burn files on cd. ubuntu detected it. started brasero , asked me erase cd before burning onto it. accepted , brasero erased disc , started burning (there no problem between erasing , burning , cd detectet time ). there way detect blank cd??? posted nidzo732 i used brasero blank cd. ejected cd. few days later inserted cd write something, ubuntu doesn't detect it. had use windows burn files on cd. ubuntu detected it. started brasero , asked me erase cd before burning onto it. accepted , brasero erased disc , started burning (there no problem between erasing , burning , cd detectet time ). there way detect blank cd??? i use brasero find blank cd, start application , click on burn image. ...