Ciao a tutti...
ho installato uno script php per la gestione delle news basato su MySql...
dopo aver trafficato un po' con le variabili sono ad un punto un po' morto...
la parte "admin" funziona ma ho un problema con la visualizzazione delle news...
Codice:
/* ==================
* Path Configuration
* ------------------
*/
$base_path = "/membri/boboli/wmnews"; // Path where you place WMNews
$base_datapath = "$base_path/data"; // Path where the files generated by WMNews will keep
$base_sharepath = "$base_path/share"; // Path where the share files generated by WMNews will keep
$base_langpath = "$base_path/lang"; // Path where language files keep
$base_imgpath = "$base_path/nimages"; // Path where news images files will keep
$base_temp = "$base_path/temp"; // Path where temporary files will keep
$base_url = "http://boboli.altervista.org"; // Web Path of your WMNews
$base_url_admin = "$base_url/admin"; // Admin Web Path of your WMNews
$base_url_share = "$base_url/share"; // Path for share your news
$base_url_images = "$base_url/nimages"; // Web Path of news images files
$base_url_temp = "$base_url/temp"; // Web Path of temporary directory
la variabile $base_path ho dovuta configurarla cosi altrimenti il lato admin non funzionava (altrimenti non trovava il file lang.us.php) ma adesso se provo a visualizzare le news mi rimanda a:
http://boboli.altervista.org/membri/...ew.php?ArtID=1
se modifico la variabile $base_path per togliere /membri/boboli/ non mi apre più l'admin :sadOLD:
qualcuno sa come posso aggirare il problema ???
grazie
Roby