[ Video Sharing CMS v4 ] Some problems after moving to new server , plz help

Started by star top,

Previous topic - Next topic

0 Members and 5 Guests are viewing this topic.

star topTopic starter

hi
i have some problems

1st index.php its ok

when i wnat to login or watch video ( Not Found

The requested URL /login was not found on this server. )

if i go /moderator

Notice: Undefined offset: 1 in /home/usr/public_html/lib/functions.user.php on line 87

Warning: mcrypt_decrypt(): The IV parameter must be as long as the blocksize in /home/usr/public_html/lib/functions.user.php on line 88

Notice: Undefined offset: 1 in /home/usr/public_html/lib/functions.user.php on line 222

any help plz
  •  

PHPVibe A.

Do you have mod_security?
Looks like you have a broken cookie, clear cookies from browser (or use other browser).
See if the error still happens after.

star topTopic starter

Quote from: Alexander on
Do you have mod_security?
Looks like you have a broken cookie, clear cookies from browser (or use other browser).
See if the error still happens after.
Do you have mod_security?
yes

I've cleaned up cookies and still problem exists
  •  

PHPVibe A.

Disable mod_security, or tweak it to no longer block you.

star topTopic starter

Quote from: Alexander on
Disable mod_security, or tweak it to no longer block you.

i have Disable mod_security and fixed it "
QuoteNotice: Undefined offset: 1 in /home/usr/public_html/lib/functions.user.php on line 87

Warning: mcrypt_decrypt(): The IV parameter must be as long as the blocksize in /home/usr/public_html/lib/functions.user.php on line 88

Notice: Undefined offset: 1 in /home/usr/public_html/lib/functions.user.php on line 222
"

but
if i want login or watch video
A message appears Not Found, The requested URL /login was not found on this server.
and index.php ok



Notice : i delete a file cron.php , not allowed on vps
  •  

star topTopic starter

  •  

PHPVibe A.

Quote from: star top on
Alexander
plz help me

With the details you are providing I need to read your mind.
If you want help, please be specific.

Quote from: Alexander on
Does your server has mod_rewrite functional? With AllowOverride for simulated links?

http://www.phprevolution.com/forum/troubleshooting-issues/login-error-404/msg17413/#msg17413

http://www.phprevolution.com/forum/troubleshooting-issues/login-register-page-not-found/

Is the .htacces file in root:

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^embed/([^/]*)/$ /embed.php?id=$1 [L]
RewriteRule ^feed(.*)$ feed.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/?$ index.php?rp=$1 [L]
</IfModule>
<ifModule mod_headers.c>
    Header set Access-Control-Allow-Origin: *
</ifModule>

TheBritain

This may seem like a stupid question, but did you:

1. Clear your cache.
2. Run the tester files that came with the build.
3. Set your CHMOD.

What did the tester files say about your server?
  •  

star topTopic starter

Thanks to try to help
The host does not want help
I will transfer to another server and other technical support
  •  

star topTopic starter


its work with new server
but i have problems with thame
u can check here http://www.tvgoals.net/

how to fix it
  •  

star topTopic starter

  •  

star topTopic starter

  •  

PHPVibe A.

Sorry, as everybody should know, we don't usually work weekends.
Glad you sorted things up, if you need any more help,  just reply.

Similar topics (7)

Replies: 13
Views: 3555

Replies: 1
Views: 1193

Replies: 3
Views: 2200

Replies: 6
Views: 4524