- Posts: 6
[Solved] PHP Error on Installation
- Baito
- Topic Author
- Offline
- New Member
-
Less
More
14 years 7 months ago - 14 years 7 months ago #1
by Baito
[Solved] PHP Error on Installation was created by Baito
When I try to install the Joomdle for Joomla 1.6 Alpha, I get the following PHP error:
PHP Parse error: syntax error, unexpected $end in <my_joomla_dir>/tmp/install_4d5be4db5694f/joomdle-joomla-package/install.php on line 298
My system is as follows:
Joomla! 1.6.0 Stable
PHP 5.3.3
MySQL 5.1.36
I took a look at install.php and at least on first glance didn't notice any missing curly braces or anything like that, so I'm not sure where the error comes from, any ideas?
PHP Parse error: syntax error, unexpected $end in <my_joomla_dir>/tmp/install_4d5be4db5694f/joomdle-joomla-package/install.php on line 298
My system is as follows:
Joomla! 1.6.0 Stable
PHP 5.3.3
MySQL 5.1.36
I took a look at install.php and at least on first glance didn't notice any missing curly braces or anything like that, so I'm not sure where the error comes from, any ideas?
Last edit: 14 years 7 months ago by Antonio Durán.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7847
14 years 7 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Re: PHP Error on Installation
Only thing I can think of is the PHP shor tags.
I checked install.php and there are some of them (<?) Look for them, change by <?php and re-package, to see if that solves your problem.
I checked install.php and there are some of them (<?) Look for them, change by <?php and re-package, to see if that solves your problem.
The topic has been locked.
- Baito
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
14 years 7 months ago #3
by Baito
Replied by Baito on topic Re: PHP Error on Installation
Thank you, that was indeed the problem!
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7847
14 years 7 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic Re: PHP Error on Installation
Thank you for your feedback

The topic has been locked.