salve vorrei sapere se sngine funziona sui vs server
scattialvolo.altervista.org/sign/Script/
grazie
salve vorrei sapere se sngine funziona sui vs server
scattialvolo.altervista.org/sign/Script/
grazie
Dai requisiti richiesti dalla fonte dovrebbe funzionare https://www.sngine.com/documentation...l#Introduction
Che problema riscontri? Abilita il Server To Server dal pannello altervista.
È un prodotto a pagamento difficilmente altri lo possono testare e dare conferma. Altrimenti scegli il gratis.
Ultima modifica di darbula : 04-05-2021 alle ore 14.32.02
Ad ogni cosa che faccio in questa home mi da questo errore
scattialvolo.altervista.org/sign/Script/
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, info@altervista.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request
non mi permette di installarlo
scattialvolo.altervista.org/sign/Script/install.php
HO Caricato manualmente i dati del DB NEL file config
e ho caricato manualmente in php my admin il file del db
ma ricevo errore 500
grazie
Solitamente l'errore 500 può essere dato o da un file .htaccess errato, oppure da una richiesta verso l'esterno di un sito non disponibile. Hai già provato ad abilitare le connessioni server to server come ti è stato suggerito?
In ogni caso, visto che hai acquistato il loro prodotto, hai acquistato anche il loro supporto almeno per i primi 6 mesi: ti consiglierei di chiedere loro visto che sanno come funziona.
Ciao!
regolamento altervista_______________ regolamento forum
Comunque in effetti come risposto in precedenza @scattialvolo altervista non supporta php 7.2 e fai copia/incolla del contenuto file .htaccees.
Inoltre per favore non aprire altre discussioni che si riferiscano allo stesso problema, né basta uno. http://forum.it.altervista.org/cms-f...ml#post1471343
Ultima modifica di darbula : 07-05-2021 alle ore 00.19.12
## Security Control ##
<FilesMatch "\.(htaccess|htpasswd|ini|log|sh|inc|bak|tpl)$ ">
Order Allow,Deny
Deny from all
</FilesMatch>
<IfModule mod_security.c>
SecFilterScanPOST Off
</IfModule>
## Cache Control ##
<IfModule mod_headers.c>
<FilesMatch "\.(jpg|jpeg|png|gif|svg|swf|css|js)$">
Header set Cache-Control "max-age=31536000, public"
</FilesMatch>
</IfModule>
## Gzip Control ##
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE image/jpg
AddOutputFilterByType DEFLATE image/png
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE image/x-icon
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/x-font
AddOutputFilterByType DEFLATE application/x-font-truetype
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/x-font-otf
AddOutputFilterByType DEFLATE application/x-font-opentype
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE font/ttf
AddOutputFilterByType DEFLATE font/otf
AddOutputFilterByType DEFLATE font/opentype
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
</IfModule>
## Expires Control ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 2 days"
</IfModule>
## RewriteEngine ##
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .* - [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Installer
RewriteRule ^install/?$ install.php [L,QSA]
# Sign(in|up|out)
RewriteRule ^signin/?$ sign.php?do=in [L,QSA]
RewriteRule ^signup/?$ sign.php?do=up [L,QSA]
RewriteRule ^signout/?$ sign.php?do=out [L,QSA]
RewriteRule ^reset/?$ sign.php?do=reset [L,QSA]
RewriteRule ^activation/([^/]+)/?$ activation.php?code=$1 [L,QSA]
# Social Logins
RewriteRule ^connect/([^/]+)/?$ connect.php?do=connect&provider=$1 [L,QSA]
RewriteRule ^revoke/([^/]+)/?$ connect.php?do=revoke&provider=$1 [L,QSA]
# Started
RewriteRule ^started/?$ started.php [L,QSA]
RewriteRule ^started/finished?$ started.php?finished=true [L,QSA]
# Static Pages
RewriteRule ^static/([^/]+)/?$ static.php?url=$1 [L,QSA]
# Contacts
RewriteRule ^contacts/?$ contact.php [L,QSA]
# Directory
RewriteRule ^directory/?$ directory.php [L,QSA]
RewriteRule ^directory/([^/]+)/?$ directory.php?view=$1 [L,QSA]
RewriteRule ^directory/([^/]+)/([^/]+)/?$ directory.php?view=$1&page=$2 [L,QSA]
# Search
RewriteRule ^search/?$ search.php [L,QSA]
RewriteRule ^search/hashtag/([^/]+)/?$ search.php?query=$1&hashtag=1 [L,QSA]
RewriteRule ^search/([^/]+)/?$ search.php?query=$1&hashtag=0 [L,QSA]
# Developers
RewriteRule ^api/([^/]+)/?$ api.php?do=$1 [L,QSA]
RewriteRule ^developers/?$ developers.php [L,QSA]
RewriteRule ^developers/([^/]+)/?$ developers.php?view=$1 [L,QSA]
RewriteRule ^developers/edit/([^/]+)/?$ developers.php?view=edit&app_auth_id=$1 [L,QSA]
RewriteRule ^share/?$ share.php [L,QSA]
# Packages
RewriteRule ^packages/?$ packages.php [L,QSA]
# Messages
RewriteRule ^messages/?$ messages.php [L,QSA]
RewriteRule ^messages/new?$ messages.php?view=new [L,QSA]
RewriteRule ^messages/([^/]+)/?$ messages.php?cid=$1 [L,QSA]
# Notifications
RewriteRule ^notifications/?$ notifications.php [L,QSA]
# Settings
RewriteRule ^settings/?$ settings.php [L,QSA]
RewriteRule ^settings/([^/]+)/?$ settings.php?view=$1 [L,QSA]
RewriteRule ^settings/([^/]+)/([^/]+)/?$ settings.php?view=$1&sub_view=$2 [L,QSA]
# Live
RewriteRule ^live/?$ live.php [L,QSA]
# Posts & Photos
RewriteRule ^posts/([^/]+)/?$ post.php?post_id=$1 [L,QSA]
RewriteRule ^photos/([^/]+)/?$ photo.php?photo_id=$1 [L,QSA]
# Popular
RewriteRule ^popular/?$ index.php?view=popular [L,QSA]
# Discover
RewriteRule ^discover/?$ index.php?view=discover [L,QSA]
# Saved
RewriteRule ^saved/?$ index.php?view=saved [L,QSA]
# Memories
RewriteRule ^memories/?$ index.php?view=memories [L,QSA]
# Ads
RewriteRule ^ads/?$ ads.php [L,QSA]
RewriteRule ^ads/new?$ ads.php?view=new [L,QSA]
RewriteRule ^ads/edit/([^/]+)/?$ ads.php?view=edit&campaign_id=$1 [L,QSA]
# Moderator Panel
RewriteRule ^modcp/?$ moderator.php [L,QSA]
RewriteRule ^modcp/([^/]+)/?$ moderator.php?view=$1 [L,QSA]
RewriteRule ^modcp/([^/]+)/([^/]+)/?$ moderator.php?view=$1&sub_view=$2 [L,QSA]
RewriteRule ^modcp/([^/]+)/([^/]+)/([^/]+)/?$ moderator.php?view=$1&sub_view=$2&id=$3 [L,QSA]
# Admin Panel
RewriteRule ^admincp/?$ admin.php [L,QSA]
RewriteRule ^admincp/([^/]+)/?$ admin.php?view=$1 [L,QSA]
RewriteRule ^admincp/([^/]+)/([^/]+)/?$ admin.php?view=$1&sub_view=$2 [L,QSA]
RewriteRule ^admincp/([^/]+)/([^/]+)/([^/]+)/?$ admin.php?view=$1&sub_view=$2&id=$3 [L,QSA]
# Profile
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/?$ profile.php?username=$1 [L,QSA]
RewriteRule ^([^/]+)/([^/]+)/?$ profile.php?username=$1&view=$2 [L,QSA]
RewriteRule ^([^/]+)/([^/]+)/([^/]+)/?$ profile.php?username=$1&view=$2&id=$3 [L,QSA]
DOVERBBE FUNZIONARE
This script requires the following system requirments to run:
Apache Server, PHP 5.5+ (PHP 7.1+ to use Twilio Services) and MySQL 5.0+ (Sngine also support PHP 7+ and MySQL 8+)
PHP extensions (mysqli, mbstring, curl) & PHP library (GD)
PHP funcrions (allow_url_fopen() & mail())
Apache extension (mod_rewrite)
You can ask your hosting company support to make sure to enable them for you
Ok non ho verificato ma in altervista dovrebbe dare errore la direttiva mod_headers (in realtà è inibito l'uso
di Header set) crea un file .htaccess di backup e togli l'inizio e fine di tale direttiva nel file htaccess già presente su altervista.
Se qualcuno vuole provare a copiare e incollare il testo (in un file .htaccess) poi dopo 30 minuti clicca vai avanzato e controlla da qui appare qualche tipo di errore?
@scattialvolo grazie per aver condiviso.
Ultima modifica di darbula : 07-05-2021 alle ore 22.17.30
come posso risolvere questo errore in ogni tabella del DB
Errore
Query SQL:
CREATE TABLE IF NOT EXISTS `ads_campaigns` (
`campaign_id` int(10) NOT NULL AUTO_INCREMENT,
`campaign_user_id` int(10) UNSIGNED NOT NULL,
`campaign_title` varchar(256) NOT NULL,
`campaign_start_date` datetime NOT NULL,
`campaign_end_date` datetime NOT NULL,
`campaign_budget` double NOT NULL,
`campaign_spend` double NOT NULL DEFAULT '0',
`campaign_bidding` enum('click','view') NOT NULL,
`audience_countries` mediumtext NOT NULL,
`audience_gender` varchar(32) NOT NULL,
`audience_relationship` varchar(64) NOT NULL,
`ads_title` varchar(255) DEFAULT NULL,
`ads_description` mediumtext,
`ads_type` varchar(32) NOT NULL,
`ads_url` varchar(256) DEFAULT NULL,
`ads_page` int(10) UNSIGNED DEFAULT NULL,
`ads_group` int(10) UNSIGNED DEFAULT NULL,
`ads_event` int(10) UNSIGNED DEFAULT NULL,
`ads_placement` enum('newsfeed','sidebar') NOT NULL,
`ads_image` varchar(256) NOT NULL,
`campaign_created_date` datetime NOT NULL,
`campaign_is_active` enum('0','1') NOT NU[...]
Messaggio di MySQL:
#1115 - Unknown character set: 'utf8mb4'
Salve,
quali oprazioni/modifiche ha eseguito in precedenza?
Quale versione di php sta usando?Messaggio di MySQL:
#1115 - Unknown character set: 'utf8mb4'
Cordiali saluti.
PHP 7.3 La versione che uso
sTO PROVANDO A caricare il DB Manualmente ma riceevo sempre quel errore
We're sorry!
We are currently experiencing some technical issues. Please try again later.
Sapete dirmi come risolvere questo errore
In quale contesto le appare tale messaggio?
Dopo quali azioni il messaggio è apparso?
Eventualmente, mostri un'immagine di dove le appare l'errore.
Cordiali saluti.