Zpanel and its Glory
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Aprelium Forum Index -> Tutorials
View previous topic :: View next topic  

Did this help at all?
Yes
73%
 73%  [ 19 ]
No
26%
 26%  [ 7 ]
Total Votes : 26

Author Message
Karasu Kami
-


Joined: 22 Sep 2003
Posts: 712
Location: Colorado

PostPosted: Wed Apr 28, 2004 11:33 pm    Post subject: Zpanel and its Glory Reply with quote

Alright, i'm finally making my first tut to explain how to install the buggy, but free, ZPanel.

---~: Requirements:

Abyss Web Server
PHP
MySQL
PHP MyAdmin (Recommended, but not needed)

---~: And most importantly:

ZPanel

Be SURE to download the "v2.0" and none other.


---~: Before installing:

Run through your PHP.ini File (Located at either C:\Program Files\PHP\Backup\PHP.ini, OR C:\PHP\Backup\PHP.ini) and change the current variables to the following.

- max_execution_time = 300
- max_input_time = 300
- Make sure GD2 libraries are runing. (extension=php_gd2.dll)

---~: Installation:

1. Unzip or Unrar ZPanel and upload it to your server.
3 . Open and edit zpanel/database/db.php Only change the following:

Quote:

// Maximum upload filesize allowed **by the filemanager**
// Default: 500 kB, but users have reported it to work up to 15 MB
$settings['max_upload_size'] = "15600000"; // in Bytes

// Nr of files and archives that can be uploaded per page
$settings['nr_upload_files'] = "10";
$settings['nr_upload_archives'] = "10";


