Jump to content

Recommended Posts

On 3/6/2023 at 5:24 AM, ardiansh said:

but i have fixed it with :

1. Go into the .env file, create a variable called FILESYSTEM_DRIVER, and set it to public, as shown below:

FILESYSTEM_DRIVER=public

Next, use the command below in order to create the symbolic link.

php artisan storage:link

2. You can also go to the public directory and run:

rm storage

Then go to the project root and run:

php artisan storage:link

[root@server my-project-root]# php artisan storage:link
PHP Parse error:  syntax error, unexpected '=' in /var/www/vhosts/yyyyy/httpdocs/my-project-root/vendor/symfony/string/Resources/functions.php on line 34

On 3/20/2023 at 6:14 PM, Micro Creatives said:

@kecoamumet can you tell me what is the code you used for cronjobs ?

just like this, im using aapanel

/www/server/php/80/bin/php /www/wwwroot/website/artisan schedule:run 1>> /dev/null 2>&1

 

and i remove all the disabled function from the php.ini because i dont know which one is blocking the script. so i just empty the disable_functions =

 

image.png.49d1f469bbbcefd1343a96963b27bc86.png

Edited by kecoamumet
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
  • Create New...