You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by Tommie Podzemski <li...@tommie.nu> on 2008/03/06 11:32:49 UTC

Issues with php includes? (php implementation)

Hi everyone,

Notice that the php-version asks for src/jsLibrary.php while the 
filename is src/JsLibrary.php. This causes my webserver to fail as the 
case of the files are different.

I could probably fix this myself, but i don't have enough knowledge in 
regards of committing to a SVN, nor do i believe that i would have the 
access to do so.

Error occurs on a freshly checked out revision 634210.

Thanks,
Tommie


Re: Issues with php includes? (php implementation)

Posted by Cassie <do...@apache.org>.
Hey Tommie, thanks for letting us know!

You are correct, you do not have access to commit the change to svn, however
it should hopefully be easy for you to make a patch. With a patch we can
then validate your change and commit it easily. Our website,
http://incubator.apache.org/shindig/, has the full details on how to do
this. (click on the "contribute" tab, it is the first section)

We would love your help!
If you can not submit a patch, I would still like to thank you for the
report. It simply make take us a little longer to get a fix in.

Thanks!

- Cassie



On Thu, Mar 6, 2008 at 11:32 AM, Tommie Podzemski <li...@tommie.nu> wrote:

> Hi everyone,
>
> Notice that the php-version asks for src/jsLibrary.php while the
> filename is src/JsLibrary.php. This causes my webserver to fail as the
> case of the files are different.
>
> I could probably fix this myself, but i don't have enough knowledge in
> regards of committing to a SVN, nor do i believe that i would have the
> access to do so.
>
> Error occurs on a freshly checked out revision 634210.
>
> Thanks,
> Tommie
>
>

Re: Issues with php includes? (php implementation)

Posted by Tommie Podzemski <li...@tommie.nu>.
Thanks for the feedback, i'll do some readup on the JIRA and use the 
correct channels next time.

People who has the same problem and can't wait for the SVN update can 
use attached patch or simply replace line 41 in index.php with:
require_once 'src/' . ucfirst($className) . '.php';

All the best,
Tommie

Chris Chabot wrote:
> Hey Tommie,
> 
> As Cassie pointed out, the JIRA issue tracker is the preferred place  
> for this, and thanks for reporting it!  But in this case i can report  
> that the bug has already been fixed here locally (oddly enough OSX  
> doesn't trip on it, but my linux systems do, hence the reason why it  
> slipped thru). Expect it to be fixed in the svn repo somewhere in the  
> next day or 2.
> 
> 	-- Chris
> 
> On Mar 6, 2008, at 11:32 AM, Tommie Podzemski wrote:
> 
>> Hi everyone,
>>
>> Notice that the php-version asks for src/jsLibrary.php while the  
>> filename is src/JsLibrary.php. This causes my webserver to fail as  
>> the case of the files are different.
>>
>> I could probably fix this myself, but i don't have enough knowledge  
>> in regards of committing to a SVN, nor do i believe that i would  
>> have the access to do so.
>>
>> Error occurs on a freshly checked out revision 634210.
>>
>> Thanks,
>> Tommie
> 

Re: Issues with php includes? (php implementation)

Posted by Chris Chabot <ch...@xs4all.nl>.
Hey Tommie,

As Cassie pointed out, the JIRA issue tracker is the preferred place  
for this, and thanks for reporting it!  But in this case i can report  
that the bug has already been fixed here locally (oddly enough OSX  
doesn't trip on it, but my linux systems do, hence the reason why it  
slipped thru). Expect it to be fixed in the svn repo somewhere in the  
next day or 2.

	-- Chris

On Mar 6, 2008, at 11:32 AM, Tommie Podzemski wrote:

> Hi everyone,
>
> Notice that the php-version asks for src/jsLibrary.php while the  
> filename is src/JsLibrary.php. This causes my webserver to fail as  
> the case of the files are different.
>
> I could probably fix this myself, but i don't have enough knowledge  
> in regards of committing to a SVN, nor do i believe that i would  
> have the access to do so.
>
> Error occurs on a freshly checked out revision 634210.
>
> Thanks,
> Tommie