/**
* Your phpMyAdmin url
$cfg['PmaAbsoluteUri'] = 'http://yourip/phpmyadmin';


4 . Create a new database on your MySQL server using phpMyAdmin. Name it "ZPanel" for easy refrence.
5 . Go to http://yourip/zpanel/admin/install.php and it will guide you through the rest of the installation process.

Note: Make sure you add your admin username and password, otherwise you will only be able to login to the demo.

After logging into your administration account, you should have an "Administration" link on your left panel. Click it, and you should be ready to start customizing your ZPanel.

Welcome to your new ZPanel, enjoy.

ZPanel Ver. 2.0
Release date: 4/15/2004
_________________
Thank you all. Aprelium most importantly.
*Some may not be complete*
http://paeon-hosting.com
http://quartermoon.info
http://loc.paeon-hosting.com
http://genjipoetry.paeon-hosting.com


Last edited by Karasu Kami on Sat May 08, 2004 1:59 pm; edited 2 times in total
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Wed Apr 28, 2004 11:55 pm    Post subject: Reply with quote

If I fix this one problem, ZPanel will work for me:
There is a variable in PHP called session.save_path which is set to:
"session.save_path /tmp " (referring to the *nix /temp directory). I need to change that to "C:\SERVER\PHP\sessiondata" which I do not know how to do.

By the way, I do not have a php.ini file. (I'm not kidding).
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Thu Apr 29, 2004 1:01 am    Post subject: Reply with quote

Well I fixed it. Turns out I needed a php.ini file, so I went and got one. Then I spent a half an hour trying to change the session.save_path from /temp to an actual directory and wondering why it wouldn't change. Turns out the line was commented... so I hit myself for that one.

Overall, yes, it is a big buggy; but like you said; it's free!
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Karasu Kami
-


Joined: 22 Sep 2003
Posts: 712
Location: Colorado

PostPosted: Thu Apr 29, 2004 1:31 am    Post subject: Reply with quote

Indeed; Its kind of odd that you don't have a php.ini file, i mean, it comes with every setup of PHP. I'll edit it and make it a bit more clear, just in case.
_________________
Thank you all. Aprelium most importantly.
*Some may not be complete*
http://paeon-hosting.com
http://quartermoon.info
http://loc.paeon-hosting.com
http://genjipoetry.paeon-hosting.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Thu Apr 29, 2004 1:37 am    Post subject: Reply with quote

Well, I know why I don't. I've re-installed Windows on this machine, but all the files were intact. Only problem is, Windows wipes your systemroot when it installs; hence no php.ini file.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Karasu Kami
-


Joined: 22 Sep 2003
Posts: 712
Location: Colorado

PostPosted: Thu Apr 29, 2004 1:41 am    Post subject: Reply with quote

iNaNimAtE wrote:
Well, I know why I don't. I've re-installed Windows on this machine, but all the files were intact. Only problem is, Windows wipes your systemroot when it installs; hence no php.ini file.



That would do it, hehe ^^;.
_________________
Thank you all. Aprelium most importantly.
*Some may not be complete*
http://paeon-hosting.com
http://quartermoon.info
http://loc.paeon-hosting.com
http://genjipoetry.paeon-hosting.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
Hunted
-


Joined: 24 Nov 2003
Posts: 71

PostPosted: Thu May 06, 2004 12:16 am    Post subject: Reply with quote

Error 200 :S ... I get Error 200 for alot of things
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Karasu Kami
-


Joined: 22 Sep 2003
Posts: 712
Location: Colorado

PostPosted: Thu May 06, 2004 12:56 am    Post subject: Reply with quote

Search for it on the forum, it can be fixed.
_________________
Thank you all. Aprelium most importantly.
*Some may not be complete*
http://paeon-hosting.com
http://quartermoon.info
http://loc.paeon-hosting.com
http://genjipoetry.paeon-hosting.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
Hunted
-


Joined: 24 Nov 2003
Posts: 71

PostPosted: Thu May 06, 2004 1:57 am    Post subject: Reply with quote

I searched.. it said to turn register_globals to on.. but it has been on.... I told it to not show errors... still error 200
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Thu May 06, 2004 3:09 am    Post subject: Reply with quote

When do you get Error 200?
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Hunted
-


Joined: 24 Nov 2003
Posts: 71

PostPosted: Thu May 06, 2004 8:16 pm    Post subject: Reply with quote

Hmm, I know what I did wrong.. I forgot to read the readme file... I was trying to install using the install.php in the Zpanel directory.. not the one in the admin directory... heh, my bad
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Karasu Kami
-


Joined: 22 Sep 2003
Posts: 712
Location: Colorado

PostPosted: Thu May 06, 2004 9:34 pm    Post subject: Reply with quote

Hunted wrote:
Hmm, I know what I did wrong.. I forgot to read the readme file... I was trying to install using the install.php in the Zpanel directory.. not the one in the admin directory... heh, my bad


That would do it.
_________________
Thank you all. Aprelium most importantly.
*Some may not be complete*
http://paeon-hosting.com
http://quartermoon.info
http://loc.paeon-hosting.com
http://genjipoetry.paeon-hosting.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
Foxified
-


Joined: 13 Apr 2004
Posts: 487
Location: Canada

PostPosted: Fri May 07, 2004 1:24 am    Post subject: Reply with quote

do you have an example of zpanel, and does it have a sorta fantastico feature of auto install scripts?
_________________
Back to top View user's profile Send private message Visit poster's website AIM Address MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Fri May 07, 2004 1:45 am    Post subject: Reply with quote

I have one:
http://www.cfxnetworks.com/zpanel/
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Foxified
-


Joined: 13 Apr 2004
Posts: 487
Location: Canada

PostPosted: Fri May 07, 2004 2:30 am    Post subject: Reply with quote

looks very pretty. So you ppl wanna be hosters I assume with opening a Zpanel or just playing with it.. Its great its similar to cpanel but free ;)

http://www.freewebspace.net/forums/forumdisplay.php?f=32

you can post here your offers for free hosting if your in that boat :roll"
_________________
Back to top View user's profile Send private message Visit poster's website AIM Address MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Fri May 07, 2004 2:35 am    Post subject: Reply with quote

Just so you know, I did some editing to it. It doesn't normally look like that.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Foxified
-


Joined: 13 Apr 2004
Posts: 487
Location: Canada

PostPosted: Fri May 07, 2004 2:36 am    Post subject: Reply with quote

yes I noticed the "cfx" in banner o.o
_________________
Back to top View user's profile Send private message Visit poster's website AIM Address MSN Messenger
goose
-


Joined: 17 Sep 2002
Posts: 608
Location: The Land Of OZ! come here toto!

PostPosted: Fri May 07, 2004 1:01 pm    Post subject: Reply with quote

oh the joy of panels ...or should i say web hosing scripts.


hehe ;p
_________________
living in an armish paradise.....no gates here!

mawuahahaha :)
Back to top View user's profile Send private message
Foxified
-


Joined: 13 Apr 2004
Posts: 487
Location: Canada

PostPosted: Fri May 07, 2004 7:51 pm    Post subject: Reply with quote

your link is incorrect, its not thezpanel.net, its http://thezpanel.com/ -.-;;
_________________
Back to top View user's profile Send private message Visit poster's website AIM Address MSN Messenger
Karasu Kami
-


Joined: 22 Sep 2003
Posts: 712
Location: Colorado

PostPosted: Sat May 08, 2004 2:00 pm    Post subject: Reply with quote

Foxified wrote:
your link is incorrect, its not thezpanel.net, its http://thezpanel.com/ -.-;;


So let me guess, you automatically think i'm a moron and use my face eh?

Well, it worked when i posted this, the others got to it.

I think they bought a .com -shrugs- -.-;;!
_________________
Thank you all. Aprelium most importantly.
*Some may not be complete*
http://paeon-hosting.com
http://quartermoon.info
http://loc.paeon-hosting.com
http://genjipoetry.paeon-hosting.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
Karasu Kami
-


Joined: 22 Sep 2003
Posts: 712
Location: Colorado

PostPosted: Sun May 09, 2004 9:25 pm    Post subject: Reply with quote

Heres my completely remade verson of it, i finished it when i installed it, but you guys didn't seem to get to it, Or something.

http://67.165.236.142/zpanel/index.php
_________________
Thank you all. Aprelium most importantly.
*Some may not be complete*
http://paeon-hosting.com
http://quartermoon.info
http://loc.paeon-hosting.com
http://genjipoetry.paeon-hosting.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sun May 09, 2004 10:17 pm    Post subject: Reply with quote

Looks fine to me.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
goose
-


Joined: 17 Sep 2002
Posts: 608
Location: The Land Of OZ! come here toto!

PostPosted: Mon May 10, 2004 10:17 am    Post subject: Reply with quote

oh the joys of the forum .....now where are my panels.
_________________
living in an armish paradise.....no gates here!

mawuahahaha :)
Back to top View user's profile Send private message
satsui
-


Joined: 19 May 2004
Posts: 5
Location: Colorado

PostPosted: Tue Jun 08, 2004 6:58 am    Post subject: Reply with quote

I quit >_< I can't figure out what's wrong with anything. The install.php page doesn't even show up, it's just blank. It must be either
A) I'm Stupid
B) zPanel is overbugged
C) All the above

My best guess is C. I do not understand this step "4 . Create a new database on your MySQL server using phpMyAdmin. Name it "ZPanel" for easy refrence. "

What kind of read me is this? It's like expecting you to know exactly what they're talking about, like you made the damn thing. I think it's a scam or something, because on their site they're offering people to pay them to do it. I am pretty sure they're forcing people to pay them to help people, because the read me does this: JACK SQUAT

Anyhoo, help would be nice, in a more clear read me. I got the php.ini thing down, but that's it (it's actually in the C:\Windows)
Back to top View user's profile Send private message Visit poster's website AIM Address MSN Messenger
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Tue Jun 08, 2004 7:06 am    Post subject: Reply with quote

Edit: I no longer provide my Zpanel to people. LateR!

Last edited by TRUSTAbyss on Sat Feb 26, 2005 9:44 pm; edited 1 time in total
Back to top View user's profile Send private message Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Wed Jun 09, 2004 12:31 am    Post subject: Reply with quote

satsui wrote:
My best guess is C. I do not understand this step "4 . Create a new database on your MySQL server using phpMyAdmin. Name it "ZPanel" for easy refrence. "

What kind of read me is this? It's like expecting you to know exactly what they're talking about, like you made the damn thing. I think it's a scam or something, because on their site they're offering people to pay them to do it. I am pretty sure they're forcing people to pay them to help people, because the read me does this: JACK SQUAT

When it comes to more complicated tasks, there are things that you are expected to know.

MySQL consists of different databases. phpMyAdmin is a tool that allows you to create new ones using a GUI. Go get phpMyAdmin, and then do what the tutorial says.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
mikewalterz1
-


Joined: 04 Jun 2004
Posts: 80

PostPosted: Fri Jun 18, 2004 6:50 pm    Post subject: Reply with quote

i am having a problem. i can't change the temp folder permissions in windows. What should i do?
_________________
Abyss is Great. Please visit my site at http://coolpagesforum.com

Thanks. I love this webserver!!!!
Back to top View user's profile Send private message
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Jun 21, 2004 10:49 am    Post subject: Reply with quote

How do I solve this error "Table 'zpanel.db' doesn't exist" I tried
reinstalling Zpanel like 5 times already and nothing works but I
did get the File Manager to work , this is the only problem needing
to be fixed right now , um can someone help me out here.
Back to top View user's profile Send private message Visit poster's website
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Mon Jun 21, 2004 10:06 pm    Post subject: Reply with quote

Check both the "database" directory and the "mysql" directory, and make sure you have properly configured all the files in them (in the "mysql" directory, you need to configure the "config.inc.php" file).

There is also a possibility that you did not provide your ZPanel user account with sufficient permissions (username/password) to access MySQL, although that would be a long shot.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
ev
-


Joined: 24 Jun 2004
Posts: 5

PostPosted: Thu Jun 24, 2004 5:06 pm    Post subject: Reply with quote

I have no clue what I am doing. I went to mysql.com and downloaded mysql 4 and installed it. I also don't have a php.ini, I searched google but couldn't find it. iNaNimAtE, would it be possible for you to send me the one you found? Then I skipped the php.ini step and when to the phpmyadmin and it said:

Quote:
Error

MySQL said:


#2003 - Can't connect to MySQL server on 'localhost' (10061)


What the crap does that mean? I installed it on the same computer that Abyss is on!

Please help me! I know jack squat about MySQL or anything to do with it. I just want ZPANEL so I can setup some subdomains!
Back to top View user's profile Send private message
iNaNimAtE
-


Joined: 05 Nov 2003
Posts: 2381
Location: Everywhere you're not.

PostPosted: Sun Jun 27, 2004 1:27 am    Post subject: Reply with quote

ev wrote:
Please help me! I know jack squat about MySQL or anything to do with it. I just want ZPANEL so I can setup some subdomains!

Wait a second. You don't need ZPanel to make a subdomain. You need to set up a subdomain with your DNS Provider.
_________________
Bienvenidos!
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
ev
-


Joined: 24 Jun 2004
Posts: 5

PostPosted: Sun Jun 27, 2004 1:36 am    Post subject: Reply with quote

iNaNimAtE wrote:
ev wrote:
Please help me! I know jack squat about MySQL or anything to do with it. I just want ZPANEL so I can setup some subdomains!

Wait a second. You don't need ZPanel to make a subdomain. You need to set up a subdomain with your DNS Provider.


I got mySQL, phpmyadmin, & zpanel installed now. I tried going through my DNS (directdns with directnic), and could only point to another IP. I want a subdomain that I can point to a folder on my server but I have no idea how to do that.
Back to top View user's profile Send private message
Psycho_Alex
-


Joined: 22 Aug 2004
Posts: 6

PostPosted: Mon Aug 30, 2004 12:41 am    Post subject: Reply with quote

Early today I installed ZPanel, and I already had phpMyAdmin and MySQL and of course PHP installed. I then was looking around the ZPanel support forums and found out that ZPanel will not work with PHP5, so I uninstalled it and installed PHP4, I set up the php.ini file correctly as far as I know and I've done everything correctly install wise. I've even tried uninstalling and reinstalling ZPanel. But I continue to get this:

Code:
Table 'zpanel.config' doesn't exist


Anyone able to explain this?
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Mon Aug 30, 2004 1:49 am    Post subject: Reply with quote

Delete all users in phpMyAdmin except the one you already created and
then delete zpanel database and try again , it will work this time , in fact
im adding a Zpanel tutorial later next month when v2.5 comes out.
Back to top View user's profile Send private message Visit poster's website
Psycho_Alex
-


Joined: 22 Aug 2004
Posts: 6

PostPosted: Mon Aug 30, 2004 2:19 am    Post subject: Reply with quote

Does that include the users "All" and "root"?

Edit: Those two (or four if you include both "groups" of them) are the only ones on my database by the way.

Edit again: Nevermind, I got it working!
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
NoName
-


Joined: 05 Jan 2005
Posts: 88
Location: Lawton America

PostPosted: Thu Jan 06, 2005 3:25 am    Post subject: Reply with quote

I followed this tutorial and didn't have a problem. It was great and its working perfect... Now its time to mess around with Zpanel... Thanks for the tutorial...
_________________
-NoName
www.nonameproductions.us

Powered by Abyss Web Server
Back to top View user's profile Send private message Visit poster's website AIM Address
LONEWOLF
-


Joined: 02 Feb 2005
Posts: 3
Location: Des Moines, IA (EASTSIDER)

PostPosted: Wed Feb 02, 2005 10:32 am    Post subject: Reply with quote

I really hate to bug you guys but I'm stuck on this one. I've read all the tutorials on here to get my hosting site up and everyone has worked great. Had to fix a thing here or there, but nothing I couldn't figure out......untill now. I have everything up and running but under 'System Services' in the admin panel, it says that MySQL is offline?? Now I know its not because I'm sitting here looking right at the green light! Did I edit something wrong or what? I've come so close to getting this done and all the sudden I had to have this pop up. Anyone have any ideas??
_________________
http://12.216.138.87/
Back to top View user's profile Send private message Send e-mail AIM Address Yahoo Messenger MSN Messenger
Hunted
-


Joined: 24 Nov 2003
Posts: 71

PostPosted: Sat Feb 26, 2005 9:36 pm    Post subject: Reply with quote

I get a bunch of errors

The first one is at the top of all pages, and the other errors appeared when I clicked log out
Quote:


Notice: A session had already been started - ignoring session_start() in C:\Program Files\Abyss Web Server\htdocs\zpanel\check_login.php on line 3

Notice: Undefined variable: logged_in in C:\Program Files\Abyss Web Server\htdocs\zpanel\logout.php on line 5

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Abyss Web Server\htdocs\zpanel\check_login.php:3) in C:\Program Files\Abyss Web Server\htdocs\zpanel\logout.php on line 6

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Abyss Web Server\htdocs\zpanel\check_login.php:3) in C:\Program Files\Abyss Web Server\htdocs\zpanel\logout.php on line 18


I get this when I try to login with the name I used when I installed it with

Quote:
Notice: Undefined variable: row_User in C:\Program Files\Abyss Web Server\htdocs\zpanel\index.php on line 39
That username does not exist in our database.
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
TRUSTAbyss
-


Joined: 29 Oct 2003
Posts: 3752
Location: USA, GA

PostPosted: Sat Feb 26, 2005 9:52 pm    Post subject: Reply with quote

Hunted wrote:
I get a bunch of errors

The first one is at the top of all pages, and the other errors appeared when I clicked log out
Quote:


Notice: A session had already been started - ignoring session_start() in C:\Program Files\Abyss Web Server\htdocs\zpanel\check_login.php on line 3

Notice: Undefined variable: logged_in in C:\Program Files\Abyss Web Server\htdocs\zpanel\logout.php on line 5

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Abyss Web Server\htdocs\zpanel\check_login.php:3) in C:\Program Files\Abyss Web Server\htdocs\zpanel\logout.php on line 6

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Abyss Web Server\htdocs\zpanel\check_login.php:3) in C:\Program Files\Abyss Web Server\htdocs\zpanel\logout.php on line 18


I get this when I try to login with the name I used when I installed it with

Quote:
Notice: Undefined variable: row_User in C:\Program Files\Abyss Web Server\htdocs\zpanel\index.php on line 39
That username does not exist in our database.


Hi Hunted , maybe this will help you solve the problem , click on the Search
link at the top and copy this screenshot , we have already went over this. :/



Last edited by TRUSTAbyss on Thu Mar 24, 2005 9:08 am; edited 2 times in total
Back to top View user's profile Send private message Visit poster's website
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Feb 27, 2005 5:57 pm    Post subject: Reply with quote

Hunted,

Search for E_NOTICE in this forum and you'll find the answer.
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
kanderson
-


Joined: 25 Jan 2005
Posts: 7
Location: Vancouver, WA

PostPosted: Tue Jun 07, 2005 10:51 pm    Post subject: Reply with quote

Quote:
Notice: A session had already been started - ignoring session_start() in C:\Program Files\Abyss Web Server\htdocs\zpanel\check_login.php on line 3


To correct this issue, simply delete line 3 in the check_login.php file. This bug has been resolved for the next beta release. You will also need to do the same to the admin/check_login.php file.

Sorry about the inconvenience and thank you, Karasu Kami, for your great service. We will work on a more in-depth tutorial after we finish the new redesign of the installer.
_________________
Kris Anderson
Lead Developer
Zee-Way Services
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
chiefguest
-


Joined: 14 May 2006
Posts: 11

PostPosted: Mon May 22, 2006 9:57 am    Post subject: Reply with quote

I have tried v2.5 but could not install

error "check your db user name and password"

tho i entered db and pwd correctly and even the username to access the db.

Then i tried v2.0 this time i crossed Setup 2: Setup Databse;

but struck up with Setup 3:

Quote:
Setup 3: Setup Admin


Please update the current information that will be used as your admin account:

Your Name:
Your Username:
Your Password: *warning, not masked.


After providing information it shows up the same pages :roll:

I am using xp pro, MySQL - 4.1.19-community-nt, phpMyAdmin - 2.8.0.4, php5

Also when i try to delete "root" user in phpmyadmin i get an
error "#1268 - Can't drop one or more of the requested users"


Can anyone help me!

Regards.
Back to top View user's profile Send private message
PaulK
-


Joined: 26 Apr 2006
Posts: 132
Location: London, UK

PostPosted: Tue Jun 06, 2006 9:03 pm    Post subject: Reply with quote

Just to say I had no trouble with this tutorial, and I'm pleased to say it works with Aprellium's php5.1.4 preconfig'd package.

Also went on to download the beta of zpanel2.5 and that works brilliantly as well with a much nicer skin.

At the time of testing there were no packages to install sadly

Paul
Back to top View user's profile Send private message Visit poster's website
Digitalmike
-


Joined: 09 Aug 2006
Posts: 22

PostPosted: Mon Aug 14, 2006 7:54 pm    Post subject: Reply with quote

Okay, I just installed ZPanel fine. The problem I encounter is this:

Now my site is not working outside of my server PC. I type in my address on my home PC and the website doesnt come up. When I type it on my servers browser everything is fine. I followed the tutorial perfectly and it installed with no errors. Any reason why it is doing this?

Thanks.

Edit: I installed the latest beta version.
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Mon Aug 14, 2006 8:01 pm    Post subject: Reply with quote

ZPanel doesnt really work that well with Abyss. Depending on what you are going to use it for you may be better off without it.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
hc2995
-


Joined: 07 Aug 2006
Posts: 644
Location: Maryland, USA

PostPosted: Sat Aug 19, 2006 7:35 am    Post subject: Reply with quote

id try it out but the zpanel site is down.....
_________________
Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P
Back to top View user's profile Send private message AIM Address
razorsedge
-


Joined: 06 Jan 2007
Posts: 104

PostPosted: Thu Jan 11, 2007 9:14 pm    Post subject: Reply with quote

k i have zpanel completely installed.. but how can my users buy or... purchase a package? that is the only thing i hav a question about
Back to top View user's profile Send private message
hc2995
-


Joined: 07 Aug 2006
Posts: 644
Location: Maryland, USA

PostPosted: Thu Jan 11, 2007 9:40 pm    Post subject: Reply with quote

I believe you set up a purchase system and put a link in one of the boxes. Its been a long time since i used zpanel (after comcast shutdown my hosting operations)
_________________
Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P
Back to top View user's profile Send private message AIM Address
razorsedge
-


Joined: 06 Jan 2007
Posts: 104

PostPosted: Thu Jan 11, 2007 10:26 pm    Post subject: Reply with quote

ah k well i'm gonna check out drupal... your poll and tutorial... i'll be the first 2 check it out... do they have screenshots??? that is the only thing i did not see
Back to top View user's profile Send private message
hc2995
-


Joined: 07 Aug 2006
Posts: 644
Location: Maryland, USA

PostPosted: Thu Jan 11, 2007 10:31 pm    Post subject: Reply with quote

i didnt want to commit to any (would take time) would it help you better understand if i make some?
_________________
Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P
Back to top View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Tutorials All times are GMT + 1 Hour
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group