<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: D.Art.H-Kode</title>
    <description>The latest articles on Forem by D.Art.H-Kode (@dhernandez90).</description>
    <link>https://forem.com/dhernandez90</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F552046%2F5c893a5a-cb3c-4e35-8f05-5c4916d7fe80.jpg</url>
      <title>Forem: D.Art.H-Kode</title>
      <link>https://forem.com/dhernandez90</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/dhernandez90"/>
    <language>en</language>
    <item>
      <title>How to create video tutorials for final users?</title>
      <dc:creator>D.Art.H-Kode</dc:creator>
      <pubDate>Tue, 22 Feb 2022 23:25:25 +0000</pubDate>
      <link>https://forem.com/dhernandez90/how-to-create-video-tutorials-for-final-users-eg1</link>
      <guid>https://forem.com/dhernandez90/how-to-create-video-tutorials-for-final-users-eg1</guid>
      <description>&lt;p&gt;Hello dev.to community, in my job is requesting for a program or tool to create tutorials for our product we are developing focused in the final clients to help them  in how this web application works.&lt;/p&gt;

&lt;p&gt;Someone would like to provide some programs to help me in this task.&lt;/p&gt;

</description>
      <category>tutorial</category>
    </item>
    <item>
      <title>How to reinstall phalcon switching from php 7.1 to php 7.2</title>
      <dc:creator>D.Art.H-Kode</dc:creator>
      <pubDate>Wed, 03 Feb 2021 23:15:19 +0000</pubDate>
      <link>https://forem.com/dhernandez90/how-to-reinstall-phalcon-switching-from-php-7-1-to-php-7-2-43of</link>
      <guid>https://forem.com/dhernandez90/how-to-reinstall-phalcon-switching-from-php-7-1-to-php-7-2-43of</guid>
      <description>&lt;p&gt;Hello, I have a trouble using php and phalcon and this is my story. I installed in a server php 7.1 and phalcon 3.4.5 and phalcon-dev-tools in a server with Ubuntu 16.&lt;/p&gt;

&lt;p&gt;So, now, we have issues from dependencies installed, in this case is Cross-Origin error header using Twilio, from composer.json file. The only way to resolve this is upgrade php 7.2 (because Twilio doesn't launch error when I was writing code in localhost).&lt;/p&gt;

&lt;p&gt;After upgrade php, I create the following files&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$ vim /etc/php/7.2/apache2/conf.d/30-phalcon.ini
$ vim /etc/php/7.2/fpm/conf.d/30-phalcon.ini
$ vim /etc/php/7.2/cli/conf.d/30-phalcon.ini
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;all of them with:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;extension=phalcon.so
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Then, I delete &lt;code&gt;vendor&lt;/code&gt; directory, next I typed &lt;code&gt;composer install&lt;/code&gt; to install dependencies from &lt;code&gt;composer.json&lt;/code&gt;; and finally, in my console displays the following message:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;root@starnet-clks:/var/www/clicksseeker/server# composer install
PHP Warning:  PHP Startup: Unable to load dynamic library 'phalcon.so' (tried: /usr/lib/php/20170718/phalcon.so (/usr/lib/php/20170718/phalcon.so: cannot open shared object file: No such file or directory), /usr/lib/php/20170718/phalcon.so.so (/usr/lib/php/20170718/phalcon.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;So, finally, in conclusion, I have to reinstall phalcon from my server and reinstalling again. Someone have a guide with steps to reinstall phalcon and phalcon-dev-tools in ubuntu?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;

&lt;h3&gt;
  
  
  Updated
&lt;/h3&gt;

&lt;p&gt;To update phalcon, I had to go to &lt;code&gt;~/cphalcon/build&lt;/code&gt; directory (This is the phalcon repository downloaded from github cphalcon page, I switch to 3.4.x branch), then I had to type the following command &lt;code&gt;./install&lt;/code&gt; if you doesn't have privileges type &lt;code&gt;sudo ./install&lt;/code&gt;.&lt;/p&gt;

</description>
      <category>php</category>
      <category>ubuntu</category>
      <category>explainlikeimfive</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
