Search the web
Sign In
New User? Sign Up
PHP-fusebox · Fusebox methodologies in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4030 - 4059 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4030
Has anyone on this group done any compatibility testing while running PHP Fusebox on Java? http://www.caucho.com/resin-3.0/quercus/...
bficke
Offline Send Email
Aug 11, 2007
4:42 pm
4031
If it is in fact a full implementation of the PHP language then it should work. Just make sure that you have write access to the /parsed folder. Just like CF...
Mike
starkraving2002
Online Now Send Email
Aug 11, 2007
5:20 pm
4032
I've been storing my sample fusebox 4 app online for a few years now at scratch.salientdigital.com. Still works (fully). You try and be nice, and look what it...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 16, 2007
1:53 pm
4033
Nice. That should be a good wake up call to all of us that no matter how big or how small your project is you should NEVER trust the user. Sad but true....
Ryan Hagan
ryan_hagan
Online Now Send Email
Aug 16, 2007
8:22 pm
4034
Now that we've standardized on PHP5 I've been researching some of the extensions that are out there that might be useful in future versions of Fusebox. APC is...
Mike
starkraving2002
Online Now Send Email
Aug 20, 2007
4:53 am
4035
Hello, Im new to fusebox can anybody help me install this on my machine thanks. I would appreciate it....
Cesar Marrujo
cesar_marrujo
Offline Send Email
Aug 21, 2007
1:53 am
4036
Hey Cesar, If you are brand new to fusebox, I recommend downloading my sample app from scratch.salientdigital.com It's a real site I made with PHP Fusebox 4...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 21, 2007
3:28 am
4037
Hi, I've been getting this error when one of my FB apps is under significant load: Fatal error: Call to a member function reload() on a non-object in /{path ...
Gavin Winter
grandmasterf...
Offline Send Email
Aug 21, 2007
5:29 am
4038
Hi Mike, I had to drop this for a while since April, but now I'm back into it and the custom namespace is both appropriate and looks nice. Also, I wanted to...
Michael Omar Gatto
luckygomar
Offline Send Email
Aug 21, 2007
6:51 am
4039
Hi Mike, The code you mentioned before, $custom = $myFusebox->getCurrentCircuit()->getCustomAttributes("gatto"); Is not working for me. I did a trace in...
Michael Omar Gatto
luckygomar
Offline Send Email
Aug 21, 2007
7:57 am
4040
Hey Mike, The "official" version of the FB5 core files for PHP still has some bugs in it. One of those bugs is that getCurrentCircuit() doesn't actually return...
Mike
starkraving2002
Online Now Send Email
Aug 21, 2007
8:10 pm
4041
Hi Mike, Sorry, the work around did not work. I'm still getting the empty array back from the function call. I've double-checked my circuit.xml for the ...
Michael Omar Gatto
luckygomar
Offline Send Email
Aug 22, 2007
4:23 am
4042
The following PHP-fusebox poll is now closed. Here are the final results: POLL QUESTION: Should Fusebox 5.5 be written exclusively for PHP5.x, or should it...
PHP-fusebox@yahoogrou...
Send Email
Aug 22, 2007
7:40 am
4043
This should work: <!-- circuit 'test' --> <circuit access="public" xmlns:custom="any/path/unimportant/" custom:foo="bar"> <fuseaction name="testing"...
Mike
starkraving2002
Online Now Send Email
Aug 22, 2007
8:59 am
4044
Hi Mike, That worked. I figured out why mine was not: the code was being called in a layout circuit, so naturally the array was empty since that util circuit...
Michael Omar Gatto
luckygomar
Offline Send Email
Aug 22, 2007
4:39 pm
4045
... xmlns:custom="any/path/unimportant/" custom:foo="bar"> ... custom:attr1="foo" custom:attr2="bar"> Whoa. Dudes. I hate not knowing stuff. Where do I go to...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 23, 2007
3:30 am
4046
What do you guys have in your httpd.conf to turn http://www.example.com/index.php?go=home.main into http://example.com/go/home.main ?...
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 30, 2007
4:39 am
4047
RewriteRule ^go/(.+)/?$ article.php?go=$1 [L] Should work. I do this in an .htaccess file. Eric Haskins ... -- ~Eric...
Eric Haskins
erichphp
Offline Send Email
Aug 30, 2007
6:15 am
4048
I got an internal server error 500 when I tried RewriteRule ^go/ (.+)/?$ index.php?go=$1 [L] I don't really understand the syntax....
Geoffrey Hoffman
m2guru
Offline Send Email
Aug 30, 2007
6:32 am
4049
I used URL rewriting extensively in the past since Fusebox 3. I used to modify the .htaccess file on the server for a given domain. I would recommend not using...
marc@...
multiwe8
Offline Send Email
Aug 30, 2007
6:48 am
4050
RewriteEngine On RewriteRule ^go/(.+)/?$ index.php?go=$1 [L] It works on my machine. with this: RewriteEngine On RewriteCond $1 !^(index\.php) RewriteRule...
Kusmayadi
koes.rm
Offline Send Email
Sep 17, 2007
8:20 pm
4051
I was working on a Fusebox app and suddenly started received this error message: Fatal error: FuseboxPlugin::compile() [function.FuseboxPlugin-compile]: The...
ee_dd_oo
Offline Send Email
Sep 24, 2007
5:20 am
4052
Hi, I get a similar error from time to time. Try clearing the ³parsed² directory and reload the page? Works for me. Wish I knew why it happens. Gavin ... ...
Gavin Winter
grandmasterf...
Offline Send Email
Sep 24, 2007
9:17 pm
4053
I've tried that (many, many times) but no luck... actually, after I clear the directory I get the page to load successfully, but as soon as I click a link...
Eddie Grenier
ee_dd_oo
Offline Send Email
Sep 24, 2007
9:56 pm
4054
Can you check your server logs to see which file specifically the problem is happening? Are you running on PHP 4 or 5 ? Are you using PHP Fusebox 5...
Geoffrey Hoffman
m2guru
Offline Send Email
Sep 24, 2007
10:39 pm
4055
I'm running Apache 2.2 on Windows. the error.log file does not show this error in it??? Running PHP 5.2.3 Yes, I'm using PHP Fusebox 5 functionality...
Eddie Grenier
ee_dd_oo
Offline Send Email
Sep 25, 2007
3:05 am
4056
I figured it out! I added a new class to be used in the Fusebox app. As such, the fusebox.xml file had to be re-created by Fusebuilder. In Fusebuilder, the...
Eddie Grenier
ee_dd_oo
Offline Send Email
Sep 25, 2007
3:06 am
4057
Eddie, try the "Restore Point" plugin for FuseBuilder, it allows you to set arbitrary history points for a project so that it acts like "undo", or I guess more...
Mike
starkraving2002
Online Now Send Email
Sep 25, 2007
7:44 am
4058
... that you are using <instantiate/> and <invoke/> ... to me indicates that the object didn't get fully constructed... or didn't return a reference to itself...
Geoffrey Hoffman
m2guru
Offline Send Email
Sep 25, 2007
2:26 pm
4059
http://fusebox.org/go/fusebox-downloads/beta-program There are several resources for the curious reader at the bottom of the page, and the core files are now...
Mike
starkraving2002
Online Now Send Email
Oct 3, 2007
7:05 am
Messages 4030 - 4059 of 4156   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help