CodeLobster IDE

Free cross-platform PHP IDE (HTML, PHP, CSS, JavaScript, Python code editor) with support Drupal, Joomla, Twig, JQuery, BackboneJS, LaravelJS, Node.js, CodeIgniter, CakePHP, Laravel, Magento, MeteorJS, Phalcon, Symfony, VueJS, WordPress, Yii
It is currently Thu Mar 28, 2024 10:57 am

All times are UTC




Post a reply
Username:
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
   

Topic review - Installing en configuration IDE 1.10.2 - xdebug 3.02
Author Message
  Post subject:  Re: Installing en configuration IDE 1.10.2 - xdebug 3.02  Reply with quote
I have better news!
I completely removed CodeLobster IDE 1.10.2 and CodeLobster PHP 5.15 Light with RevoUninstaller.
I installed the new version CodeLobster IDE 1.11.0.

As far as I already could see is everything functioning included Xdebug 3.03.

Thanks for the good Upgrade!


Attachments:
Xdebug.jpg
Xdebug.jpg [ 179.38 KiB | Viewed 318041 times ]
Post Posted: Sat Mar 06, 2021 1:39 am
  Post subject:  Re: Installing en configuration IDE 1.10.2 - xdebug 3.02  Reply with quote
Sorry for the long silence, family problems :-(

For the moment I give it up, nothing helps.
I've removed from my laptop everything that has any link with wamp and Codelobster

I made a fresh install of Xampp this time with Codelobster IDE but invane. Nothing helps.

So I hope next version of CodeLobster will be easier to use.
Post Posted: Mon Feb 22, 2021 6:53 pm
  Post subject:  Re: Installing en configuration IDE 1.10.2 - xdebug 3.02  Reply with quote
Hi.

Looks like You use incorrect хDebug dll. Now You use it for PHP 8.x but You have PHP version 7.4.13.

Please, try to install the following dll
https://xdebug.org/files/php_xdebug-3.0 ... x86_64.dll
and set it in your php.ini file:
zend_extension="j:/wamp64/bin/php/php7.4.13/zend_ext/php_xdebug-3.0.2-7.4-vc15-x86_64.dll"

P.S. Our "check" button has a small bug for this case, we will release fixed version soon.

Thanks,
Codelobster Team.
Post Posted: Mon Feb 08, 2021 9:16 am
  Post subject:  Re: Installing en configuration IDE 1.10.2 - xdebug 3.02  Reply with quote
I've tried with different projects and different localhosts, It is too stubborn to work.
I have on my PC J:\wamp64\www\ and this is my standard localhost
In this directory I've made different projects: 'vikiflandrio', 'esperantokolekto', ...

Hereby some attaches for J:\wamp64\www\Esperantokolekto\

I think it happened by any update but I do not know which one

By the way, why does Codelobster not work with Edge and still has Inernet Explorer as a standard?


Attachments:
20210206_warning.jpg
20210206_warning.jpg [ 112.08 KiB | Viewed 327423 times ]
20210206_preference-setting.jpg
20210206_preference-setting.jpg [ 229.39 KiB | Viewed 327423 times ]
20210206_info_wizard.zip [168.21 KiB]
Downloaded 7787 times
Post Posted: Sat Feb 06, 2021 3:16 pm
  Post subject:  Re: Installing en configuration IDE 1.10.2 - xdebug 3.02  Reply with quote
Hi.

Please, try to change

Project URL for debugging
and
Project Home URL

from http://vikiflandrio/ to http://localhost/

Thanks,
Codelobster Team.
Post Posted: Fri Feb 05, 2021 6:53 am
  Post subject:  Re: Installing en configuration IDE 1.10.2 - xdebug 3.02  Reply with quote
In attach phpinfo info_all


Attachments:
phpinfo_info_all.txt [35.56 KiB]
Downloaded 7760 times
Post Posted: Thu Feb 04, 2021 5:35 pm
  Post subject:  Re: Installing en configuration IDE 1.10.2 - xdebug 3.02  Reply with quote
Hi.

Everything looks right.
Could You, please, send us whole output of
Code:
print(phpinfo (INFO_ALL));


Thanks,
Codelobster Team.
Post Posted: Thu Feb 04, 2021 4:02 pm
  Post subject:  Re: Installing en configuration IDE 1.10.2 - xdebug 3.02  Reply with quote
I've tried your suggestions but it will not work.

You advised the code for Xampp; I work with Wamp64. Can it give any problems?
Of course I have indicated the correct path on my computer.

The slashes are always shown like \ but I've tried both senses and it gives no difference.
I've tried with the php-version 7.4.14 and 7.4.13

A strange thing: although I copied your text with the version 'vs16' I always find 'vc15' in the php-info.
see attach.

The installation wizard shows (in my opinion) a false text
see attach


Attachments:
02_xdebug-installationwizard.pdf [174.59 KiB]
Downloaded 7829 times
apache2.4.46b_php-ini_phpversion7.4.13.jpg
apache2.4.46b_php-ini_phpversion7.4.13.jpg [ 162.36 KiB | Viewed 327669 times ]
Post Posted: Thu Feb 04, 2021 2:36 pm
  Post subject:  Re: Installing en configuration IDE 1.10.2 - xdebug 3.02  Reply with quote
Hi.

1) Please, install the following version:
http://codelobsteride.com/download/Code ... up_ftp.exe

2) Please, enter the following lines into your php.ini file

Code:
[xdebug]
zend_extension = "C:
mpp_8\phpxt\php_xdebug-3.0.1-8.0-vs16-x86_64.dll";
xdebug.remote_enable = on;
xdebug.default_enable = on;
xdebug.remote_host = localhost;    127.0.0.1 for some configuration
xdebug.client_port = 9003;
xdebug.max_nesting_level = 256;     required for some frameworks
xdebug.remote_handler = "dbgp";
xdebug.remote_autostart = 1;
xdebug.mode=develop,debug,trace,profile;


and restart your web server.

Thanks,
Codelobster Team.
Post Posted: Mon Feb 01, 2021 4:39 pm
  Post subject:  Installing en configuration IDE 1.10.2 - xdebug 3.02  Reply with quote
I cannot install X-Debug! See complete php-info in attach with also the Install-wizard and The preferences and warning on 'check Xdebug settings'
I've tried the install-advice 'https://xdebug.org/docs/install' but invane.
Why is it so difficult to install Codelobster IDE with the php-debugger? Where is the trap or where is the trick to success?
Otherwise I like Codelobster IDE very much, it is fine to code in php and html but I also like to use the debugger.


Attachments:
preference-setting.jpg
preference-setting.jpg [ 99.71 KiB | Viewed 327730 times ]
installation_wizard.jpg
installation_wizard.jpg [ 166.33 KiB | Viewed 327730 times ]
php_info.txt [35.46 KiB]
Downloaded 7828 times
Post Posted: Mon Feb 01, 2021 4:01 pm

All times are UTC


Jump to:  
Powered by phpBB © 2016 phpBB Group