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 - erm3nda

Pages: 1 [2] 3 4 ... 13
16
PHP / Simple PHP.ini editor confusion
« on: May 14, 2015, 08:10:08 AM »
My confusion is just cleared, but i don't know why didn't adapt that string.
I've been forced  :o to write scaping characters on a tool flagged as "simple".

Last line looks like: ;date.timezone =
I tried date.timezone = "Europe/Madrid" with no lucky.
I tried date.timezone = Europe/Madrid w/o quotes with no lucky.

Finally i guess that your are not using quotes" to avoid file parsing, but, you are scapping ALL chars, and for the MOST common timezones you need to add slash/.

Really do you spect from your users to know about scaping chars?

Solution: scape all special chars prepending with \.
My case: date.timezone = Europe\/Madrid

Once you save it you will see it correctly saved and displayed.

17
How to / Re: New repository for Installer Script
« on: May 11, 2015, 04:11:12 PM »
You are the bussiness man here.

Thank you for your explanation.

18
Installation / Re: apache not reading vhost?
« on: May 05, 2015, 07:23:22 PM »
lee069

I have the same problem when deactivating nGinx. vHosts for Apache are not the same and not in the same place than vHost for nGinx.

I found a way to get it working again with few clicks, making nGinx working from scratch again.

Full disable it requires manual intervention by now.

Correct me if im wrong.

19
Installation / Re: Nginx not ready yet for production
« on: May 05, 2015, 07:19:19 PM »
Best would be an alias for domains, not IP.

It's very ugly for customers to see an IP, and it's very ugly to hosting discuss to a client why domain and ip are the same resource.

The same way softaculous is working under domain, Roundcube should do it by default.

20
How to / Re: New repository for Installer Script
« on: May 05, 2015, 07:12:59 PM »
Yeah.

https://github.com/Brijendrasial?tab=repositories it's so much easy to remember than https://github.com/Bullten.

Did you consider to Fork the scripts then share it with your own branded name URL?

You are the bussiness man here, not me. That's only a brain dump  :)




21
Apache / Re: Nginx reverse proxy script bug at uninstall
« on: May 05, 2015, 06:57:18 PM »
Excuse me  8)

I don't figure out how you can fix a code bug, while code is ofuscated and encrypted.

I found a way to recreate all the Nginx confs and vHost, but cannot fix it permanently, so im here to request a code fix for that, not help to make it work now.

For anyone with similar problem, my actual suggestion is:

  • Uninstall nGinx (will fail, nGinx would be still ON and listening)
  • Install Varnish cache (im near to sure that will not work anyway, due to Apaches start fail)
  • Install nGinx again. (Will create the proper conf and all the current vHost definitions from Apache's)

If that doesnt work for you, RENT a VPS from Bullten and get free support (hey!!! where's my comission? 8))

22
Apache / Nginx reverse proxy script bug at uninstall
« on: May 05, 2015, 07:14:46 AM »
The install script of nginx is working fine.

The uninstaller script has shown:
Nginx does NOT appear to be enabled.
Disabling NGINX Proxy:
Apache is not listening on port 8181, is NGINX not enabled?

I've been forced  :'( to edit httpd.conf manually to set Listen 80 instead 8181.

I've try to open port 8181 as possible focus of the bug but was not. I don't know why didn't work.

23
Apache / Re: NGINX Broke my Apache
« on: May 05, 2015, 07:03:02 AM »
Fixed.

I like when you say fixed.
I DONT know what is not working on that thread...

24
Softaculous / Re: Softaculous blank page CWP version is 0.9.8.6
« on: May 05, 2015, 06:00:47 AM »
Wordpress, the most known blogging software is not included on the 59 free items of the softaculous.

UNFAIR.

25
Installation / Re: A big thanks to CWP Support Team
« on: May 05, 2015, 05:57:05 AM »
their website

Who is talking you about?

Now im confused.

26
Softaculous / Re: Softaculous blank page CWP version is 0.9.8.6
« on: May 05, 2015, 05:49:36 AM »
yes same problem here, :)

I've followed the softaculous team member instructions and worked.
Just reinstall the script from CWP.admin -> Script Installers.

27
CentOS 6 Problems / Re: About permisions on the users
« on: May 05, 2015, 05:36:31 AM »
and any gui shouldn't be installed on the server.

Big words on your side. Why shouldn't?

I've say that is not problem from CWP, or at least i haven't found evidences of that.


28
E-Mail / Re: How to change Mailbox folder / mount point
« on: May 05, 2015, 05:32:19 AM »
probably the best way to test it would be creating a sym link.

This is partially true.

The symlink cannot handle a scenario with accounts set up with subdomains.
There isn't a way to check wich user have wich sudomain from a symlink... so if the cwp doesn't handle with that you will got UGLY fails when a user sets up a new account with an present domain.

29
Installation / Re: A big thanks to CWP Support Team
« on: May 03, 2015, 07:38:49 PM »
Well I would pay to have my server fixed but not even the shopping cart works on their site, lol.

Forbidden

You don't have permission to access /cart.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

To be fair, im 90% that this fail is YOUR mistake and nothing related to out-of-the-box install.

Im pretty sure that you copy cart files from root account and didn't KNOW that you must supply correct CHMOD values to make suPHP work.

Menu Users -> fix permissions.
Menu Apache -> rebuild vHost files.

Check that please.

30
E-Mail / Re: How to change Mailbox folder / mount point
« on: May 03, 2015, 04:32:21 AM »
I have tried to supply you a script to do that but i think you cannot do that without cwp code changes. (and you cannot do that) so i don't think you can do.

For sure, you can move files, create a symlink and so on, the problem comes when you create the new inboxes.

You have to check wich user is the target of that domain inbox. This check has to be performed each time you move a folder and each time you create a new inbox, so it's a task of the CWP.

I don't figure out how can you check for user, otherwise you will not known where /home folder to put them.

Pages: 1 [2] 3 4 ... 13