Local Web Sharing php issue

I am running OS 10.6 on a macbook pro. I host copies of my websites for testing on the laptop, using php5.3.8
Darwin Kernel Version 10.8.0:
My web host runs FreeBSD 6.4 and php 5.3.6
I am having an issue with extra space rendering in pages on the testing server.
Below is a screen shot of a php-generated menu. On the left is the internet version, and on the right is the version as it is rendered on my local machine.
Note the unsightly extra space.
When I look at the source code in BBedit, it shows an odd character at the start of each iteration of the menu. The first three lines are hard-coded, and do not have the character. The subsequent list items are generated by a foreach statement in php, and display the odd character. (BBedit doesn't know what it is: it's not a break or a whitespace character.) Oddly, these characters are not created by a foreach statement within the loop that generates submenus.
Any ideas? I had this issue once before, but it went away. I've just upgraded the php installation on the laptop.

very carefully
you jsut open it in a text editor like TextMate, BBEdit, vi, pico, emacs, etc.. and edit away. Where the file live depends on how you installed php. Its generally in <pre>[path to php]/lib<pre>
if you used one of the entropy binaries that would be:
<pre>/usr/local/php/lib/php.ini</pre>
or
<pre>/usr/local/php5/lib/php.ini</pre>
if you used another package check its documentation. If you compiled from source yourself you should know d**n well where you put it

