CodeExtinguisher 2.0 Release Candidate 14.2 |
[eluser]Majd Taby[/eluser]
ah i see, according to http://us3.php.net/pathinfo the filename key has been added since version 5.2.0
[eluser]got 2 doodle[/eluser]
I just did a clean install of CodeIgnitor and Codex 14.2 same error as daulex (image plugin) I am on xampp and XP. I just finished an app using Codex 11.2 so it worked back then. I'm not a good enough coder to even know where to start. jtaby I know you are crazy busy but are there any plans to address this issue? I'd really love to be using the latest and greatest :-(
[eluser]Majd Taby[/eluser]
i was fairly sure I addressed the image issue in XAMPP...it was with the include() in plugins/image.php. Try changing that line so it includes the full path, not just the relative path...i'm surprised cause I remember fixing this issue.
[eluser]Donald Hughes[/eluser]
[quote author="abmcr" date="1212517915"]no datetime..... it must be date: see the sql file attached to the zip file Code: ... So long as I wrap the parameters with an intval(), it works fine with the datetime database columns. But my core problem is still there: my form comes up completely blank when I try to edit the data. Unless you're implying that the datetime database column is preventing all data, regardless of type, from displaying in the form?
[eluser]got 2 doodle[/eluser]
Yes the full path worked Changed on line 21 Code: include_once("c:xampp/htdocs/Test-Codex/codex/application/plugins/file.php");
[eluser]Majd Taby[/eluser]
ok, just as an FYI, you might was well use APPPATH.'plugins/' weird...perhaps the fix got lost in the releases
[eluser]daulex[/eluser]
jtaby, you never answered: what do i do now, with this: Code: <select name="view_mode">
[eluser]got 2 doodle[/eluser]
Yes Code: include_once(APPPATH.'/plugins/file.php');
[eluser]Majd Taby[/eluser]
daulex, either upgrade to php 5, or change the lines at the error to pick up the file name. perhaps using explode() or something....i'll fix this issue once i'm done with the website for codex |
Welcome Guest, Not a member yet? Register Sign In |