3. Apache Upload
Troubleshooting
If you are still
having trouble once you set the parameters above, then you
should check the following apache limits
LimitRequestBody
LimitRequestFields
LimitRequestFieldSize
LimitRequestLine
You should check
especially the first one in the httpd.conf. It is possible
the POST data is larger than the value in the LimitRequestBody
4. How do I change
the powered by text and link at the bottom of the users
pages?
To changes the
powered by text and link you need to open up this file in
a text editor:
lib/etools2.php
and edit these two lines:
$powered=
$powered_link=
5. Branding the
Product.
There are many
ways to re-brand your product and we have explained the
different ways below.
Customize
Control Panel
From
the Customize User Interface section click on Customize
Control Panel from this section you can upload your own
header and/or footer.
Customize
User Page Powered by Link
To customize
the user pages powered by link you should open the file
lib/etools2.php and customize the following lines:
$powered=($powered2?$powered2:$powered='Powered
by XXXXXXX'); /* Powered by banner in emails */
$powered_link=($powered_link2?$powered_link2:$powered_link='http://www.XXXXXXXX.com');/*
Where
we have XXXX above you should enter your own information.
Customize
Admin Page Powered By Link
To
customize the admin powered by link you should customize
the following line in the lib/etools2.php: $admin_powered_by="Powered
by <a href=http://www.XXXXX.com
Customize
Help File Link
This
line in the etools2.php file changes where the help link
is pointed to in the admin section. You can have this
file point to your own help pages or a support link that
you setup.
$helpfile="http://XXXXXXXXXXXXX/userguides/branded/recruiter/";
Other
Miscellaneous Branding Customization
Within the admin
section we have various sections such as:
Feedback, Order
Other Software, Powered by, and other sections which can
be customized.
To disable the
following sections you should open the config file lib/etools2.php
and within this file you should comment out the lines by
placing a "#" in front of the lines that correspond to each
section. The sections are below:
$feedback_link='http://www.XXXXXXXXXX/feedback.html';
$order_software='http://www.XXXXXXXXXX/overview2.html';
$admin_powered_by="Powered
by <a href=http://www.XXXXXXXXX.com target=_new><b>XXXXX</b></a>";
$business_email="http://www.XXXXXXXXXXXXXXX.com";
For example if
you wanted to comment out the feedback link then you would
have:
#$feedback_link='http://www.XXXXXXXXXXXX.com/feedback.html';
Notice the "#"
6. Spaw Editor
Problems
If you have problems
with the spaw editor then before you submit a ticket please
do the following:
Open up the file
/spaw/config/spaw_control.config.php
1) In this file
look for the line:
$spaw_root='/home/user/yourdomain.com/htdocs/produgram/spaw/
and make sure this points to the right location of the spaw
directory.
-If you do not
know the path to your spaw directory then you should ask
your hosting company.
-Make sure you
have a trailing slash after spaw
2) If you installed
the program on a non-secure server then look for the lines:
if(!$HTTPS) {
$spaw_dir='http://www.YOURDOMAIN.com/DIRECTORY/spaw/';
// directory where spaw files are located
$spaw_base_url='http://www.YOURDOMAIN.com/DIRECTORY/';
// base url for images
and make sure
this points to the right location. Where it has YOURDOMAIN
above, you should fill this in with your domain name and
where it has DIRECTORY above, you should fill this in with
the directory name of the software that you are using.
IF YOU DID NOT
INSTALL THE SOFTWARE ON A SECURE SERVER THEN YOU CAN SKIP
THIS STEP.
If you installed
the software on a secure server then look right below the
lines
if(!$HTTPS) {
$spaw_dir='http://www.YOURDOMAIN.com/DIRECTORY/spaw/';
// directory where spaw files are located
$spaw_base_url='http://www.YOURDOMAIN.com/DIRECTORY/';
// base url for images
and you will
notice an "else" and then the same lines. You should
fill out the "spaw_dir" and "spaw_base_url" but make sure
it starts with a https://
7. Library doesn't
physically exist error
Answer: If you
receive this error you should do the following:
1)
go to spaw/config/spaw_control.config.php. Find array $spaw_imglibs.
Correct the path to the images directory. It
should be like
this:
/home/user/www.site.com/htdocs/product/img/
(with trailing slash)
2) Check that
this directory physically exists, if not, create it.
3) Give the web
process permissions to write to it. E.g. chmod 777 img
Powered
by Omnistar Recruiter
Job Board Software