firstjoboffer

Topic: getting error in admin page

guys,

first congrats for 1.8.
installed in my local all is fine

somehow I am getting some problem in admin page online.

error is saying
----------------------------
Warning: require_once(_includes/function.validate_email.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/c/r/e/creativevigor/html/joboffer/admin/config.php on line 75

Fatal error: require_once() [function.require]: Failed opening required '_includes/function.validate_email.php' (include_path='.:/usr/local/php5/lib/php')
please help me or let me know if needed any extra info.

thanks
Kumar
-------------------------------
www.firstjoboffer.com
www.creativevigor.com
--------------------------------

navjotjsingh

Re: getting error in admin page

Check your /_includes/ folder to see if this file is in there:

function.validate_email.php

If its not there, reupload the file from original install zip file.

firstjoboffer

Re: getting error in admin page

thanks navjot

I looked the folder and i find said file inside incluseds/ folder

even i updated it with main folder donwloaded

but its same

http://www.creativevigor.com/joboffer/admin/

kumar

firstjoboffer

Re: getting error in admin page

knock ...knock
koi hai...
any one there to help me out I am not able to make live 7.8

firstjoboffer

Re: getting error in admin page

49 view........ no help!

putypuruty

Re: getting error in admin page

Hi!

I've sent you a private mail a while ago but you didn't respond. I think that if you don't allow someone to see the installation/code, nobody will be able to help.

firstjoboffer

Re: getting error in admin page

first I would like to thanks - Cosmin
he rellay helped me how to fix the issue somehow I used his idea and after doing some changes its working.

the error was weired in starting ..let me explain here so other can try this if issue is same...

Step 1.
I changed line number 19 at file - admin/config.php
from - define('BASE_URL_ORIG', str_replace('/admin/', '/', BASE_URL) );

to - define('BASE_URL_ORIG', str_replace('/admin', '/', BASE_URL) );

and just after doing this i got my admin working

but I was not able to use - admin/settings/ subsections like - Main Setting, ReCaptcha Anti-Spam (all 5 links options)

and then again I uplaoded actual .htaccess file in admin just adding one line

admin/.htaccess
------------------------------------------------
RewriteEngine on
Options +FollowSymlinks

RewriteBase /admin

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

ErrorDocument 404 /page-unavailable/
----------------------------------------------------

but now my admin sction main link was not working it was showing -page-notavailable

then again i uplaoded defualt admin/config.php (i undo my chnages)
define('BASE_URL_ORIG', str_replace('/admin/', '/', BASE_URL) );(i puut back /after admin)

and surprise now whole thing is working as wanted

so the whole story is i really chnaged admin/.htacces

i just added -  RewriteBase /admin

as its above..

but still I didn't get why it was not working earlier and where was the issue...so really no idea but good thing is ....now my site is up with 1.8 version!

thank you all.
and thanks to cosmin (putypuruty)

soon i need some payment integration on the same.

kumar
------------------------------------
www.firstjoboffer.com
www.creativevigor.com