Coder Social home page Coder Social logo

Comments (14)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
Cache and log are chmodded to 777? if they are, I'd reccomend copying 
web/client_dev.template.php to web/client_dev.php, uncomment the lines inside 
and then use the url http://your.server:port/client_dev.php - it will give you 
a stack trace of what went wrong. If it's still not clear, can you post the 
stack trace provided. From there I can look into the faulting module 

Original comment by [email protected] on 30 Jan 2011 at 2:01

from streeme.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
Ok, with client_dev.php i did succesful login without errors.
I just changed the  ip addresses in this file.
I can see all my music - but i can't play it, no sound.
Normal login has not changed.
log and chache is 777 (maybe this dirs should belong to the apache user without 
the 777? For security.).
The log file attached.

Original comment by [email protected] on 30 Jan 2011 at 1:28

Attachments:

from streeme.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
try typing ./symfony cc again on the CLI.. it looks like the cache is messed 
up. if music still isn't playing, maybe grab the URL it's trying to access and 
see if it's valid. Firebug can do this pretty easily. Can you see the artwork 
come up even?

Original comment by [email protected] on 30 Jan 2011 at 4:55

from streeme.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
Nope, symfony cc all green, but no change. I got still an 404 error after login.
All fine with client_dev.php except the sound.

Do you want access to my server?

Original comment by [email protected] on 30 Jan 2011 at 6:45

from streeme.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
does turning off APC make any difference? this issue is mysterious, but it 
seems to be something to do with caching. Since the interface is working in the 
dev environment, but not production, it would lead me to believe there's an 
issue in the setup of the application or something in the cache chain isn't 
working as expected. Dev mode disables the cache layer and enables 
logging/debug overlays. 

As for music not playing, can you just copy the url it's trying to fetch when 
you click a song? Either the firebug plugin for firefox, or right clicking on 
the player in Chrome should give you a full url. If the URL looks to be 
correct, then it's probably related to the first problem. 

If none of this resolves it, send me an rsa/putty key privately and I'll have a 
look. The app is developed mostly in ubuntu 10 with the same package list, so 
I'm a bit stumped just looking at the logfile.  

Original comment by [email protected] on 30 Jan 2011 at 9:54

from streeme.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
Ok, we're getting closer to problem:
i did try uninstall APC but it was not installed!
So i try install APC again and get an error while make run:
running: make
/bin/bash /var/tmp/pear-build-root/APC-3.1.6/libtool --mode=compile cc  -I. 
-I/var/tmp/pear/temp/APC -DPHP_ATOM_INC 
-I/var/tmp/pear-build-root/APC-3.1.6/include 
-I/var/tmp/pear-build-root/APC-3.1.6/main -I/var/tmp/pear/temp/APC 
-I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM 
-I/usr/include/php5/Zend -I/usr/include/php5/ext 
-I/usr/include/php5/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c 
/var/tmp/pear/temp/APC/apc.c -o apc.lo
libtool: compile:  cc -I. -I/var/tmp/pear/temp/APC -DPHP_ATOM_INC 
-I/var/tmp/pear-build-root/APC-3.1.6/include 
-I/var/tmp/pear-build-root/APC-3.1.6/main -I/var/tmp/pear/temp/APC 
-I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM 
-I/usr/include/php5/Zend -I/usr/include/php5/ext 
-I/usr/include/php5/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c 
/var/tmp/pear/temp/APC/apc.c  -fPIC -DPIC -o .libs/apc.o
In file included from /var/tmp/pear/temp/APC/apc.c:44:
/usr/include/php5/ext/pcre/php_pcre.h:29: fatal error: pcre.h: Datei oder 
Verzeichnis nicht gefunden
compilation terminated.
make: *** [apc.lo] Fehler 1
ERROR: `make' failed
-----------------------

google says that i need to install libpcre3-dev - but its already installed.
What ever the case - i found an apc.so in /usr/lib/php5/20090626
But the login problem not changed.

I try install APC on an different computer also with Kubunutu 10.10, works fine.
Have also an apc.so.....


I also switched off APC in the php.ini files, removing the extension entry - 
takes no effect.
Now i get this error while ./symfony cc:
PHP Warning:  Module 'apc' already loaded in Unknown on line 0


I  start with a new, clean installation/system.
I'll report back once I'm done.




Original comment by [email protected] on 30 Jan 2011 at 11:58

from streeme.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
[deleted comment]

from streeme.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
Any update on this issue? 

Original comment by [email protected] on 5 Feb 2011 at 5:07

from streeme.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
Ok, am back .... with bad news.
I installed on new clean system and streeme.
Used the shorter doku.

In section "Apache Configs" i didn't link any mods, 
everything else I've done.
But i get the same problem:
After successful login, i get the 404 error.

With client_dev i can login and see the selection page, select "Desktop"
an get an 404 error: "The requested URL /player/desktop was not found on this 
server."

I attached some file, maybe helpful.

Original comment by [email protected] on 5 Feb 2011 at 11:49

Attachments:

from streeme.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
I foregot the dpkg -l

Original comment by [email protected] on 5 Feb 2011 at 3:53

Attachments:

from streeme.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
I don't see mod_rewrite in your apache mods.. maybe that's all it is?

Original comment by [email protected] on 6 Feb 2011 at 5:56

from streeme.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
YES .... SIR!
It works!
Was just the rewrite mod.... maybe also last time?!

thx for ur help.

Original comment by [email protected] on 6 Feb 2011 at 9:34

from streeme.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024
Great! I'll leave this here in case it can help others. Thanks for letting me 
know.

Original comment by [email protected] on 6 Feb 2011 at 10:23

from streeme.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 15, 2024

Original comment by [email protected] on 6 Feb 2011 at 10:26

  • Changed state: Done

from streeme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.