Welcome Guest, Not a member yet? Register   Sign In
"The upload path does not appear to be valid" (PULLING MY HAIR OUT !!!!) [SOLVED]
#21

[eluser]Christoph Rumpel[/eluser]
Code:
if ( ! $this->image_lib->adaptive_resize())
            {
                    echo $this->image_lib->display_errors();
            }
            else
            {
                //$this->load->view('image/upload_success_v', $data);
                $data['title'] = 'Upload';
                $data['view'] = 'image/upload_success_v';
                $this->load->view('template',$data);
            }

Did u try to put out some errors messages like me above?


Messages In This Thread
"The upload path does not appear to be valid" (PULLING MY HAIR OUT !!!!) [SOLVED] - by El Forum - 05-07-2011, 02:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB