TobiasKrais / d2u_news

Redaxo 5 Addon zum Verwalten von Nachrichten
https://www.kaltenbach.com/de/news-und-messen/
MIT License
11 stars 0 forks source link

syntax error, unexpected 'int' (T_STRING), expecting variable (T_VARIABLE) #6

Closed yanntempel closed 1 year ago

yanntempel commented 1 year ago

after installing d2u news addon i get an error when adding my first news article (clicking on +)

Open: /var/www/vhosts/u52328565.web4.freenetdomain.de/httpdocs/redaxo/src/addons/d2u_news/lib/news.php <?php /**

namespace D2U_News;

/**

in the line: var int $news_id = 0;

yanntempel commented 1 year ago

sorry, here comes the code block

`Open: /var/www/vhosts/u52328565.web4.freenetdomain.de/httpdocs/redaxo/src/addons/d2u_news/lib/news.php <?php /**

namespace D2U_News;

/**

var int $news_id = 0;

TobiasKrais commented 1 year ago

Whats your PHP version?

TobiasKrais commented 1 year ago

It should be at least 7.4 or above.

yanntempel commented 1 year ago

My php Version is 7.3.x OK i'll order a newer Version at my Provider and test again. Thank you