#1 Re: Bug Reports » com.fastspot.events bug/error » May 1, 2017 8:15am

Yup, I think it's a shared server issue, probably some stricter policies, kinda weird cause
* is allowed as a sub-delim.
I fixed it by editing utils.php (  if (strpos($route,"$") !== false) { etc etc ) and using a "$"
instead of a "*".
On this server, short_open_tag isn't allowed either, <?= IS allowed.

Regarding the "site/", this one gave me troubles:
core\bootstrap.php line 14
$site_root = $server_root."site/";

#2 Bug Reports » com.fastspot.events bug/error » April 29, 2017 5:53am

martijnmegens
Replies: 3

On a shared windows server, "*" is not allowed in the URL :-(
So com.fastspot.events*events gives an error.

What is the easiest way to correct this?

I tried to rename all instances to com.fastspot.events-events, but then
the many-to-many fails :-(


Also, is there a reason that "site/" is hardcoded in alot of code?

Board footer

Powered by FluxBB

The Discussion Forum is not available on displays of this size.