Recent Posts
81
The Pub / Re: Wedge&PHP 7
« on November 16th, 2018, 06:32 PM by Kian »Not sure it is a PHP 7.2 issue though.
82
The Pub / Re: Wedge&PHP 7
« on November 15th, 2018, 05:58 PM by Kian »I have to migrate so I'm trying PHP 7.2 now...
I have an issue.
When I post a message, it works but then I get a white page... don't know why.
I have an issue.
When I post a message, it works but then I get a white page... don't know why.
83
The Pub / Re: Right Block
« on November 14th, 2018, 07:58 AM by Drunken Clam »To quote @NaoQuote DC
Well, no bugs so no bug fix commits... And no success, so no new feature commits. That's pretty simple math :) Still, the software still works perfectly, AFAIK. And it was so groundbreaking in some areas that it's still a viable choice for new forums.
84
The Pub / Re: Right Block
« on November 9th, 2018, 04:01 PM by Smasher »When I come here yesterday and today, I never see anyone on. Is Wedge End of Life? Can't stand to still be using smf.
85
The Pub / Right Block
« on November 9th, 2018, 03:51 AM by Smasher »How do you get the information in the right block to go away? Also can't get custom profile fields working in Media.
86
Documentation / Re: PrettyURLs on nginx
« on October 29th, 2018, 03:19 AM by Joannah01 »Setup PrettyURls for nginx is straight forward.
It's the same setup as for Wordpress.
Thanks to MultiformeIngegnoCode: [Select] server {
server_name .DOMAIN.TLD;
index index.php;
root /var/www/WEDGE_INSTALLATION_DIR;
error_log /var/www/WEDGE_INSTALLATION_DIR/error.log;
#Specify a charset
charset utf-8;
location / {
try_files $uri $uri/ /index.php?$args;
}
location ~ \.php$ {
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_read_timeout 180;
include fastcgi.conf;
fastcgi_pass unix:/var/run/php5-fpm.sock;
}
## Deny dot files:
location ~ /\. {
deny all;
}
## favicon.ico not found
location = /favicon.ico {
access_log off;
log_not_found off;
}
Rachat de crédit
## robots.txt not found
location = /robots.txt {
access_log off;
log_not_found off;
}
}
87
Support / Re: error 500 after server change
« on August 22nd, 2018, 06:21 PM by Nao »Oh, good then!
88
Support / Re: error 500 after server change
« on July 27th, 2018, 10:05 AM by Kian »Nevermind, I repaired my old server :-)
89
Support / Re: error 500 after server change
« on July 24th, 2018, 02:52 PM by Kian »It only shows up if you MOVE the data from a server to another, not if you create the data on the final server..?
Then it's a permission issue, isn't it...??!
Whenever I post a message, I get this server error (Apache code 500), though the messages is correctly posted.
Still trying to figure this out.
I may be missing mods or having permission issues.
192.168.168.10 - - [24/Jul/2018:14:53:45 +0200] "POST /?board=22;action=post2 HTTP/1.1" 500 434 "http://test.potesnroll.com/?topic=1090.msg207397" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36"I could be missing a module :
root@vps569571:/etc/apache2/mods-available# ls
access_compat.load authnz_fcgi.load cern_meta.load dump_io.load lbmethod_bybusyness.load mpm_prefork.conf proxy_ftp.conf rewrite.load status.conf
actions.conf authnz_ldap.load cgid.conf echo.load lbmethod_byrequests.load mpm_prefork.load proxy_ftp.load sed.load status.load
actions.load authz_core.load cgid.load env.load lbmethod_bytraffic.load mpm_worker.conf proxy_hcheck.load session_cookie.load substitute.load
alias.conf authz_dbd.load cgi.load expires.load lbmethod_heartbeat.load mpm_worker.load proxy_html.conf session_crypto.load suexec.load
alias.load authz_dbm.load charset_lite.load ext_filter.load ldap.conf negotiation.conf proxy_html.load session_dbd.load unique_id.load
allowmethods.load authz_groupfile.load data.load file_cache.load ldap.load negotiation.load proxy_http2.load session.load userdir.conf
asis.load authz_host.load dav_fs.conf filter.load log_debug.load php7.0.conf proxy_http.load setenvif.conf userdir.load
auth_basic.load authz_owner.load dav_fs.load headers.load log_forensic.load php7.0.load proxy.load setenvif.load usertrack.load
auth_digest.load authz_user.load dav.load heartbeat.load lua.load proxy_ajp.load proxy_scgi.load slotmem_plain.load vhost_alias.load
auth_form.load autoindex.conf dav_lock.load heartmonitor.load macro.load proxy_balancer.conf proxy_wstunnel.load slotmem_shm.load xml2enc.load
authn_anon.load autoindex.load dbd.load http2.load mime.conf proxy_balancer.load ratelimit.load socache_dbm.load
authn_core.load buffer.load deflate.conf ident.load mime.load proxy.conf reflector.load socache_memcache.load
authn_dbd.load cache_disk.conf deflate.load imagemap.load mime_magic.conf proxy_connect.load remoteip.load socache_shmcb.load
authn_dbm.load cache_disk.load dialup.load include.load mime_magic.load proxy_express.load reqtimeout.conf speling.load
authn_file.load cache.load dir.conf info.conf mpm_event.conf proxy_fcgi.load reqtimeout.load ssl.conf
authn_socache.load cache_socache.load dir.load info.load mpm_event.load proxy_fdpass.load request.load ssl.load
root@vps569571:/etc/apache2/mods-available# ls ../mods-enabled/
access_compat.load auth_basic.load authz_core.load autoindex.conf deflate.load env.load mime.load negotiation.conf php7.0.load setenvif.conf status.load
alias.conf authn_core.load authz_host.load autoindex.load dir.conf filter.load mpm_prefork.conf negotiation.load reqtimeout.conf setenvif.load
alias.load authn_file.load authz_user.load deflate.conf dir.load mime.conf mpm_prefork.load php7.0.conf reqtimeout.load status.conf
root@vps569571:/etc/apache2/mods-available#
90
Features / Re: Language revs
« on July 2nd, 2018, 11:59 AM by Nao »[Commit revision a440d0a]
Author: dragomano (Signed-off)
Date: Mon, 02 Jul 2018 11:59:20 +0200
Stats: 39 files changed; +8385 (insertions), -0 (deletion)
Date: Mon, 02 Jul 2018 11:59:20 +0200
Stats: 39 files changed; +8385 (insertions), -0 (deletion)
- First commit (Russian translation) (#77)