Page 2 of 3
Re: Blank option tab in User Upload layout
Posted: 29 Jan 2015, 22:40
by Jan
Hi, no, this is not a php error.
To test, if your php error reporting is displaying errors, try to make some php file with error and run it on your server.
e.g.:
php-error.php
and add this content there:
Code: Select all
<?php
echo "test";
echo $varibale;
echo $var
echo "test";
?>
and you should get the following error:
Parse error: syntax error, unexpected 'echo' (T_ECHO), expecting ',' or ';' in D:\www\ZK\error.php on line 8
Jan
Re: Blank option tab in User Upload layout
Posted: 29 Jan 2015, 23:00
by tapiochre
Thanks.
I'll give that a try and report back ASAP.
Chris
Re: Blank option tab in User Upload layout
Posted: 30 Jan 2015, 12:33
by DrawingBlank
Hi, Ive got the exact same problem. Option tab is totally blank and I therefore cant turn User Upload on. Either I need this to be solved (would obv. be best) or: Is it possible to turn User Upload on from any other place in Joomla?
Best,
DB
Re: Blank option tab in User Upload layout
Posted: 30 Jan 2015, 15:14
by tapiochre
Hi DrawingBlank
Normally you set User Upload on in PhocaDownload Options (button near top right of page). It is on the User Upload tab.
Hope that helps?
Chris
Re: Blank option tab in User Upload layout
Posted: 30 Jan 2015, 15:22
by tapiochre
Thanks Jan
The error test file shows a blank screen. If I include the ; then it works ok with no error.
So...no PHP Error reporting! What next boss?
Re: Blank option tab in User Upload layout
Posted: 31 Jan 2015, 01:08
by Jan
Then you need to enable it on your server or ask your webhosting operator. Try to see:
https://www.phoca.cz/documents/16-joomla ... rs-on-site
Jan
Re: Blank option tab in User Upload layout
Posted: 31 Jan 2015, 11:17
by tapiochre
Ok, we have php error reporting enabled and your test error.php script correctly presents the error keeps sage about line 8.
Unfortunately, the options tab is still showing an empty panel (by the way, it's not a blank "screen," all of the other tabs are showing, it's just that there is nothing seen on the Option tab panel when you select it.)
Checking on one of my other sites, I see the same issue.
Back to you Jan?
Re: Blank option tab in User Upload layout
Posted: 02 Feb 2015, 15:15
by haisesasaki
I'm sorry for the late reply! Here's how I did it..
Click System > Global Configuration > Phoca Download
on the Uploads tab set "Enable User Upload" to Yes
That's it. Sorry for late reply, I just happen to visit my post here.
e-mail me if it didn't work
mugiwarahiei@gmail.com
Re: Blank option tab in User Upload layout
Posted: 02 Feb 2015, 16:39
by tapiochre
Hi haisesasaki
Ok, I had already sorted that out but even though the User Upload feature is enabled in Phoca DL Options, the menu "Option" panel is still blank.
Maybe there is nothing on it anyway? If so, why have the Options tab on the Menu feature for User Uploads?
Re: Blank option tab in User Upload layout
Posted: 07 Feb 2015, 04:55
by haisesasaki
tapiochre
Mine is also blank. I don't know why, but I got what I wanted which is the users to upload files..