- Home
- Categorie
- Coding e Sistemistica
- PHP
- Problemi con la visualizzazione delle immagini
-
Problemi con la visualizzazione delle immagini
Salve spero che mi possiate aiutare.
Sul mio blog non riesco a visualizzare alcune immagini. Fino a qualche giorno fa andava tutto bene ma ora non so che succede. Aruba dice che non è un problema di database.
Cliccando sulle immagini in libreria compare il seguente errore: Parse error: syntax error, unexpected ',' in /web/htdocs/.menasantoro.it/home/wp-content/themes/yashfa/image.php on line 28Ho controllato la linea 28 e dice: __('You can follow any responses to this entry through the?','yashfa'); post_comments_feed_link('RSS 2.0');, _e('feed.','yashfa'); ?>
Che significa? c'è un problema nel codice? io non sono pratica.
Grazie mille.
-
Ciaomenanek,
Manca qualche parentesi di chiusura.
Posta dalla riga 25 alla 30, in modo che possiamo capire qualcosa.
-
Grazie, aspetta che ora posto.
-
[php]<?php _e('This entry was posted on ','yashfa');?><?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
<?php _e('and is filed under ','yashfa');?><?php the_category(', ') ?>.
<?php the_taxonomies();
__('You can follow any responses to this entry through the?','yashfa'); post_comments_feed_link('RSS 2.0'); _e('feed.','yashfa'); ?><?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Both Comments and Pings are open ?>
<?php _e('You can ','yashfa');?><a href="#respond"><?php _e('leave a response','yashfa');?></a><?php _e(', or ','yashfa');?><a href="<?php trackback_url(); ?>" rel="trackback"><?php _e('trackback','yashfa');?></a><?php _e('from your own site.','yashfa');?><?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { // Only Pings are Open ?> <?php _e('Responses are currently closed, but you can ','yashfa');?><a href="<?php trackback_url(); ?> " rel="trackback"><?php _e('trackback','yashfa');?></a><?php _e('from your own site.','yashfa');?>[/php]
Ho postato dalla25 alla 36 anche alla 36 mi da errore, alla 26 ho eliminato una virgola e sembra andare.
Sai cosa succede? mi sto esaurendo. All'improvviso sparisce un'immagine e ne compare un'altra
-
Metti questo, al posto di quelle righe, non togleire i punti e virgola, altrimenti non risolvi fai semplicemente cambiare l'errore:
[php]
<?php _e('This entry was posted on ','yashfa');?><?php the_time('l, F jS, Y'); ?> at <?php the_time(); ?>
<?php _e('and is filed under ','yashfa');?><?php the_category(', ') ?>.
<?php the_taxonomies();
__('You can follow any responses to this entry through the?','yashfa'); post_comments_feed_link('RSS 2.0'); _e('feed.','yashfa'); ?><?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
// Both Comments and Pings are open ?>
<?php _e('You can ','yashfa');?><a href="#respond"><?php _e('leave a response','yashfa');?></a><?php _e(', or ','yashfa');?><a href="<?php trackback_url(); ?>" rel="trackback"><?php _e('trackback','yashfa');?></a><?php _e('from your own site.','yashfa');?><?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { // Only Pings are Open ?> <?php _e('Responses are currently closed, but you can ','yashfa');?><a href="<?php trackback_url(); ?> " rel="trackback"><?php _e('trackback','yashfa');?></a><?php _e('from your own site.','yashfa');?>
[/php]
Incolla eventuali altri errori. Comunque mi da l'impressione che ci sia parte di una riga mancante e non posso sapere come doveva essere.
-
Non è che posso darti i parametri d'accesso?
Così controlli meglio?
anche la barra laterale si è bloccata, nel senso che non riesco più a spostare i widget nè ad inserirne altri.Comunque mille grazie. ora provo ad insollare questo codice.
-
<?php _e('This entry was posted on ','yashfa');?><?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
<?php _e('and is filed under ','yashfa');?>****<?php the_category(', ') ?>.
<?php the_taxonomies();
__('You can follow any responses to this entry through the?','yashfa'); post_comments_feed_link('RSS 2.0'); _e('feed.','yashfa'); ?>**<?php *if* (('open' == $post-> comment_status) && ('open' == $post->ping_status)) { *// Both Comments *and* Pings are open ?>*** **<?php _e('You can ','yashfa');?>****<a href="*#respond">****<?php _e('leave a response','yashfa');?>****</a>****<?php _e(', *or* ','yashfa');?>**<a href="**<?php trackback_url(); ?>**" rel="trackback">**<?php _e('trackback','yashfa');?>****</a>****<?php _e('from your own site.','yashfa');?>*** **<?php } *elseif* (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { *// Only Pings are Open ?>*** **<?php _e('Responses are currently closed, but you can ','yashfa');?>**<a href="**<?php trackback_url(); ?>** " rel="trackback">**<?php _e('trackback','yashfa');?>****</a>****<?php _e('from your own site.','yashfa');?>**
provo a ripostare le righe. voglio vedere se sono uguali
-
Ho inserito il codice che mi hai dato, è uguale. non è cambiato nulla.
-
Attento alle maiuscole.
Comunque per me l'errore sta qui:
[php]
__('You can follow any responses to this entry through the?','yashfa');
[/php]
Ti consiglio di controllare sul forum di supporto dello script perchè se non hai modificato nulla, sicuramente sarà un problema noto.
-
ho un problema enorme, non riesco a visualizzare nel mio sito le immagini, non capisco. vi prego aiutatemi. vi posto una discussione già avviata:
giorgiotave.it/forum/php-mysql/115304-problemi-con-la-visualizzazione-delle-immagini.html#post657650non ne siamo venuti a capo.
grazie