CodeIgniter Forums
I am new - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: I am new (/showthread.php?tid=64015)



I am new - vinnyvrj - 01-03-2016

I have been using wordpress for a while and theme developments i would like to learn how to use codeigniter. I did a cpanel install off softaculous.
What is the best way to learn i am going to read the topics in the install maybe somone can point me to some videos.


Regards Vinny


RE: I am new - RobertSF - 01-03-2016

Hi, Vinny. Welcome to CodeIgniter! I don't have any videos to suggest, but if you're familiar with PHP and SQL already, the basic tutorial in the documentation should be enough. https://www.codeigniter.com/user_guide/tutorial/index.html

Check it out and post any questions you might have. Smile


RE: I am new - vinnyvrj - 01-04-2016

(01-03-2016, 09:07 PM)RobertSF Wrote: Hi, Vinny. Welcome to CodeIgniter! I don't have any videos to suggest, but if you're familiar with PHP and SQL already, the basic tutorial in the documentation should be enough. https://www.codeigniter.com/user_guide/tutorial/index.html

Check it out and post any questions you might have. Smile

Robert Thank You! I have installed codeigniter from a existing cpanel account that already has a wordpress install in it. I used codeogniter from softaculous install and have edited the view page already. Although i have an error so i made a site i use for testing its coverandcare.com/members the members of course is were code igniter is. Would you know what this error message from my server is.

Message: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/ffmpeg.so: cannot open shared object file: No such file or directory.

Regards Vinny


RE: I am new - mr_pablo - 01-04-2016

(01-04-2016, 08:48 AM)vinnyvrj Wrote:
(01-03-2016, 09:07 PM)RobertSF Wrote: Hi, Vinny. Welcome to CodeIgniter! I don't have any videos to suggest, but if you're familiar with PHP and SQL already, the basic tutorial in the documentation should be enough. https://www.codeigniter.com/user_guide/tutorial/index.html

Check it out and post any questions you might have. Smile

Robert Thank You! I have installed codeigniter from a existing cpanel account that already has a wordpress install in it. I used codeogniter from softaculous install and have edited the view page already. Although i have an error so i made a site i use for testing its coverandcare.com/members the members of course is were code igniter is. Would you know what this error message from my server is.

Message: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/ffmpeg.so: cannot open shared object file: No such file or directory.

Regards Vinny

https://wordpress.org/support/topic/php-warning-php-startup-unable-to-load-dynamic-library

First Google search result for that error.


RE: I am new - vinnyvrj - 01-04-2016

(01-04-2016, 09:24 AM)mr_pablo Wrote:
(01-04-2016, 08:48 AM)vinnyvrj Wrote:
(01-03-2016, 09:07 PM)RobertSF Wrote: Hi, Vinny. Welcome to CodeIgniter! I don't have any videos to suggest, but if you're familiar with PHP and SQL already, the basic tutorial in the documentation should be enough. https://www.codeigniter.com/user_guide/tutorial/index.html

Check it out and post any questions you might have. Smile

Robert Thank You! I have installed codeigniter from a existing cpanel account that already has a wordpress install in it. I used codeogniter from softaculous install and have edited the view page already. Although i have an error so i made a site i use for testing its coverandcare.com/members the members of course is were code igniter is. Would you know what this error message from my server is.

Message: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/ffmpeg.so: cannot open shared object file: No such file or directory.

Regards Vinny

https://wordpress.org/support/topic/php-warning-php-startup-unable-to-load-dynamic-library

First Google search result for that error.



RE: I am new - vinnyvrj - 01-04-2016

(01-04-2016, 10:20 AM)vinnyvrj Wrote:
(01-04-2016, 09:24 AM)mr_pablo Wrote:
(01-04-2016, 08:48 AM)vinnyvrj Wrote:
(01-03-2016, 09:07 PM)RobertSF Wrote: Hi, Vinny. Welcome to CodeIgniter! I don't have any videos to suggest, but if you're familiar with PHP and SQL already, the basic tutorial in the documentation should be enough. https://www.codeigniter.com/user_guide/tutorial/index.html

Check it out and post any questions you might have. Smile

Robert Thank You! I have installed codeigniter from a existing cpanel account that already has a wordpress install in it. I used codeogniter from softaculous install and have edited the view page already. Although i have an error so i made a site i use for testing its coverandcare.com/members the members of course is were code igniter is. Would you know what this error message from my server is.

Message: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/ffmpeg.so: cannot open shared object file: No such file or directory.

Regards Vinny

https://wordpress.org/support/topic/php-warning-php-startup-unable-to-load-dynamic-library

First Google search result for that error.


I am not getting these errors in wordpress although there is a wordpress install in this directory.
It is only on the codeigniter install. I also dont see any of the extensions as sql lite i am not using. I looked in the usr/local/lib/php.ini and i dont see anything of this nature. To comment out the extension. I am also using php5.5.3 i believe. Regards Vinny



RE: I am new - vinnyvrj - 01-04-2016

(01-04-2016, 10:25 AM)vinnyvrj Wrote:
(01-04-2016, 10:20 AM)vinnyvrj Wrote:
(01-04-2016, 09:24 AM)mr_pablo Wrote:
(01-04-2016, 08:48 AM)vinnyvrj Wrote:
(01-03-2016, 09:07 PM)RobertSF Wrote: Hi, Vinny. Welcome to CodeIgniter! I don't have any videos to suggest, but if you're familiar with PHP and SQL already, the basic tutorial in the documentation should be enough. https://www.codeigniter.com/user_guide/tutorial/index.html

Check it out and post any questions you might have. Smile

Robert Thank You! I have installed codeigniter from a existing cpanel account that already has a wordpress install in it. I used codeogniter from softaculous install and have edited the view page already. Although i have an error so i made a site i use for testing its coverandcare.com/members the members of course is were code igniter is. Would you know what this error message from my server is.

Message: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20121212/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20121212/ffmpeg.so: cannot open shared object file: No such file or directory.

Regards Vinny

https://wordpress.org/support/topic/php-warning-php-startup-unable-to-load-dynamic-library

First Google search result for that error.


I am not getting these errors in wordpress although there is a wordpress install in this directory.
It is only on the codeigniter install. I also dont see any of the extensions as sql lite i am not using. I looked in the usr/local/lib/php.ini and i dont see anything of this nature. To comment out the extension. I am also using php5.5.3 i believe. Regards Vinny
 


I have fixed my error issue by the way i have things going can you point me as to how i would use a theme i was looking at the help is there any way i would know what the next step would be. Just some pointers if you have them.

Regards Vinny