Jump to content

paladox2014

Members
  • Posts

    314
  • Joined

  • Last visited

Everything posted by paladox2014

  1. Hi does that mean stevie also needs to have it recompiled to match same version as php.
  2. Hi yes that would be a good idea. Yes this idea white take a year or maybe. Couple of years but it could be a plan to fix the server MySQL and stop it going down every time and allow innodb to be used. But anyways those corrupted database doing work so if ip they doing work how can a user know if it is gone if the website doesent use it.
  3. Oh ok. Then i would suggest send the users email who have the damaged database requesting that can you delete it so the server can be repaired because your database is causing the server to not work. Just suggestion and yes i do know you have a lot of users.
  4. Ok but what I meant is Backup folder and then after fixing MySQL re upload the folder because that folder holds all the databases nothing else but makes sure it doesent override the default database in that folder.
  5. Hi please re enable the option in drop down to switch between paper laten or x3 skin please. You can remove the x2 skin so that wont show in it.
  6. Ok but even if the links in that folder are corrupted MySQL will still work it will just stop users from using there corrupted database.
  7. @Krydos if you do decide to remove the drop down box please could you keep paper_latin as a skin option since it is a newer skin and works and is currently ment to replace the x3 skin.
  8. Oh ok. but in MySQL folder there is a folder that holes all tables for all users. why not backup that folder and re install innodb just suggestions and trying to help to fix problem. http://chepri.com/mysql-innodb-corruption-and-recovery/
  9. What about running the MySQL tool that fixes problems.
  10. Hi I belive that resetting password on stevie is broken because my email is correct on it and it still hadent sent the email. my account is working now because staff at heliohost had to do it manually but reset should work on stevie if not it needs to be fixed please or create a script like you have on your homepage. and this problem may happen to johnny not sure since johnny is using a much updated version of cpanel.
  11. I think it is because I know of another free web host that just installed this on there free server. This should be installed on both stevie and johnny then.
  12. Hi please enable popen() on stevie. needs to be used by mediawiki.
  13. Hi please install XCache on johnny i think it is installed on stevie but please install it on johnny so i can use object cache or cache please.
  14. Could the wiki be upgraded to 1.19. since it include security updates and your wiki is running an alpha version of 1.19. not stable version. 1.19 is last mediawiki version to support php 5.2. and wiki upgrading doesent take too long since your already on 1.19 alpha. https://git.wikimedia.org/log/mediawiki%2Fcore.git/refs%2Ftags%2F1.19.24 http://releases.wikimedia.org/mediawiki/1.19/
  15. This can be closed because it was due to outdated extensions that caused the whole javascript to break once upgraded to wmf 7 of 1.26 of mediawiki.
  16. If it is on johnny then that's because the server keeps going down.
  17. Hi but what about heliohost and helionet server being updated to php 5.3 or 5.4 ad MySQL 5.1 or 5.5. Since your website is running on a really old php and MySQL version.
  18. Hi mysql 5.1 is insecure accurding to this http://blog.cpanel.com/no-server-left-behind-removal-of-mysql-blockers/ you should update heliohost MySQL server to 5.1 or 5.5. and php 5.2 to 5.3 or 5.4. and then upgrade the wiki software so that It is using a supported release. Hi stevie mysql could be updated because if you look at https://dev.mysql.com/doc/refman/5.5/en/upgrading-from-previous-series.html it says the upgrader will attempt to repair any tables.
  19. I now do not belive object cache is the reason. On stevie it seems to be able to generate hasing for resourceloader but on johnny it wont could you follow what you did on stevie on johnny please. http://searchsqlserver.techtarget.com/definition/hashing Problem with this code public function getVersionHash( ResourceLoaderContext $context ) { // Cache this somewhat expensive operation. Especially because some classes // (e.g. startup module) iterate more than once over all modules to get versions. $contextHash = $context->getHash(); if ( !array_key_exists( $contextHash, $this->versionHash ) ) { $summary = $this->getDefinitionSummary( $context ); if ( !isset( $summary['_cacheEpoch'] ) ) { throw new Exception( 'getDefinitionSummary must call parent method' ); } $str = json_encode( $summary ); $mtime = $this->getModifiedTime( $context ); if ( $mtime !== null ) { // Support: MediaWiki 1.25 and earlier $str .= strval( $mtime ); } $mhash = $this->getModifiedHash( $context ); if ( $mhash !== null ) { // Support: MediaWiki 1.25 and earlier $str .= strval( $mhash ); } $this->versionHash[ $contextHash ] = ResourceLoader::makeHash( $str ); } return $this->versionHash[ $contextHash ]; } problem code is if ( !array_key_exists( $contextHash, $this->versionHash ) ) { if I remove ! from if ( !array_key_exists( $contextHash, $this->versionHash ) ) { which makes it if ( array_key_exists( $contextHash, $this->versionHash ) ) { it works. but I shoulden do that read comment bellow from another user on gerrit. This patch can't possibly fix anything. This method calculates the version hash of a javascript module. To avoid re-computation, it saves the hash after generating it the first time. By removing this "!", it will never compute the version and always returns "null". "null" is not a valid version and would never change, and this code will never update once deployed.
  20. Hi please can you enable object cache because i get this error on johnny. stevie has it enabled and doesent show that warning. please fix it. Warning: Could not find APC, XCache or WinCache. Object caching is not enabled. and a recent update to mediawiki 1.26 wmf 7 in resouceloader requires object caching to enable javascript. I doint get this error on stevie and javascript works for me there because object caching is enabled. username = pal2015 and website = wikisaur.tk Hi which cache software do you use on stevie and use that software on johnny please.
  21. Hi it seems that phpmyadmin is broek in ie because it works in chrome not internet explorer.
  22. Hi yes but someone else did that and I still haven't recived the email could you change the password and send password in pm please.
  23. Hi i still havent recived my password. Could you change it and give it to me please. it seems it doesewnt want to send password to my email i did delete my account last week and then recreated it using username paladox1. Yes it was fine you changed my permission I am not saying it wasent but what I mean is it is not sending a password reset email to my email nor is it when you do it.
×
×
  • Create New...