I need help in pixel setup in cPanel

ss8930612

Aug 2nd, 2021 08:08 AM

It is saying please provide a valid cache path when I'm going to run php artisan storage:link. What i do now?

bo-iliev

Aug 2nd, 2021 10:45 PM

Hello there,

You can see the solution to your problem in the post below.

https://devdojo.com/bobbyiliev/how-to-fix-please-provide-a-valid-cache-path-error-in-laravel

I hope that this helps.

ss8930612

Aug 3rd, 2021 06:55 AM

No this method is not working still i'm facing issue.

bobbyiliev

Aug 3rd, 2021 07:57 AM

Did you run the mkdir storage/framework/{sessions,views,cache} command inside your public_html folder?

And also did you run the 3 commands after that:

php artisan cache:clear
php artisan config:clear
php artisan view:clear
ss8930612

Aug 3rd, 2021 08:07 AM

I run mkdir storage/framework/{sessions,views,cache}

but a error is showing

mkdir: cannot create directory 'storage/framework/sessions': File exists mkdir: cannot create directory 'storage/framework/views': File exists mkdir: cannot create directory 'storage/framework/cache': File exists

bobbyiliev

Aug 3rd, 2021 08:19 AM

Ok, did you run the commands inside the public_html folder?

If you wish send me a message with your SSH login details and I can fix it for you.

ss8930612

Aug 3rd, 2021 08:31 AM

send me your email.

bobbyiliev

Aug 3rd, 2021 08:33 AM

Feel free to send over the email to: [email protected]

ss8930612

Aug 3rd, 2021 11:38 AM

Details sent to you

bobbyiliev

Aug 3rd, 2021 11:59 PM

Thanks! Should be all sorted now I think!

For anyone who comes across this in the future, the error was different and was caused due to a bug in the Pixel script which will be fixed soon.