Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: To upload PSV [pipe separated value] files instead of images ... WHAT HAVE TO D
Post: To upload PSV [pipe separated value] files instead...

https://codeigniter.com/user_guide/libraries/file_uploading.html?highlight=process%20text%20files (https://codeigniter.com/user_guide/libraries/file_uploading.html?highlight=process%20text%20files) ...
1,779 Views
1 Replies
04-26-2019, 01:55 PM
lsepolis123
    Thread: call an ajax request to one Controller... what the solution since out of web access
Post: RE: call an ajax request to one Controller... what...

plonknimbuzz Wrote: (07-28-2018, 01:56 PM) -- try chown them -- what you mean ? >>> try chown them change owner(user):group with this command to what? can you provide your ajax url as exampl...
5,318 Views
5 Replies
07-28-2018, 11:09 PM
lsepolis123
    Thread: call an ajax request to one Controller... what the solution since out of web access
Post: RE: call an ajax request to one Controller... what...

InsiteFX Wrote: (07-28-2018, 09:03 AM) -- As long as you use the full url path to the controller/method it should not matter. I have mine outside and I can access them. -- YOU MEAN access Con...
5,318 Views
5 Replies
07-28-2018, 09:31 PM
lsepolis123
    Thread: call an ajax request to one Controller... what the solution since out of web access
Post: call an ajax request to one Controller... what the...

I have my Controllers Views and Models and all application folder out of web root[public_html] Not accessible I want call an ajax request to one Controller... what the solution since out of access?...
5,318 Views
5 Replies
07-28-2018, 08:52 AM
lsepolis123
    Thread: session and cookie question
Post: session and cookie question

PHP Code: -- public function logout() { $this->session->unset_userdata('logged_in'); $this->session->unset_userdata('user_id'); $this->session->unset_userdata('username'); $this->sessi...
2,012 Views
1 Replies
07-07-2018, 02:04 PM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

`created_date` timestamp DEFAULT CURRENT_TIMESTAMP, `modified_date` datetime NULL these two modified and became like these ^^^ now imported success
36,366 Views
30 Replies
07-07-2018, 10:58 AM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

what put in its position??? I have no Date in php in the code... what is the equivalent get in old MySQL current time????
36,366 Views
30 Replies
07-07-2018, 06:08 AM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

you mean mysql version in live server? phpinfo() can show this ???
36,366 Views
30 Replies
07-07-2018, 12:23 AM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

Paradinight Wrote: (07-06-2018, 03:27 AM) -- lsepolis123 Wrote: (07-06-2018, 01:53 AM) -- see sql attached please rename txt to sql extension -- Is Mariadb on the live server too? CURRENT_TIMEST...
36,366 Views
30 Replies
07-06-2018, 10:29 PM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

On live Server Not sure but I think is MariaDB because OS is CentOS 6 & PHP 5.6 what the solution what to replace in sql file??? local is PHP 7 XAMPP
36,366 Views
30 Replies
07-06-2018, 06:50 AM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

see sql attached please rename txt to sql extension
36,366 Views
30 Replies
07-06-2018, 01:53 AM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

Paradinight Wrote: (07-05-2018, 01:01 PM) -- lsepolis123 Wrote: (07-05-2018, 08:25 AM) -- I am getting output now renamed all model files  first cap also /Templates/login.php renamed with lowerc...
36,366 Views
30 Replies
07-05-2018, 01:11 PM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

I am getting output now renamed all model files first cap also /Templates/login.php renamed with lowercase /template any hint why database sql file can Not IMPORTED??? what about #1067 - In...
36,366 Views
30 Replies
07-05-2018, 08:25 AM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

Paradinight Wrote: (07-05-2018, 07:07 AM) -- lsepolis123 Wrote: (07-05-2018, 06:42 AM) -- subject_model.php  // THIS IS THE FILE NAME --- LOCALHOST WORK BUT THE REF IS Subject_model AND AS SAID LOCA...
36,366 Views
30 Replies
07-05-2018, 08:16 AM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

may is permissions problem... ??? I downloaded Codeigniter3.1.9.zip and extracted in windows and uploaded with filezilla to USA cPanel linux server cent os 6 ...
36,366 Views
30 Replies
07-05-2018, 06:53 AM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

config.php if ($_SERVER['SERVER_NAME'] == "localhost") $config['base_url'] = 'http://localhost/repos/CodeIgniter-3.1.9_yyy_com_live/public_html/'; else $config['base_url'...
36,366 Views
30 Replies
07-05-2018, 06:50 AM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

subject_model.php // THIS IS THE FILE NAME --- LOCALHOST WORK BUT THE REF IS Subject_model AND AS SAID LOCALHOST WORKING
36,366 Views
30 Replies
07-05-2018, 06:42 AM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

index.php some code from ^^^ any comment? // localhost working, BUT live not MAY SYSTEM LIBRARIES NOT ALL UPLOADED WITH FILEZILLA THAT DID???? if ($_SERVER['SERVER_NAME'] == "localhost") $a...
36,366 Views
30 Replies
07-05-2018, 06:41 AM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

yes but in lowercase all in the name... also localhost work with OUT ANY problems...
36,366 Views
30 Replies
07-05-2018, 06:32 AM
lsepolis123
    Thread: HTTP ERROR 500 you have any idea how fix such error???? first time on live server and
Post: RE: HTTP ERROR 500 you have any idea how fix such ...

yes and is the first I think sthg with model loading any hint ??? autoload.php $autoload['model'] = array('Subject_model', 'Activity_model', 'Video_model', 'User_model'); and another problem I can No...
36,366 Views
30 Replies
07-05-2018, 05:43 AM
lsepolis123

Theme © iAndrew 2016 - Forum software by © MyBB