Closed komalmm closed 6 years ago
CSS not working ? try deploying static content and see that might help.
php bin/magento setup:static-content:deploy -f
I tried this command but same thing showing
It is not showing with header and footer...If I delete job post abc.. then css is working fine with header and footer...I am not getting why after adding job, I am getting this..Please help
Did you install carbon library ? You might have missed step 2 of the installation process. Aragorn JobManager uses Carbon library. cd into your magento root directory and install the carbon package via composer
composer require nesbot/carbon
Hi,
I have added this command.. On this it was going to next line.. It was not showing any progress
On Sun 19 Aug, 2018, 1:37 AM sndsabin, notifications@github.com wrote:
Did you install carbon library ? You might have missed step 2 of the installation process. Aragorn JobManager uses Carbon library. cd into your magento root directory and install the carbon package via composer
composer require nesbot/carbon
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sndsabin/Aragorn-Job-Manager-Magento2/issues/3#issuecomment-414083281, or mute the thread https://github.com/notifications/unsubscribe-auth/Aofx8TPkolWHbmlFnyaEcx0AOcMVjyadks5uSHP0gaJpZM4WBIau .
On this it was going to next line..It was not showing any progress ?Please elaborate. Any screenshot or details would help.
ok just a minute
Do you have composer installed on your machine ?
after adding this command it is going to next line..this is root directory of my project
I dont know about it...I am new.. can you tell me how to check it
try composer
on command line. if it says unknown command or else it's not installed.
Try installing composer if not installed. then
composer require nesbot/carbon
php bin/magento setup:upgrade
After adding composer, it goes on next line like previous one.. no error or no statement
Composer isn't installed or it's alias is not created. If composer is installed, it must spit out something like this.
Ok thank you sir...I just want to know that if I install composer now in my project...so my data on website will remain same na...I mean it should not affect somewhere on my site
shouldn't affect
Ok thank you sir
Can I manually add nesbot/carbon file in this module
Yes, you could but not recommended
Yes, you could but not recommended
Import failed: Warning: Error while sending QUERY packet. PID=69 in /home/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php on line 228
Getting this error after setup:upgrade
Yes, you could but not recommended
Import failed: Warning: Error while sending QUERY packet. PID=69 in /home/vendor/magento/zendframework1/library/Zend/Db/Statement/Pdo.php on line 228
Getting this error after setup:upgrade
Hi... I am creating jobs in Magento Admin, but on the frontend I am getting only last one job with no heade and footer. Please refer: http://prntscr.com/lb2yjf
Hi css is working fine for no job posting. If I post a new job then my css not working please help