poedit 2.0 not working with zend framework 3 not catching $this->translate - poedit

the problem is that the application is bot getting the sentences to be translated form the views of the web application that have the keyword translate like the one below :
$this->translate('Login');
but the ones from the forms and controllers like this _('Login') is getting
i uninstalled Poedit 2.0 and installed back Poedit 1.8 and now its working
thanks

This is a known problem (Z.F. using the .phtml extension deprecated 20 years ago) that will be fixed in 2.0.1 in a few days.
(BTW, might want to consider emailing support when you have an issue with an app instead of posting on SO…)

Related

Why do I need to compile Bootstrap instead of using the CDN in Laravel 8

I'm a graphic designer who just started learning Laravel this week, recently I've been searching how to install the latest bootstrap version in my project correctly, which is all I need to be honest and I'm not too comfortable with other options like Tailwind.
As some tutorials and answers have suggested I ended up compiling and using a famous project named laravel/ui, sadly the resulting version comes with a few changes, that just doesn't look as good in my opinion (different fonts like Nonito, colors and margins)
So now I'm wondering...
Why is it not recommended to just add the CDN links in my master template?
Is it possible to update this compiled CSS somehow to make it look as the CDN?
Sorry if this questions might be opinion based, but I'm really out of places to ask, seems like the documentation for Laravel 8.x has removed everything related to Frontend, which are making thing even more confusing for me with all these options Laravel offers.

The Type or namespace name "WinContols" does not exist in the namespace 'Telerik'

I picked up an Desktop Application written in ASP .NET Web Forms that has been developer 5 years ago and the person is not around. I do need to make some changes but I am stuck and getting it running. (I am using VS17)
I google the issue but unfortunately there is so little out there about it and most of them are really old.
I am missing come Telerik References. To be exact here are list of them.
I have tried this one but was not successful. I followed the steps here but got stock at adding
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\AssemblyFolders\Telerik UI for WinForms Q1 2014]#="C:\Program Files\Telerik\UI for WinForms\Q1 2014\bin\"
My Telerik looks to be installed at
C:\Program Files (x86)\Progress\Telerik UI for ASP.NET AJAX R1 2019
I do not have a bin folder.
And if I go to those bin folders I don't have anything like Telerik.WinControls.****
I am not sure if it is still supported or what I am doing wrong. I have got bunch of other errors but I have a feeling that they are all related to these missing namespaces.
Any help would be much apricated.
EDIT
Based on first comment, I was able to fix that issue. Thanks for that!
I have got this error now. Not quiet clear to me how to approach this. Any thoughts?

Joomla component upgrade with custom code

My client purchased a Joomla component, the comoponent need a customization in both front end and back end.
But his requirment is, custom code in front end and back end to be upgrded while upgrading original component.
Example : I bought a component from a company XYZ and the component name is joomla_events, current latest version is 2.0. I done the customization in the version 2.0. Later on the company releases new version 3.0, If the client upgrade the component from version2.0 to version 3.0 then the custom code in the version 2.0 also updated in version 3.0
Please help to do the custom code upgrade in Joomla component.
This is why editing core files is never recommended, because it gets overridden when updated and people then start to have problems.
A simple answer to your question is, you can't have the custom code you added into version 2.0 appear in version 3.0.
You will need to re-add the code you added before. Yes, it is pain taking and annoying, however you would have been better in the first place to develop a plugin which could have been used to extend the component and would make upgrading easy. Not only will you have to add your code again, but you will need to thoroughly test it to ensure it works.
check this may be it helps you....
http://docs.joomla.org/J2.5:Managing_Component_Updates_(Component_release_files)

Best Symfony 2 (2.1+) forum bundle

I'm looking for Symfony2 forum bundle, which is:
working
not dead
supports sf 2.1
Anyone knows of such a thing?
check this one out:
http://packagist.org/packages/herzult/forum-bundle
It has been updated recently and it is symfony 2.1 ready. You can install it through composer.
Also check http://packagist.org/packages/friendsofsymfony/comment-bundle that allows you to threading capabilities to your symfony application.
You can always check http://packagist.org for symfony 2.1 ready bundles ;)
If you have any problem instaling these feel free to ask.

CodeIgniter and ExpressionEngine

I'm looking to put a small site together and would like a CMS for the static content, but also want to be able to code outside of the CMS (to many bad experiences building modules for Drupal). I've used CodeIgniter and played with Expression Engine a little - and know that ExpressionEngine 2.0 will be build on CodeIgniter...I just wondered if anyone took this approach with the current EE version? and if anyone has any real info on when EE 2.0 is coming out? (if there's other similar approaches I would be open to them).
EllisLab hasn't made any announcement regarding specific launch dates for EE 2.0, and anyone with access to the beta currently going on would be under NDA so couldn't reveal any specifics about that publicly anyway.
EE 1.x can be installed to any directory/subdomain so you can always create areas on your server that are controlled by EE and other areas controlled by custom programming without too much difficulty. The hard part is getting them to share (ie: user session data).
I built an EE site that had a "customer dashboard" feature from where PDF's could be printed with invoices. I did this all outside the EE installation using just clean php.
You CAN also include normal PHP inside any template file and link to your own Classes or Includes outside the EE install directory.
Pretty straightforward.
ExpressionEngine 2.0 is coming out on December 1, 2009.
It will use CodeIgniter for plugins, etc. Wait just a bit. :)

Resources