Varient - News & Magazine Script

Varient - News & Magazine Script v2.4.1

No permission to download

vadusick

New member
Nov 17, 2022
10
16
3
do u can installed on nginx?
Code:
location / {
                root /home/user/dir;
                index index.php;
                try_files $uri $uri/ /index.php?$args;
}

location ~ \.php$ {
                include /etc/nginx/fastcgi_params;
                fastcgi_pass unix:/var/run/php.sock;
                fastcgi_temp_file_write_size 10m;
                fastcgi_busy_buffers_size 512k;
                fastcgi_buffer_size 512k;
                fastcgi_buffers 16 512k;
                fastcgi_connect_timeout 300;
                fastcgi_send_timeout 300;
                fastcgi_read_timeout 300;
                fastcgi_index index.php;
               fastcgi_param SCRIPT_FILENAME /home/user/dir$fastcgi_script_name;
        }
 

iFernn

Member
Banned User
May 4, 2022
61
6
8
kipak.my.id
Code:
location / {
                root /home/user/dir;
                index index.php;
                try_files $uri $uri/ /index.php?$args;
}

location ~ \.php$ {
                include /etc/nginx/fastcgi_params;
                fastcgi_pass unix:/var/run/php.sock;
                fastcgi_temp_file_write_size 10m;
                fastcgi_busy_buffers_size 512k;
                fastcgi_buffer_size 512k;
                fastcgi_buffers 16 512k;
                fastcgi_connect_timeout 300;
                fastcgi_send_timeout 300;
                fastcgi_read_timeout 300;
                fastcgi_index index.php;
               fastcgi_param SCRIPT_FILENAME /home/user/dir$fastcgi_script_name;
        }
add this on url rewrite nginx?
 

melihcansimsek

New member
Nov 13, 2022
9
1
3
in the .env turn the debug to ON an retry
Thank you very much for your interest man, I have one more problem, but can you help me?
The problem is
When the classic old theme is open, the site works normally, but after choosing a theme, the front page works extremely hard and does not open, but when I switch to other languages, the problem is solved.
 

phpCore

ReLOADED
Trusted Uploader
Banned User
Jun 6, 2020
1,511
1,657
120
127.0.0.1/::1
Thank you very much for your interest man, I have one more problem, but can you help me?
The problem is
When the classic old theme is open, the site works normally, but after choosing a theme, the front page works extremely hard and does not open, but when I switch to other languages, the problem is solved.

Sorry never used this script
 

mavikumsal

Member
Jun 25, 2020
49
12
8
I translated it to Turkish language myself. The languages that are ready are not translated very accurately, it would be more useful to translate yourself.
 

MDZameer1

New member
Dec 22, 2022
2
0
1
hello guys this update cant do work properly. user or admin cant upload any content like photos video etc. in article . can anyone solve this issue
 

mavikumsal

Member
Jun 25, 2020
49
12
8
am using this software right now I would like to share my experience with you this script is not very useful first of all if you are using it other than English language new lines come with the update but you have to translate the whole language again if you do this all the news categories you added before disappear even though I did mysql editing it took a lot of effort to update in short You are facing a problem after
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu