• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] PHPVibe 4.0 is ready and stable [since patch 12]

Started by PHPVibe A.,

Previous topic - Next topic

0 Members and 5 Guests are viewing this topic.

PHPVibe A.Topic starter

We've fixed all of the issues reported in our previous betas and managed to make it work fine.

There are a few things you should know.

If you have installed 4.0 beta (<12 patch released 6 April 2015 17:30 GMT+2 )
probably your (second-lvl) comments don't work:
- simply upload sqlupgrader.php via ftp to your root, then head to http://www.yourphpvibe.com/sqlupgrader.php, it should output an message and several debugs (it may also show warning/errors) since some tables already have the necesary changes (do not worry about that!).
- update the site files with the ones /upgrade files.

If you have PHPVibe 3.6 and wish to upgrade to 4.0
0. BACKUP FULLY!
1. upload sqlupgrader.php via ftp to your root, then head to http://www.yourphpvibe.com/sqlupgrader.php, it should output an message (now you database is ready for 4.0)
2. Copy the contents of the folder /upgrade in the zip file and overwrite your 3.6 installation
3. Remove embed.php, feed.php from your old install.
4. If your install is in a folder:
- edit RewriteBase in the .htaccess file in root to /foldername (your actual folder name)
- Go to /moderator and click Settings -> Permalinks and fill 'Base path' with your folder name (just clear, plain, folder name, no slashes).
Note: Do not do this step (4) for subdomain or main domain install!!!
5. Clear cache from /moderator and also from your browser (if site looks weird).

If you have PHPVibe 3.5 or earlier
Use the database upgraders to 3.6 prior of applying the upgrade. Then follow the same process as for 3.6


A full install of 4.0 is done the same as for previous versions http://www.phpvibe.com/installing-phpvibe/

Warnings:
- PHP 5.3 , 5.4 or 5.5 are required.
- Ioncube loaders 4.4 or newer are required.
- Documentation is mostly updated (we will build a new one)
- Plugins will be updated, only copyright removal works flawless on 4.0 at this hour.

pantsuhentai

  •  

PHPVibe A.Topic starter

Please open a new topic if you have (upgrade) issues.

AHStudioOfficial

Hey, Alex!

I creating a page for developers. And i need a demo plugin that actually uses some notable hooks. Can i get one, it is really needed and yes i read that documentary about hooks. Please give me feedback as soon as possible.
  •  

PHPVibe A.Topic starter

Quote from: AHStudioOfficial on
Hey, Alex!

I creating a page for developers. And i need a demo plugin that actually uses some notable hooks. Can i get one, it is really needed and yes i read that documentary about hooks. Please give me feedback as soon as possible.

I'm after 15 straight hours of coding, I can't tell you my full name. Please wait for the documentation to be built.

AHStudioOfficial

  •  

maldboy

multi upload its ready? if it is poossibile give us admin demo login details plz.thanks
  •  

major48

  •  

maldboy

Quote from: major48 on
Can you list the added functions since 3.6 to 4?

I want this mee too... tell us the full changes plugins etc
  •  

ASDF

Is it only me or anyone else too.......i tested myself that i/user Can't change password after they click on....forgot my password....is anyone else facing the same issue?
  •  

ASDF

Hey Alex,
i just made some changes to my theme but when i logout from my site....it shows the same thing.
What i mean is...i removed the watch videos and articles from the  sidebar on homepage and it got changed but when i signed out out of my site....it showed the same things as it was ...like nothing was changed.
Any solution?
Thank you.
  •  

PHPVibe A.Topic starter

You have full cache now, you need to clear it before seeing changes. The site is being fully saved as html, thus served as static pages.
Please do not post here for support, it's announcements, not client's forum!
For documentation and features list: we're working on it, if in a hurry you can browse http://www.phpvibe.com/forum/client-debates/phpvibe-4-0-experimental-for-testing/

Wnux

I have this message : http://mysite.com/sqlupdater.php

------------------
Homepage table updated...
Comments table updated...
Users table updated...Search indexes updated...
Performance indexes updated...
ezSQL (v2.17) Debug..

Last Error -- [BLOB/TEXT column 'description' used in key specification without a key length]

Query [22] -- [alter  table vibe_likes add unique uid_uni (uid, vid)]

Query Result..

No Results
  •  

PHPVibe A.Topic starter

@Wnux Hi! I've addressed that as harmless in first post, and at least 4 more times so far in this thread.

marketania

  •  

Wnux

Quote from: Alexander on
@Wnux Hi! I've addressed that as harmless in first post, and at least 4 more times so far in this thread.
Thank You Alexander :))
  •  

aryan2029

we waited long time and now when i install the fresh and ready one, still not working the login page doesn't open.

Not Found

The requested URL /login&return=moderator was not found on this server.

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

aryan2029

  •  

pantsuhentai

Quote from: aryan2029 on
please answer what is the problem to fix this.
your hosting is Nginx or other?

I think that error must be in .htaccess settings I had a similar problem some time ago

so should show off your .htaccess

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteRule ^index\.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>
  •  

ASDF

Quote from: ASDF on
Is it only me or anyone else too.......i tested myself that i/user Can't change password after they click on....forgot my password....is anyone else facing the same issue?



I still haven't got any reply/response.
  •  

ASDF

Just received the password change message....but almost 40 minutes after, from when i requested for change ...how to make it respond in the same minute.
  •  

PHPVibe A.Topic starter

Quote from: ASDF on
Just received the password change message....but almost 40 minutes after, from when i requested for change ...how to make it respond in the same minute.

The mail is sent by your server via php's mail(), nothing to change/tweak in phpvibe.

PHPVibe A.Topic starter

Quote from: aryan2029 on
please answer what is the problem to fix this.

@pantsuhentai already gave you the same answer I can give you, and there are about 20 or more forum topics on this subject already.

ASDF

Quote from: Alexander on
The mail is sent by your server via php's mail(), nothing to change/tweak in phpvibe.

But it never took so long...earlier it used to take 1 minutes max....and i do believe there is a solution for it...
  •  

PHPVibe A.Topic starter

There is absolutely no code change on that in PHPVibe since version 3.5, you can compare yourself.
It just instantly shoots a mail via php's mail() function, what happens next depends on server mail settings/queue processing (you can verify this server side).

Similar topics (7)