Beiträge von GameDevJon

    Hey guys,

    On my filebase we provide external links to download assets. Assets are stored on AWS and we use filebase to limit usergroups who can download them.

    On Mac, everything seems to run smooth and no issues. On Windows though, after accepting the license agreement, we get the below graphic every time. The URL displayed is the URL link from AWS (Which we need hidden from users)

    This appears after accepting the license agreement. If i go back to Filebase >Same Item > Download Button > Accept License

    It suddenly works fine. But every first attempt per file does this. After the first, it works.

    Anyone know why?



    You can add a subscription to an user via the admin panel, you'll also have the chance to manually set when this subscription should expire. The user is not charged for this kind of subscription.


    Hey Alex,

    I'm looking through the adminCP on both the individual user and the Paid Subscriptions and I don't see where I can add them and specify x amount of days.

    Hey all,

    I'm trying to find something in the AdminCP where I can give a user access to a subscription. Is it possible to give away subscriptions and then have it expire after x amount of days if they don't have an active payment or payment isn't processed at the end?

    Hi guys,

    I only allow "Admins" to upload to filebase and have "categories" that are only accessible by "Admins"

    In the permissions for regular users and "everyone" -- I have it set to "Can Upload Files" set to NO but they can still see the upload file button. They are not able to complete a file upload though because they are not able to select a category due to permissions. Anyone know what i'm doing wrong?

    The thumbnails for YouTube aren't available right away, instead they require an API key in order to be requested from the YouTube servers. You'll need to set up the YouTube API Key for the thumbnails to work, below the option is a description that includes the instructions on how to obtain one for your site.


    Thanks Alex! Assuming I did this correctly, will the existing thumbnails for this user update or will he need to re-upload?

    Hi

    the unix domain socket that is used to connect to the MySQL server did not exist. Possibly because the MySQL server was being restarted at that point in time.


    Hey tim! Thanks for the response! That makes sense. Question. During this time, I was modifying some CSS in the style sheets. Does hitting submit on that reset anything on the website?

    It happened almost immediately after i updated some color via css.

    Hey guys,

    For about 15 seconds today something happened on my website. Out of the blue this occurred:

    It resolved itself immediately after about 15 seconds. For about 15 seconds, every page on the website was an error page.

    Anyone able to determine what this is related to? Attached is the Error Log as well: 2018-10-04.txt

    Spoiler anzeigen

    Error pages:

    An error has occurred

    Internal error code: 248379764117b4c403213ebeee5b53e33f6fddbb

    What happened?

    An error has occured while trying to handle your request and execution has been terminated. Please forward the above error code to the site administrator.

    The error code can be used by an administrator to lookup the full error message in the Administration Control Panel via “Logs » Errors”. In addition the error has been written to the log file located at */log/2018-10-04.txt and can be accessed with a FTP program or similar.

    Notice: The error code was randomly generated and has no use beyond looking up the full message.

    System Information

    • PHP Version:
    • 5.6.36
    • WoltLab Suite Core:
    • 3.1.5 pl 1
    • Peak Memory Usage:
    • 0.424/128 MiB
    • Request URI:
    • /
    • Referrer:
    • https://gamedevhq.com/forums/thread/…nes/?postID=335
    • User Agent:
    • Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36

    Original Error

    • Error Type:
    • PDOException
    • Error Message:
    • SQLSTATE[HY000] [2002] No such file or directory
    • Error Code:
    • 2002
    • File:
    • */lib/system/database/MySQLDatabase.class.php (45)
    • Stack Trace:
    • #0 */lib/system/database/MySQLDatabase.class.php (45):
    • PDO->__construct('[redacted]', '[redacted]', '[redacted]', '[redacted]')
    • #1 */lib/system/database/Database.class.php (119):
    • wcf\system\database\MySQLDatabase->connect()
    • #2 */lib/system/WCF.class.php (359):
    • wcf\system\database\Database->__construct('[redacted]', '[redacted]', '[redacted]', '[redacted]', '[redacted]')
    • #3 */lib/system/WCF.class.php (164):
    • wcf\system\WCF->initDB()
    • #4 */global.php (13):
    • wcf\system\WCF->__construct()
    • #5 */index.php (10):
    • require_once('*/global.php')

    Final Error

    • Error Type:
    • wcf\system\database\exception\DatabaseException
    • Error Message:
    • Connecting to MySQL server 'localhost' failed
    • Error Code:
    • 2002
    • File:
    • */lib/system/database/MySQLDatabase.class.php (65)
    • Stack Trace:
    • #0 */lib/system/database/Database.class.php (119):
    • wcf\system\database\MySQLDatabase->connect()
    • #1 */lib/system/WCF.class.php (359):
    • wcf\system\database\Database->__construct('[redacted]', '[redacted]', '[redacted]', '[redacted]', '[redacted]')
    • #2 */lib/system/WCF.class.php (164):
    • wcf\system\WCF->initDB()
    • #3 */global.php (13):
    • wcf\system\WCF->__construct()
    • #4 */index.php (10):
    • require_once('*/global.php')

    Hey guys,

    My community members are requesting the ability to increase the limit for their blogs. Currently it's 500 characters i believe. I've checked the admin settings, and only see the ability to lift the image description limit related to the gallary.

    Does anyone know how i can add another 500 characters in length to the blog descriptions?

    Best,

    Jonathan Weinberger