Search results

  1. Y

    Pre V3.4 - Debug large uploads failing and 'error: true'

    Re: Debug large uploads failing and 'error: true' problems. Ran into this problem on a customers server today. If you are running Plesk 11 and are having problems uploading files over 16MB then the fix is below. Open the file in an ssh terminal...
  2. Y

    How to upgrade to new version??

    Rename the .htaccess file where index.php is to .htaccess.old and run the install script again. Once updated, rename .htaccess.old to .htaccess
  3. Y

    How can I change the course admin

    You're Welcome :)
  4. Y

    How can I change the course admin

    If you set the CHMOD to 0600 on _config.inc.php file, then only someone who has FTP/ssh access is able to read the contents. It will not be viewable in an internet browser. As the file is, its not viewable in a browser anyway as nothing is printed from the file to the screen
  5. Y

    How can I change the course admin

    No need to change the config file name, just CHMOD it to 0600 so its not executable To change the admin directory name, Change the admin directory name Open includes/master.inc.php Find on line 89 define('ADMIN_WEB_ROOT', WEB_ROOT . '/admin'); Change the "admin" section to what you changed...
  6. Y

    Why is my topic deleted?

    If you have problems or concerns with the script. Then you would get a better response by sending an email to [email protected]
  7. Y

    Need Help Something wrong..

    Make a new php file and put this into it <?php echo $_SERVER ['DOCUMENT_ROOT']; ?> Upload the file and open it in your browser. It should display something like /home/content/43/5516543/html/
  8. Y

    Need Help Something wrong..

    Try require_once('../includes/master.inc.php');
  9. Y

    Need Help Something wrong..

    What is line 6 of _local_auth.inc.php I'm on my phone so do not have access to the files at the moment.
  10. Y

    Need Help Something wrong..

    Make sure that master.inc.php is in the includes directory because its not finding the file
  11. Y

    Always 404 not Found Errors - who can help?

    Hi, Depending where you want to capitalize the words will depend where you need to edit the files, or in the css files. For example in index.php you have "select files" Find: <h2><?php echo t('select_files', 'Select files'); ?>:</h2> To change it to "Select files" <h2><?php echo...
  12. Y

    Always 404 not Found Errors - who can help?

    I just uploaded a file (yetisharemods-testfile.rar) and downloaded it without any problem.
  13. Y

    Error "Could not open socket" with ReCaptcha and SolveMedia

    Re: Error "Could not open socket" with ReCaptcha and SolveMe The below is taken from the Solvemedia website Why am I getting a "could not open socket" error? The error that you are seeing means that your webserver is unable to establish a connection with our servers. First, try pinging...
  14. Y

    help for install script

    Change in .htaccess RewriteBase / to RewriteBase /hdupload/
  15. Y

    help for install script

    Did you change the base path in the .htaccess file included with the script?
  16. Y

    Problem with script or server

    I doubt its the server as I have just tried this on my server and got exactly the same problem using CentOS 6 x64 and both firefox and chrome. Its doubtful that 2 different servers would have the exact same specs unless set up by the same person, which they wasn't
  17. Y

    Problem with Post Backup

    No problem :)
  18. Y

    Warning: disk_total_space() [function.disk-total-space]: ...

    Re: Warning: disk_total_space() [function.disk-total-space]: In /usr/local/lib/php.ini comment out the line open_basedir so it looks like this ;open_basedir =
  19. Y

    PayPal is activ without install the plugin

    You should also delete the paypal folder in the plugins directory.