Similar Messages

  • Personal web sharing+php 5.2.2

    I installed PHP 5.2.2 for Apache 2 (I'm working on making a simple photo gallery) and it worked just after i installed it but it didn't give me any errors when my code didn't work. But now whenever I try and start web sharing it just says "web sharing starting up..." and stays like that. looking at the console I see a error:
    Processing config directory: /private/etc/httpd/users/*.conf
    Processing config file: /private/etc/httpd/users/+entropy-php.conf
    Syntax error on line 8 of /private/etc/httpd/users/+entropy-php.conf:
    Cannot load /usr/local/php5/libphp5.so into server: (reason unknown)
    /usr/sbin/apachectl start: httpd could not be started
    any ideas on how to fix this? I tried reinstalling PHP but it did not help.

    Hi--
    but i still have the problem of just getting back a
    blank screen when there is errors in my code. This
    makes it very hard to trouble shoot what is wrong
    with my code.
    You have two choices here. One is to just read the Apache error logs with the Console app. Otherwise, you'll need to find the php.ini file and enable sending the errors to the browser (they're off by default because it's something of a security risk). This page has pretty good instructions for doing that. His directions give the php.ini file's location as /usr/local/php/lib/php.ini, but mine, using the Entropy PHP5 distribution is at /usr/local/php5/lib/php.ini (note the extra "5").
    charlie

  • Personal Web Sharing DNS issue?

    Hello All,
    Had a quick question, when I browse to personal websharing from outside my network I can see the apache test page just fine by accessing by IP address, however when I attempt to browse to folder below home (for example http://66.44.55.123/directory ) it tried to lookup the site at location http://imac.local.
    imac.local being the name of the machine. Any reason directories below home are attempted to lookup by the local machine name instead of the IP?
    Also when I access the machine by ip with /~username it works just fine, if I try to access /~username/directory, I have the same problem. Any help would be much appreciated.

    Because you're not submitting a complete URL.
    The correct format for a URL that points to a directory is:
    http://a.b.c.d/directory/ not http://a.b.c.d/directory (note the trailing slash.
    when the incorrect URL is submitted, Apache sends a redirect to the correct URL (the one with the trailing /). In order to do this Apache needs to know the complete hostname of your machine. If it hasn't been told what hostname to use, it uses a local lookup of the local host and comes back with the 'imac.local'.
    The solution is to edit the apache configuration file at /etc/httpd/httpd.conf and set the ServerName directive:
    ServerName your.servername.com or ServerName a.b.c.d.

  • Web sharing with Apache: Forbidden

    My Mac OS X 10.8 Mountain Lion Upgrade broke local web sharing of my  ~/Sites/ directories.
    I googled around and followed the advice in http://support.apple.com/kb/TA25038 , which matches my problem closely.  However, that solution does not repair the problem.
    My Sites directory and permissions:
    v21837:~ drf$ ls -la ~/Sites
    total 7160
    drwxr-xr-x   19 drf  staff      646 Aug  7 14:06 .
    drwxr-xr-x+ 197 drf  staff     6698 Aug  6 17:44 ..
    -rw-r--r--@   1 drf  staff    12292 Aug  3 21:26 .DS_Store
    -rw-r--r--    1 drf  staff        0 Feb  2  2008 .localized
    -rw-r--r--    1 drf  staff        3 Aug  7 14:06 00Junk.txt
    Safari on http://localhost/~drf/00Junk.txt:
    Forbidden
    You don't have permission to access /~drf/00Junk.txt on this server.
    Safari on a non-existent file:
    Forbidden
    You don't have permission to access /~drf/Junk.txtq on this server.

    I solved my problem.  I had cut and pasted the information into the /etc/apache2/users/UserName.conf file from a web page and used non-matching up/down quote marks like this:
    <Directory “/Users/username/Sites/”>
    rather than matching ones like:
    <Directory "/Users/username/Sites/">
    Apache seemed to parse it OK with 'apachectl -t', but with the up/down quotation marks, it did not enable my directory, apparently taking the quotes as literal parts of the directory name.

  • Web Sharing Issues... No PHP support

    Good morning all, I guess it's fair to say that we are having problems with PHP, but I'm curious to see if anyone is having the same issues that I am... here is the story:
    I have two Mac's, a powerbook G4, and a powermac G5. I decide to wipe the hard-drive and start fresh with my G4 so when I got leopard I got my chance.
    The install went pretty smoothy, and I'm enjoying the OS quite a lot and look forward to when I have a better Idea as to what I'm doing. On this device I was able to get MySQL server running (after I installed the wrong bit - G4 is not 64bit... do'h) but I got it up and running and can connect to my web server's database.
    With my G5 I did the standard upgrade, but here is where I wish I would have held off on that upgrade for a few weeks. When I turn on Web Sharing, and try to navigate out to http://computername.home/~Brian/ I get the message that says that I do not have permissions to access this Server...
    I do the same thing on the G4 and it works just fine, as I can't install PHP on it yet... Anyway, I've called Apple and made them aware of the issue, and I think I'm going to try some things in the terminal to perhaps turn off PHP or turn it on (apple's version of it) to see if that will let me access my web-server as now when I'm working on my website it won't let me access my MySQL etc...
    Anyway, did anyone else run into this same issue?
    Thank you,
    Brian
    http://www.comicearth.com

    I had the same/similar problems to start with.
    If your issues are the same as mine it is because Apache has been upgraded from 1.3 to 2.2.
    The thread with the details (and solution) is:-
    http://discussions.apple.com/message.jspa?messageID=5649480#5649480

  • Is there any way to use the bundled PHP compiler without web sharing on?

    Is there any way to use the bundled PHP compiler without Web Sharing on? Is there a way to make sure Web Sharing only allows local access so others on the network cannot access it? Any other easy way to get a PHP compiler on a Mac? I currently run Mac OS X 10.7.4. Any other security issues that might pop up from leaving Web Sharing on? Basically I just want a local PHP compiler so I can do some coding.

    You can use another router as an 'extender' (I know that this will work seemlessly with AirPort Extemes and AirPort Express's - you'll have to check with your router manufacturer to determine what they recommend for range extenders).
    You may also want to take a look at this link - http://www.wi-fiplanet.com/tutorials/7-tips-to-increase-wi-fi-performance.html - it may offer some tips.
    Clinton

  • Web sharing beyond local network

    I've found instructions to turn on the apache server in Mavericks and I've got it working. But the sites are only available on my local wifi network. Is there a way for me to share a webpage beyond my local network? I'm working on a design for a friend and don't have a way for her to see it.

    Heya,
    You need to configure your virtual host file to have http://localhost/ point to the coinciding folder that the website is stored at. Web sharing is really meant to be used for local testing of server side scripts before they're launched on a live site, not hosting of static html pages. Although Web Sharing can be used for static pages as well, but you'd have to configure your virtual server regardless so that http://localhost, http://IP-Address, http://student-1-local-site, http://student-2-local-site (or whatever you set in the configuration) points to the directory where your site(s) are stored.
    That a look at this page www.DwFAQ.info/home.php?id=18 and read section #3 which explains how to configure your virtual hosts.
    HTH

  • Web Sharing on Local Network

    I am trying to have my students share their pages on the school network in our classroom. It has worked in the past, however now when they turn on web sharing in the system preferences, the address is the local host instead of the IP address.
    How can we fix this?
    I tested it on my Macbook with the same result- local host when plugged in at school, my IP address comes up on my LAN at home.
    We're running 10.6 on iMacs. iWeb '09.
    Thanks in advance!

    Heya,
    You need to configure your virtual host file to have http://localhost/ point to the coinciding folder that the website is stored at. Web sharing is really meant to be used for local testing of server side scripts before they're launched on a live site, not hosting of static html pages. Although Web Sharing can be used for static pages as well, but you'd have to configure your virtual server regardless so that http://localhost, http://IP-Address, http://student-1-local-site, http://student-2-local-site (or whatever you set in the configuration) points to the directory where your site(s) are stored.
    That a look at this page www.DwFAQ.info/home.php?id=18 and read section #3 which explains how to configure your virtual hosts.
    HTH

  • Is anyone having Web Sharing issues after switching from 10.6 to Mountain Lion?

    I want to upgrade to Mountain Lion from Snow Leopard (10.6.8) but I wanted to see if anyone is experiencing any issues with their Web Sharing after making the switch. I use Web Sharing daily to build and test  web sites for my clients and when I made the switch to 10.6 none of my database driven sites worked. Ultimately I had to install a new version of PHP 5 because 10.6 came with and older version.  And I had to reinstall SQL for my databases along with some other related items.  It wasn't a major problem but it took a couple of days to track down the issue.  Anyone seen any weirdness like that with Mountain Lion?

    Web sharing is absent in Mountain Lion. Apple removed the feature. There're some unofficial hacks to bring it back, search the forums.

  • Web Sharing Not Starting Up After installing PHP

    On Mac OS 10.4.9 on a G4 PPowerbook, using O'Reilly's "Learning PHP and MySQL," my Personal Web Sharing will not start up.
    I enabled Apache per their instructions and things seemed fine.. Then I i installed PHP with these commands, sudo vi/etc/httpd/httpd.conf , then %s/#LoadModule php/LoadModule php/. Then %x/#AddModule php/AddModule php/. Then <espcape>:wq. Then
    vi ~/Sites/test.php
    o
    <?php phpinfo() ?>
    <escape>:wq
    First of all, the test query from the book didn't work quite right, but now my Personal Web Sharing won't start up. It says "starting up." forever.
    Help. And if you can't tell, I have extremely limited knowledge of Unix and command lines, etc.
    What do I do? Assume I know nothing... : )

    The first thing to do is read the Apache error log which will give you more detail about what's gone wrong.
    <pre class=command>tail /var/log/httpd/error_log</pre>
    The other thing to do is run configtest which might also indicate errors in the configuration:
    <pre class=command>sudo apachectl configtest</pre>
    although it'll probably tell you the same thing as the error log.

  • Issue on Web sharing and XSL files

    Hi all,
    What are the things to be taken care while we are doing websharing. I have an issue with one of my xMII projects. Everything is working fine on that server except xsl files. It is not getting transformed into HTML at run time. It is showing in XML format instead. I really doubt the problem is with my web sharing, because the same set of files(<b>including XSL file</b>) are working on a different server without any issue.
    I have done websharing by right clicking on the folder name, selecting the websharing tab and giving Alias name. Is that ok or anything more as to be done?
    Can anyone please trace out the issue.
    Thanks in advance
    Muzammil P.T

    Hi,
    Webroot is still in c:\inetpub\wwwroot, but i set up a new virtual directory to <b>c:\Lighthammer</b> and accessing xMII using the URL http://*...*/Lighthammer
    and my project contects using http://*...*/Lh/CompApps/MyProj/HomePage.html
    (I have given Lh as the Alias name).
    Here, My xMII homepage is working and myProj Homepage is also working fine. Once i calls the HTML pages which contains XSL files, the problem is coming.
    Please Note: The same contents is working on our different server without any change.
    Regards
    Muzammil

  • Web Sharing, Firewall, & Security Issue

    I recently turned on/activated Web Sharing, but I forgot to turn on the Firewall. Now I think I may have gotten malware, or some other sort of bad stuff on my machine.
    Am I right in this thinking? If so, what steps might I take to offset the damage? Thanks.
    Quick background note: I was experimenting with the using the Apache server that comes built in with Mac (because I'm learning mysql, php, etc.) And this tutorial mentions the importance of activating the Firewall if the user turns on Web Sharing http://www.macinstruct.com/node/112
    Specs:

    I didn't know about Quarantine being included in the Leopard OS ("Quarantine is a feature of Mac OS X introduced in version 10.5 (aka Leopard)) Thanks for pointing that out.
    More generally, I've been using Macs for several years and really like them, but this was the first time I activated/enabled Web Sharing for using the Apache server software and so I was just a little worried about that. And also, it seems as though my system has been working more slowly than it usually does.
    BTW: I did some of the most commonly suggested steps for improving performance.
    1. Check to see I have latest OS updates. [Done]
    2. Run/verify/repair disk permissions via Disk Utility [Done]
    3. Clear browser caches [Done]
    Thanks again.

  • Web Sharing issue after restore

    After restoring my imac from a time machine backup recently, everything is working great apart from my Web Sharing.
    I used to go to http://localhost/~username, that just gives localhost, server not found.
    I can still connect to the mysql server at localhost, but any attempt to browse any of my created sites comes up blank and looks to be a possible apache problem as http://localhost is also blank.
    In sharing prefs, web sharing is on, I've turned it off and on again. The weird thing is that where it previously would say http://localhost/~username it not says http://codename.lan.
    Connecting to this doesn't work surprisingly so I don't know what to say!
    Any starting places would be most welcome!

    at http://discussions.apple.com/thread.jspa?messageID=8768900&#8768900
    Thomas Flaherty wrote:
    Seems that a directory /var/log/apache2 was not there after the restore
    sudo mkdir apache2
    chmod 755 apache2"
    the owner/group should be root/wheel
    This solution worked for me, try it.

  • Apache2 local web server + Perl 5 + mysql problem

    this problem has been bugging me for some months; it's stopping me developing on my new MBP.
    I cannot connect to mysql 5.0.45 database when web sharing w/ Apache2 with either Perl 5.8 & Activeperl 5.10 cgi scripts on Mac OS X Leopard 10.5.2 & 10.5.3
    Although I can connect to the mysql DB when running the Perl scripts from the command line.
    The problem only occurs on my local web server in Mac OS X 10.5.2 & 10.5.3.
    On my old development Mac running 10.3 the code runs fine, as it also does on my remote site.
    server error log: Can't locate DBD/mysql.pm . . .
    I suspect there is a problem somewhere between Apache2, Perl & MySQL.
    Please advise.
    Sarpedon Jones
    Message was edited by: Sarpedon Jones

    I've got the same problem but It sounds like I've gotten farther. I was forced to do an emergency move of some Perl and PHP sites to 10.5.4 when our 10.4 web server refused to authenticate to AD anymore...
    Leopard's Apache/Perl support is terrible. There is not click to add option anymore so you have to manually set up mod_perl. No big deal but the first sign that there isn't reasonable support.
    The bigger issue is that Apple's Perl will not compile some modules.. namely DBD::mysql.
    Normally you'd use "cpan" to install the modules you need. The core module for connecting to a mysql database is DBD.. specifically DBD::mysql
    You should be able to run "cpan" or "cpanp" [cpan plus] to get a cpan interactive prompt. At this point you should be able to compile DBD by issuing either of the following:
    "install DBD::mysql" or
    "install Module DBD::mysql"
    I've tried this on two installs of OS X Server and that module (and others) will not compile on either system. One of my servers had been set up as a Wiki server before but the other had not been running any web services before I started using it as a test bed for my site move. (BTW these sites are unavailable until I can move them).
    There is another bug (noted on mysql's site) with Apple's version of cpan. If you try to add some modules, cpan will report that it needs to install a new, full version of Perl. The recommendation is to not do this, but rather force the install.. "install f DBD::mysql"
    Forcing the install is a questionable idea but it doesn't work anyway.
    I eventually did install perl 5.0.10 on the system in /usr/ and that does allow me to compile the needed Perl mods. However, the global @INC path has the old Perl paths listed so my perl CGIs will not use the new perl install.
    I'm sorry I don't have a solution. Hopefully my troubleshooting will elicit some more feedback.
    steven.

  • Web sharing suddenly stops working

    Hello there!
    I'm using web sharing all the time to stream content from my mac to my ps3. It was always working flawlessly with no issues whatsoever. Today there's no way I can connect to from my ps3 and any other device as well. It's not a password error message I'm just getting a "could not connect to the server" error.
    I opened up the apache 2 server log and I'm getting a variety of errors. I'm not really sure though what they mean.
    If anyone has any ideas please let me know!!
    Here's the log
    "[Sat Dec 05 22:33:07 2009] [notice] caught SIGTERM, shutting down
    [Sat Dec 05 22:33:32 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    mod_bonjour: Skipping user 'dk79' - cannot read index file '/Users/dk79/Sites/index.html'.
    [Sat Dec 05 22:33:32 2009] [notice] Digest: generating secret for digest authentication ...
    [Sat Dec 05 22:33:32 2009] [notice] Digest: done
    [Sat Dec 05 22:33:32 2009] [notice] Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8k DAV/2 PHP/5.3.0 configured -- resuming normal operations
    [Sat Dec 05 22:36:20 2009] [error] [client 192.168.1.3] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://192.168.1.3/~dk79/PS3/
    [Sat Dec 05 22:36:21 2009] [error] [client 192.168.1.3] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://192.168.1.3/~dk79/PS3/
    [Sat Dec 05 22:36:51 2009] [notice] caught SIGTERM, shutting down
    [Sat Dec 05 22:37:25 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    httpd: aprsockaddr_infoget() failed for dk79.local
    httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
    mod_bonjour: Skipping user 'dk79' - cannot read index file '/Users/dk79/Sites/index.html'.
    [Sat Dec 05 22:37:25 2009] [notice] Digest: generating secret for digest authentication ...
    [Sat Dec 05 22:37:25 2009] [notice] Digest: done
    [Sat Dec 05 22:37:25 2009] [notice] Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8k DAV/2 PHP/5.3.0 configured -- resuming normal operations

    I too am getting the same problem. Web Sharing WAS fine now I get the following message:
    NOTE ~myusername has been substituted to avoid confusion.
    Error!
    Could not connect to remote server
    You tried to access the address http://192.168.1.253/~myusername/, which is currently unavailable. Please make sure that the Web address (URL) is correctly spelled and punctuated, then try reloading the page.
    Using Terminal I get:
    /usr/sbin/apachectl configtest
    Syntax OK
    ls -l /usr/sbin/apachectl
    -rwxr-xr-x 1 root wheel 3640 24 sep 2007 /usr/sbin/apachectl
    which apachectl
    /usr/sbin/apachectl
    -bash: /private/etc/apache2/users/myusername.conf: Permission denied
    NOTE (this test is being run from user a/c quentin
    NOTE (this test seems to be picking up a website in "Sites" directory called Q-website_NEW this website is currently running live on the www)
    tail /var/log/apache2/error_log
    [Mon Dec 14 22:05:10 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    mod_bonjour: Skipping user 'myusername' - cannot read index file '/Users/myusername/Sites/index.html'.
    [Mon Dec 14 22:05:10 2009] [notice] Digest: generating secret for digest authentication ...
    [Mon Dec 14 22:05:10 2009] [notice] Digest: done
    [Mon Dec 14 22:05:10 2009] [notice] Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.7l DAV/2 configured -- resuming normal operations
    [Mon Dec 14 22:05:42 2009] [error] [client 192.168.1.253] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://192.168.1.253/~myusername/
    [Mon Dec 14 22:07:13 2009] [error] [client 192.168.1.253] File does not exist: /Users/myusername/Sites/Q-websiteNEW/siteassets/Bgnd.png, referer: http://192.168.1.253/~myusername/Q-website_NEW/index.htm
    [Mon Dec 14 22:07:33 2009] [error] [client 192.168.1.253] File does not exist: /Users/myusername/Sites/Q-websiteNEW/siteassets/Bgnd.png, referer: http://192.168.1.253/~myusername/Q-websiteNEW/indexes.htm
    [Mon Dec 14 22:07:43 2009] [error] [client 192.168.1.253] File does not exist: /Users/myusername/Sites/Q-websiteNEW/siteassets/Bgnd.png, referer: http://192.168.1.253/~myusername/Q-websiteNEW/indexfi.htm
    [Mon Dec 14 22:10:26 2009] [notice] caught SIGTERM, shutting down
    quentin:~ myusername$
    quentin:~ myusername$ tail -f /var/log/apache2/error_log
    [Mon Dec 14 22:05:10 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    mod_bonjour: Skipping user 'myusername' - cannot read index file '/Users/myusername/Sites/index.html'.
    [Mon Dec 14 22:05:10 2009] [notice] Digest: generating secret for digest authentication ...
    [Mon Dec 14 22:05:10 2009] [notice] Digest: done
    [Mon Dec 14 22:05:10 2009] [notice] Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.7l DAV/2 configured -- resuming normal operations
    [Mon Dec 14 22:05:42 2009] [error] [client 192.168.1.253] File does not exist: /Library/WebServer/Documents/favicon.ico, referer: http://192.168.1.253/~myusername/
    [Mon Dec 14 22:07:13 2009] [error] [client 192.168.1.253] File does not exist: /Users/myusername/Sites/Q-websiteNEW/siteassets/Bgnd.png, referer: http://192.168.1.253/~myusername/Q-website_NEW/index.htm
    [Mon Dec 14 22:07:33 2009] [error] [client 192.168.1.253] File does not exist: /Users/myusername/Sites/Q-websiteNEW/siteassets/Bgnd.png, referer: http://192.168.1.253/~myusername/Q-websiteNEW/indexes.htm
    [Mon Dec 14 22:07:43 2009] [error] [client 192.168.1.253] File does not exist: /Users/myusername/Sites/Q-websiteNEW/siteassets/Bgnd.png, referer: http://192.168.1.253/~myusername/Q-websiteNEW/indexfi.htm
    [Mon Dec 14 22:10:26 2009] [notice] caught SIGTERM, shutting down
    I have tried re-editing the myusername.conf file thus:
    <Directory "/Users/myusername/Sites/">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    and have replaced it in the directory
    /etc/apache2/users/
    then I ran the command
    sudo chown root:wheel /etc/apache2/users/shortname.conf
    with this result
    quentin:~ myusername$ sudo chown root:wheel /etc/apache2/users/shortname.conf
    Password:
    chown: /etc/apache2/users/shortname.conf: No such file or directory
    quentin:~ myusername$
    NOTE please remember "myusername" has been substituted to avoid confusion.
    I am still unable to access my web sharing and am still getting the error message quoted at the start of this post.
    I would greatly appreciate any advice as I am currently trying to implement php and MySQL on this machine.

Maybe you are looking for

  • Downloading a video

    So to give some background first: I personally have a Nexus 7. Our family has a shared iPad. I downloaded a video on my N7, then decided I wanted to also download it on the iPad so I could watch it on the bigger screen. It was a video that I download

  • The iPhone "iPhone" could not be restored. An unknown error occurred (-1).

    I have been trying to update my iPhone's software for the past few weeks due to my current provider not being found. (A bar that says "Searching" is always at the top where my 3G should be.) Yet whenever I try directly from my iPhone, it always end w

  • Set text of TextBox coming from Facebook API

    I developing an app in which I need to set some data of user from facebook. So using WebAuthentication broker I get the user to login and then fetch the information and set it to the textbox values. The information is fetched properly but the values

  • CC&B Integeration with BI Publisher(OBIEE 11g)

    Hello Friends, we are using BI Publisher coming with OBIEE 11g, But in ccb installation document consist support for bi publisher 10g , can any one pls explain how we can configure CC&B with BI publisher coming with OBIEE 11g.Any documentation availa

  • New analyst report: Android claims top spot in Developer Mindshare

    VisionMobile has launched Developer Economics 2011 - the definitive report on mobile developers, apps and brands going mobile. Here are some of the key insights from the full, 60-page report (available for free download at http://bit.ly/iLtnVh): · Mo