christoyor
Forum Replies Created
-
Forum: Plugins
In reply to: [Book a Room] Create RoomsIt now works as expected
Forum: Plugins
In reply to: [Book a Room] Create RoomsThe problem is that there is a missing php inside just before foreach. I changed it to
<?php
foreach ( $branchList as $key => $val ) {
$temp = $branch_line;Forum: Plugins
In reply to: [Book a Room] Create RoomsI have remove it and the same problem exists. I believe that it has something with the version of PHP may be the syntax cannot recognize the parameter $val
Forum: Plugins
In reply to: [Book a Room] Create RoomsYes of course
Forum: Plugins
In reply to: [Book a Room] Create RoomsIf i delete the } character the room page opens to create a new room but in the branches drop down list i get the same error Notice:Undefined variable in val in /var/www/html/wp-content/plugins/book-a-room/templates/rooms/edit.php on line 60.
Forum: Plugins
In reply to: [Book a Room] Create RoomsHi the problem now is
Parse error: syntax error, unexpected ‘}’ in /var/www/html/wp-content/plugins/book-a-room/templates/rooms/edit.php on line 62Forum: Plugins
In reply to: [Book a Room] Create RoomsHi thanks for the support. It seems that the update didn’t fixed the problem. My PHP version is 5.4.16
Forum: Plugins
In reply to: [Book a Room] Create RoomsThe error message is the following:
Parse error: syntax error, unexpected ‘}’ in /var/www/html/wp-content/plugins/book-a-room/templates/rooms/edit.php on line 62
Deleting the } character the form opens but the code doesn’t list the branches.
The error message is:
Notice:Undefined variable in val in /var/www/html/wp-content/plugins/book-a-room/templates/rooms/edit.php on line 60.The version is WordPress 4.8.1 and the latest plugin.
Thank you