sndsabin / Aragorn-Job-Manager-Magento2

Aragorn Job Manager is Magento 2 job and recruitment extension that empowers you to create a separate job section on your Magento store. It allows you to add jobs and interact directly with job seekers.
GNU General Public License v3.0
8 stars 4 forks source link

CSS problem #3

Closed komalmm closed 6 years ago

komalmm commented 6 years ago

Hi css is working fine for no job posting. If I post a new job then my css not working please help

sndsabin commented 6 years ago

CSS not working ? try deploying static content and see that might help.

php bin/magento setup:static-content:deploy -f

komalmm commented 6 years ago

I tried this command but same thing showing github1

komalmm commented 6 years ago

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

sndsabin commented 6 years ago

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

komalmm commented 6 years ago

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 .

sndsabin commented 6 years ago

On this it was going to next line..It was not showing any progress ?Please elaborate. Any screenshot or details would help.

komalmm commented 6 years ago

ok just a minute

komalmm commented 6 years ago

github2

sndsabin commented 6 years ago

Do you have composer installed on your machine ?

komalmm commented 6 years ago

after adding this command it is going to next line..this is root directory of my project

komalmm commented 6 years ago

I dont know about it...I am new.. can you tell me how to check it

sndsabin commented 6 years ago

try composer on command line. if it says unknown command or else it's not installed.

sndsabin commented 6 years ago

Try installing composer if not installed. then

composer require nesbot/carbon php bin/magento setup:upgrade

komalmm commented 6 years ago

After adding composer, it goes on next line like previous one.. no error or no statement

sndsabin commented 6 years ago

Composer isn't installed or it's alias is not created. If composer is installed, it must spit out something like this.

composer

komalmm commented 6 years ago

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

sndsabin commented 6 years ago

shouldn't affect

komalmm commented 6 years ago

Ok thank you sir

komalmm commented 6 years ago

Can I manually add nesbot/carbon file in this module

sndsabin commented 6 years ago

Yes, you could but not recommended

komalmm commented 6 years ago

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

komalmm commented 6 years ago

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

sndsabin commented 6 years ago

Did you install carbon library ? If not please refer to this