Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DeveloperMcD

Pages: 1 2 3 [4] 5 6
46
MySQL / Can't load phpMyAdmin any longer
« on: February 12, 2017, 08:56:04 PM »
I get this error:

PHP Fatal error:  main(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "PMA\\libraries\\ThemeManager" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition  in /usr/local/apache/htdocs/phpMyAdmin/libraries/common.inc.php on line 700

47
MySQL / Re: How to update mysql from 5.1 to 5.6
« on: February 12, 2017, 08:25:17 PM »
Seriously, MySQL 5.1 is 9 years old! Why is the latest version of CWP still using it? Isn't that kind of backwards?
"The general availability of MySQL 5.6 was announced in February 2013."
That is FOUR years ago. Why isn't MySQL 5.6 or greater the new standard?

Taken from the Wikipedia page for MySQL:

Version 5.1: production release 27 November 2008 (event scheduler, partitioning, plugin API, row-based replication, server log tables)
Version 5.1 contained 20 known crashing and wrong result bugs in addition to the 35 present in version 5.0 (almost all fixed as of release 5.1.51).[32]
MySQL 5.1 and 6.0-alpha showed poor performance when used for data warehousing – partly due to its inability to utilize multiple CPU cores for processing a single query.[33]
Oracle acquired Sun Microsystems on 27 January 2010.[34][35][36]
The day Oracle announced the purchase of Sun, Michael "Monty" Widenius forked MySQL, launching MariaDB, and took a swath of MySQL developers with him.[37]
MySQL Server 5.5 was generally available (as of December 2010). Enhancements and features include:
The default storage engine is InnoDB, which supports transactions and referential integrity constraints.
Improved InnoDB I/O subsystem[38]
Improved SMP support[39]
Semisynchronous replication.
SIGNAL and RESIGNAL statement in compliance with the SQL standard.
Support for supplementary Unicode character sets utf16, utf32, and utf8mb4.
New options for user-defined partitioning.

MySQL Server 6.0.11-alpha was announced[40] on 22 May 2009 as the last release of the 6.0 line. Future MySQL Server development uses a New Release Model. Features developed for 6.0 are being incorporated into future releases.

The general availability of MySQL 5.6 was announced in February 2013. New features included performance improvements to the query optimizer, higher transactional throughput in InnoDB, new NoSQL-style memcached APIs, improvements to partitioning for querying and managing very large tables, TIMESTAMP column type that correctly stores milliseconds, improvements to replication, and better performance monitoring by expanding the data available through the PERFORMANCE_SCHEMA.[41] The InnoDB storage engine also included support for full-text search and improved group commit performance.

The general availability of MySQL 5.7 was announced in October 2015.[42]

MySQL Server 8.0.0-dmr (Milestone Release) was announced 12 September 2016.[43]

48
Addons / Re: Installation Node.js and integration
« on: December 02, 2016, 01:14:10 AM »
This is the error I'm getting now (from my error_log)

suexec policy violation: see suexec log for more details
Premature end of script headers: cgi-node.js

Then I change "cgi-bin/cgi-node.js" to 755, and I start getting this bundle of errors again:

[Wed Oct 05 13:34:48 2016] [error] [client 1.1.1.1] suexec failure: could not open log file
[Wed Oct 05 13:34:48 2016] [error] [client 1.1.1.1] fopen: Permission denied
[Wed Oct 05 13:34:48 2016] [error] [client 1.1.1.1] Premature end of script headers: cgi-node.js

Again, I would like to emphasize that I have followed your directions carefully. I started over today, doing everything according to the directions. Same result! I have a standard CWP install on my own hardware; I have full admin privileges.

49
Addons / Re: Installation Node.js and integration
« on: October 27, 2016, 06:28:12 PM »
The picture is not there. Can you re-post it please?

Thanks,

Matthew

50
Addons / Re: Installation Node.js and integration
« on: October 15, 2016, 02:12:27 PM »
I did this.

Afterwards, I had to go back and set cgi-bin/cgi-node.js to 755 manually, using Filezilla. I made sure all the executable files were 755. But cgi-node-js was the only file whose permissions I had to modify.

I made sure every file had the right permissions, per your directions. I know how to use the "change file/folder permission" feature in my FTP client, Filezilla.

Any other ideas?

51
Apache / Re: How to install mod_ratelimit?
« on: October 06, 2016, 06:13:41 PM »
Wow -- after 2 months, still no help on this issue.

52
Addons / Re: Installation Node.js and integration
« on: October 05, 2016, 06:35:28 PM »
I followed your directions exactly, and I just got an internal server error when I try to access the index.jscript file.

[Wed Oct 05 13:34:48 2016] [error] [client 1.1.1.1] suexec failure: could not open log file
[Wed Oct 05 13:34:48 2016] [error] [client 1.1.1.1] fopen: Permission denied
[Wed Oct 05 13:34:48 2016] [error] [client 1.1.1.1] Premature end of script headers: cgi-node.js

I double-checked the permissions, locations, etc. and everything is exactly as you specify in your directions above.

Any ideas what might be wrong?

53
Addons / Re: Installation Node.js and integration
« on: September 16, 2016, 05:09:31 AM »
I'd like to do this as well...can anyone help?


54
Apache / Re: How to install mod_ratelimit?
« on: August 11, 2016, 11:16:02 PM »
Anyone?

55
Apache / How to install mod_ratelimit?
« on: August 06, 2016, 12:32:31 AM »
This is quite a useful module, but it needs to be compiled into Apache, I think.
Moreover, I couldn't find anything mod_ratelimit.* anywhere on my server.
You can't seem to download the .c file separately.

https://httpd.apache.org/docs/2.4/mod/mod_ratelimit.html

56
Backup / Re: How to change default target directory on backup server
« on: June 17, 2016, 07:21:41 AM »
So is changing the (one and only) remote directory to something other than
/home/USER/cwp_remote

is impossible then?

57
Updates / Re: Undefined variables after update to 0.9.8.15
« on: June 17, 2016, 04:21:15 AM »
The same happened here -- if I logged out and back in, the one error on the main page went away.

HOWEVER, many other errors an all the other pages still remain.

Again, I ask -- what is the ETA on a fix for this? This is pretty broken, whatever it is. Can we get another update that fixes this?

58
Updates / Re: Undefined variables after update to 0.9.8.15
« on: June 12, 2016, 03:58:02 AM »
this will be resolved soon, please be patience

It's been 4 days now -- Is there an ETA on the fix?

Thanks,

Matthew

59
Backup / Re: How to change default target directory on backup server
« on: June 09, 2016, 10:20:00 PM »
Yes, but that solution would keep the original /cwp_remote directory in the home directory.
I'm trying to keep my home directory really clean (some people like it that way), so I'm wondering can I just change it?

60
Backup / How to change default target directory on backup server
« on: June 09, 2016, 05:33:34 AM »
Right now backup is working fine -- my server is logging in OK, and uploading all backups to the directory: /home/user/cwp_remote

But what if I want to use a different directory than that? How do I change it?

I'd like my backups to be somewhere outside the home folder, like /backup

Pages: 1 2 3 [4] 5 6