CodeExtinguisher v2.0 Release Candidate 12.3 |
[eluser]abmcr[/eluser]
[quote author="jTaby" date="1209759456"]for some reason the inheritence isn't working...but the weird thing is that it's happening with the Image plugin. What steps did you take to install codex? Have you modified the YAML files? where are you seeing the error?[/quote] No i have nothing modified: i have tried under MAC (MAMP) and all work fine
[eluser]Majd Taby[/eluser]
abmcr, well it works on linux (the public preview) and it works on mac, so it's a windows specific issue. The only problem I can think of is the face that windows uses backslash as a directory separator as opposed to a forward slash....i'll look into it.
[eluser]got 2 doodle[/eluser]
Code: A PHP Error was encountered I'm getting the same error, also running xampp and php5 Jeff
[eluser]got 2 doodle[/eluser]
I can't even pretend to understand how codeextinguisher "works" but if it's any kind of clue I recently changed from apache 2.2 to xampp and I had to make the following changes to my code so that my index.php (not using codeigniter, just plain php that I cobbled together) Code: ?php This is the contents of util.php Code: <?php /* util.php */ (looks horrible I know) Anyway before xampp the code worked without the Code: $_GET['id'] running windows XP and xampp 1.6.6a php5.2.5 Jeff
[eluser]andjules[/eluser]
jTaby, I think you're on the right track with the WAMP problem... file path separators on uploads can be a real problem on windows from what I've seen, depending on the version of php. I noticed you mentioned a fckeditor plugin coming... just my 2ยข: unless someone is building page-creation software, TinyMCE and Fckeditor have gotten a bit over-built... you might be interested (since you are using jQuery... great!) in jwysiwyg or wymeditor.
[eluser]Majd Taby[/eluser]
abmcr, try playing around with upload_path in definitions/example_form.yml (First thing I would try is changing / to \...not sure how windows treats relative paths.) Ignacio, "Interface plugins" is a term i came up with off the top of my head...I was thinking "interface" as in..OOP interface, where you can't create instances of them (well, you _can_ but they won't be very useful).
[eluser]minimal design[/eluser]
Just a little detail... looks like: Code: if(empty($link)) didn't make it in the codex_navigation template file. So it doesn't output what you choose in the YAML file like it does in the crumbs. Easy enough to fix myself, but I though I'd point it out ![]() Thanks!
[eluser]irvin[/eluser]
You can always change yours WAMP. After some problems with XAMPP I've switched to VertigoServ and... It's working right now ![]()
[eluser]Majd Taby[/eluser]
Just to let everyone know, I have updated the main post with a link to RC12.2, and updated the changelog, enjoy ![]() |
Welcome Guest, Not a member yet? Register Sign In |